Shades of Mercury #D2CDCC
Tints of Mercury #D2CDCC
RGB
CMYK
RGB Variations
Color information
#D2CDCC (or 0xD2CDCC) is known color: Mercury. HEX triplet: D2, CD and CC. RGB value is (210,205,204). Sum of RGB (Red+Green+Blue) = 210+205+204=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDCC is #2D3233. Grayscale: #CECECE. Windows color (decimal): -2961972 or 13422034. OLE color: 13422034.
HSL color Cylindrical-coordinate representation of color #D2CDCC: hue angle of 10º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2CDCC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 204 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.18 |
| HSL | 10º | 0.06% | 0.81% | - |
| HSV(B) | 10º | 0.03% | 0.82% | - |
| XYZ | 59.31 | 61.72 | 65.91 | - |
| YUV | 206.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 204 | 0 | 0.02 | 0.03 | 0.18 | 10 | 0.06 | 0.81 |
| Hex | D2 | CD | CC | 0 | 2 | 3 | 12 | A | 6 | 51 |
| Octal | 322 | 315 | 314 | 0 | 2 | 3 | 22 | 12 | 6 | 121 |
| Binary | 11010010 | 11001101 | 11001100 | 0 | 10 | 11 | 10010 | 1010 | 110 | 1010001 |
Color Harmonies of #D2CDCC
Complementary color
Monochromatic Colors of #D2CDCC
Black with #D2CDCC
Text Example
Text Example
White with #D2CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CDCC; }
p { color: rgb(210,205,204); }
H1.HeaderClassName
{
color: #D2CDCC;
}
.AnyTagClassName
{
color: #D2CDCC;
}
</style>
background-color css
<style>
a { background-color: #D2CDCC; }
a { background-color: rgb(210,205,204); }
div.DivClassName
{
background-color: #D2CDCC;
}
.BgClassName
{
background-color: #D2CDCC;
}
</style>
border-color css
<style>
span { border-color: #D2CDCC; }
span { border-color: rgb(210,205,204); }
td.TdClassName
{
border-color: #D2CDCC;
}
.TagClassName
{
border-color: #D2CDCC;
}
</style>