Shades of Mercury #D4CFCE
Tints of Mercury #D4CFCE
RGB
CMYK
RGB Variations
Color information
#D4CFCE (or 0xD4CFCE) is known color: Mercury. HEX triplet: D4, CF and CE. RGB value is (212,207,206). Sum of RGB (Red+Green+Blue) = 212+207+206=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFCE is #2B3031. Grayscale: #D0D0D0. Windows color (decimal): -2830386 or 13553620. OLE color: 13553620.
HSL color Cylindrical-coordinate representation of color #D4CFCE: hue angle of 10º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4CFCE is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 206 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.17 |
| HSL | 10º | 0.07% | 0.82% | - |
| HSV(B) | 10º | 0.03% | 0.83% | - |
| XYZ | 60.6 | 63.08 | 67.37 | - |
| YUV | 208.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 206 | 0 | 0.02 | 0.03 | 0.17 | 10 | 0.07 | 0.82 |
| Hex | D4 | CF | CE | 0 | 2 | 3 | 11 | A | 7 | 52 |
| Octal | 324 | 317 | 316 | 0 | 2 | 3 | 21 | 12 | 7 | 122 |
| Binary | 11010100 | 11001111 | 11001110 | 0 | 10 | 11 | 10001 | 1010 | 111 | 1010010 |
Color Harmonies of #D4CFCE
Complementary color
Monochromatic Colors of #D4CFCE
Black with #D4CFCE
Text Example
Text Example
White with #D4CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFCE; }
p { color: rgb(212,207,206); }
H1.HeaderClassName
{
color: #D4CFCE;
}
.AnyTagClassName
{
color: #D4CFCE;
}
</style>
background-color css
<style>
a { background-color: #D4CFCE; }
a { background-color: rgb(212,207,206); }
div.DivClassName
{
background-color: #D4CFCE;
}
.BgClassName
{
background-color: #D4CFCE;
}
</style>
border-color css
<style>
span { border-color: #D4CFCE; }
span { border-color: rgb(212,207,206); }
td.TdClassName
{
border-color: #D4CFCE;
}
.TagClassName
{
border-color: #D4CFCE;
}
</style>