Shades of Mercury #D2CECD
Tints of Mercury #D2CECD
RGB
CMYK
RGB Variations
Color information
#D2CECD (or 0xD2CECD) is known color: Mercury. HEX triplet: D2, CE and CD. RGB value is (210,206,205). Sum of RGB (Red+Green+Blue) = 210+206+205=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CECD is #2D3132. Grayscale: #CFCFCF. Windows color (decimal): -2961715 or 13487826. OLE color: 13487826.
HSL color Cylindrical-coordinate representation of color #D2CECD: hue angle of 12º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D2CECD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 205 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.18 |
| HSL | 12º | 0.05% | 0.81% | - |
| HSV(B) | 12º | 0.02% | 0.82% | - |
| XYZ | 59.67 | 62.25 | 66.63 | - |
| YUV | 207.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 205 | 0 | 0.02 | 0.02 | 0.18 | 12 | 0.05 | 0.81 |
| Hex | D2 | CE | CD | 0 | 2 | 2 | 12 | C | 5 | 51 |
| Octal | 322 | 316 | 315 | 0 | 2 | 2 | 22 | 14 | 5 | 121 |
| Binary | 11010010 | 11001110 | 11001101 | 0 | 10 | 10 | 10010 | 1100 | 101 | 1010001 |
Color Harmonies of #D2CECD
Complementary color
Monochromatic Colors of #D2CECD
Black with #D2CECD
Text Example
Text Example
White with #D2CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CECD; }
p { color: rgb(210,206,205); }
H1.HeaderClassName
{
color: #D2CECD;
}
.AnyTagClassName
{
color: #D2CECD;
}
</style>
background-color css
<style>
a { background-color: #D2CECD; }
a { background-color: rgb(210,206,205); }
div.DivClassName
{
background-color: #D2CECD;
}
.BgClassName
{
background-color: #D2CECD;
}
</style>
border-color css
<style>
span { border-color: #D2CECD; }
span { border-color: rgb(210,206,205); }
td.TdClassName
{
border-color: #D2CECD;
}
.TagClassName
{
border-color: #D2CECD;
}
</style>