Description
Ring Size Guide
This is a chart that will be extremely helpful for you to determine the ring size that you need. You can either make use of a tape or a small piece of string to measure the area that will be occupied by the ring. When it becomes a complete circle, make a mark on such string. This will be helpful for you to compare with the chart that is mentioned below.
Inside Diameter | Inside Circumference | SIZE | |||||
MM | MM | US / Canada | UK / Australia / South Africa | France / Germany | Italy | Spain | Japan |
14.1 | 44.2 | 3 | F | 44 | 4 | 4.5 | 4 |
14.5 | 45.5 | 3.5 | G | 46 | 5 | 5.5 | 5 |
14.9 | 46.8 | 4 | H | 47 | 6 | 7 | 7 |
15.3 | 48 | 4.5 | I | 48 | 8 | 8 | 8 |
15.7 | 49.3 | 5 | J-½ | 50 | 10 | 9.5 | 9 |
16.1 | 50.6 | 5.5 | K-½ | 51 | 11 | 10.5 | 10 |
16.5 | 51.9 | 6 | L-½ | 52 | 12 | 12 | 11 |
16.9 | 53.1 | 6.5 | M-½ | 53 | 13 | 13 | 13 |
17.3 | 54.4 | 7 | N-½ | 54 | 15 | 14.5 | 14 |
17.7 | 55.7 | 7.5 | O-½ | 56 | 16 | 16 | 15 |
18.1 | 57 | 8 | P-½ | 57 | 17 | 17 | 16 |
18.5 | 58.3 | 8.5 | Q-½ | 58 | 18 | 18.5 | 17 |
19 | 59.5 | 9 | R-½ | 59 | 20 | 19.5 | 18 |
19.4 | 60.8 | 9.5 | S-½ | 61 | 21 | 21 | 20 |
19.8 | 62.1 | 10 | T-½ | 62 | 22 | 22 | 21 |
20.2 | 63.4 | 10.5 | U-½ | 63 | 24 | 23.5 | 22 |
20.6 | 64.6 | 11 | V-½ | 64 | 25 | 24.5 | 23 |
21 | 65.9 | 11.5 | W-½ | 66 | 26 | 26 | 25 |
21.4 | 67.2 | 12 | X-½ | 67 | 27 | 27.5 | 26 |
21.8 | 68.5 | 12.5 | Z | 68 | 28 | 28.5 | 28 |
22.2 | 69.7 | 13 | Z+1 | 70 | 30 | 30 | 29 |
22.6 | 71 | 13.5 | Z+1.5 | 71 | 31 | 31 | 30 |
23 | 72.3 | 14 | Z+3 | 72 | 32 | 32.5 | 31 |
23.4 | 73.5 | 14.5 | Z+4 | 73 | 33 | 33.5 | 32 |
23.8 |
You may also likeRecently viewed
${function() {
const force_image_size = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "Hot";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
const thumbMaxNum = 4;
const suffix_id = Math.random().toFixed(6).slice(-6);
const url = data.withinUrl;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = data.secondImage;
let imageHoverOn = !!image2.src;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.withinUrl);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && +price < +compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : `
${ "title" === 'subtitle' ? data.brief : data.title }From
${function() {
return data.product.options.map((option, index) => {
const optionName = option.name || '';
const optionId = option.id || '';
let isThumbImage = !!option.showThumbImage;
const thumbStyle = "image_with_text";
const thumbType = isThumbImage ? thumbStyle.replace(/_/g, '-') : 'text';
const variantType = null;
const selectedVariantVal = data.selectedOptions && data.selectedOptions.length && data.selectedOptions.find(v => v.name === optionName).value[0] || '';
const isSelected = (value) => {
const selected = (data.selectedOptions || []).find(v => v.name === optionName);
return selected && selected.value.length && selected.value[0] == value;
};
const getThumbImage = (value) => {
const options = data.product.options || [];
const option = options.find(o => o.name === optionName);
if (option.thumbImages) {
const thumbImage = option.thumbImages.find(t => t.value === value);
if (thumbImage && thumbImage.image) {
return {
src: thumbImage.image.src,
alt: thumbImage.image.alt
};
}
}
return {src: '', alt: ''};
};
return `
`;
}).join('');
}()}
${data.value || ''}
${("Save {off_ratio}").replace('{off_ratio}',
("amount") == 'percent'
? data.variant.off_ratio + '%'
: `
-
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 588.623893;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `
${diffAmount > 0 ? freeShippingText.replace('{amount}', ` `;
}()}
${data.title}
${data.options.map(option => option.value).join(' / ')}
${(data.parsedProperties || []).map((propertie)=>{
if (propertie.isImage){
return `${propertie.name}: View image `
}else{
return `${propertie.name}: ${propertie.value} `
}
}).join('')}
${data.product.title}
${data.variant.options.map(option => option.value).join(' / ')}
${(data.product.parsedProperties || []).map((propertie)=>{
if (propertie.isImage){
return `${propertie.name}: View image `
}else{
return `${propertie.name}: ${propertie.value} `
}
}).join('')}
${data.data.item_count == 1 ? ("Cart subtotal (1 product)") : ("Cart subtotal ( {count} products)").replace('{count}', data.data.line_items.reduce((res, item) => res + Number(item.quantity), 0))}
${("Save {off_ratio}").replace('{off_ratio}', `
Taxes and shipping calculated at checkout
View cart
Continue shopping
|