VIEW PRODUCT CATEGORIES

14k White Gold Diamond Cocktail Ring 2.05ct

SKU: 168062 Categories: , ,

$3,295.00

1 in stock

Vintage Diamond Cocktail Ring

14K White Gold Vintage Diamond Cocktail Ring with open-work design.

There is a mix of pears, round-brilliant cut, baguettes, and tapered baguettes - 2.05ct.

Three pear shapes, one weighing 0.45ct, SI-SI2 clarity, H-I color. 0.40ct, I1 clarity, J-K color 0.20ct VS clarity, G-H color.

One round brilliant cut weighing 0.20ct. I1-I2, L-M color. Three smaller RBC with a total weight of 0.30ct, VS-SI, G-H color.

Four baguettes and tapered baguette with a total weight 0.50ct. VS-SI, H-J color.

Size 7.25, weighs 17.9 grams.

Polished, like new condition!

Shop diamond rings

Please note all items show signs of wear commensurate with age and use, and the lack of a statement regarding condition does not imply the item is in perfect condition or completely free from defects or the effects of aging. Should you have any specific questions regarding the condition of this item, please contact us for additional information.

Additional information

Base Metal

White Gold

Brand

Unbranded

Country/Region of Manufacture

Diamond Clarity Grade

VS – SI

Diamond Color Grade

G – H

Era

Undated

Main Stone

Diamond

Main Stone Creation

Natural

Main Stone Shape

Pear;Round;Baguette

Metal

White Gold

Metal Purity

14k

Ring Size

7.25

Total Carat Weight

2.00 ctw – 4.99 ctw

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });