Shades of Mercury #D6D2D0
Tints of Mercury #D6D2D0
RGB
CMYK
RGB Variations
Color information
#D6D2D0 (or 0xD6D2D0) is known color: Mercury. HEX triplet: D6, D2 and D0. RGB value is (214,210,208). Sum of RGB (Red+Green+Blue) = 214+210+208=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2D0 is #292D2F. Grayscale: #D2D2D2. Windows color (decimal): -2698544 or 13685462. OLE color: 13685462.
HSL color Cylindrical-coordinate representation of color #D6D2D0: hue angle of 20º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D2D0 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 208 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.16 |
| HSL | 20º | 0.07% | 0.83% | - |
| HSV(B) | 20º | 0.03% | 0.84% | - |
| XYZ | 62.16 | 64.94 | 68.93 | - |
| YUV | 210.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 208 | 0 | 0.02 | 0.03 | 0.16 | 20 | 0.07 | 0.83 |
| Hex | D6 | D2 | D0 | 0 | 2 | 3 | 10 | 14 | 7 | 53 |
| Octal | 326 | 322 | 320 | 0 | 2 | 3 | 20 | 24 | 7 | 123 |
| Binary | 11010110 | 11010010 | 11010000 | 0 | 10 | 11 | 10000 | 10100 | 111 | 1010011 |
Color Harmonies of #D6D2D0
Complementary color
Monochromatic Colors of #D6D2D0
Black with #D6D2D0
Text Example
Text Example
White with #D6D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2D0; }
p { color: rgb(214,210,208); }
H1.HeaderClassName
{
color: #D6D2D0;
}
.AnyTagClassName
{
color: #D6D2D0;
}
</style>
background-color css
<style>
a { background-color: #D6D2D0; }
a { background-color: rgb(214,210,208); }
div.DivClassName
{
background-color: #D6D2D0;
}
.BgClassName
{
background-color: #D6D2D0;
}
</style>
border-color css
<style>
span { border-color: #D6D2D0; }
span { border-color: rgb(214,210,208); }
td.TdClassName
{
border-color: #D6D2D0;
}
.TagClassName
{
border-color: #D6D2D0;
}
</style>