Shades of Mercury #D1CFCE
Tints of Mercury #D1CFCE
RGB
CMYK
RGB Variations
Color information
#D1CFCE (or 0xD1CFCE) is known color: Mercury. HEX triplet: D1, CF and CE. RGB value is (209,207,206). Sum of RGB (Red+Green+Blue) = 209+207+206=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFCE is #2E3031. Grayscale: #CFCFCF. Windows color (decimal): -3026994 or 13553617. OLE color: 13553617.
HSL color Cylindrical-coordinate representation of color #D1CFCE: hue angle of 20º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1CFCE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 206 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.18 |
| HSL | 20º | 0.03% | 0.81% | - |
| HSV(B) | 20º | 0.01% | 0.82% | - |
| XYZ | 59.75 | 62.64 | 67.33 | - |
| YUV | 207.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 206 | 0 | 0.01 | 0.01 | 0.18 | 20 | 0.03 | 0.81 |
| Hex | D1 | CF | CE | 0 | 1 | 1 | 12 | 14 | 3 | 51 |
| Octal | 321 | 317 | 316 | 0 | 1 | 1 | 22 | 24 | 3 | 121 |
| Binary | 11010001 | 11001111 | 11001110 | 0 | 1 | 1 | 10010 | 10100 | 11 | 1010001 |
Color Harmonies of #D1CFCE
Complementary color
Monochromatic Colors of #D1CFCE
Black with #D1CFCE
Text Example
Text Example
White with #D1CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFCE; }
p { color: rgb(209,207,206); }
H1.HeaderClassName
{
color: #D1CFCE;
}
.AnyTagClassName
{
color: #D1CFCE;
}
</style>
background-color css
<style>
a { background-color: #D1CFCE; }
a { background-color: rgb(209,207,206); }
div.DivClassName
{
background-color: #D1CFCE;
}
.BgClassName
{
background-color: #D1CFCE;
}
</style>
border-color css
<style>
span { border-color: #D1CFCE; }
span { border-color: rgb(209,207,206); }
td.TdClassName
{
border-color: #D1CFCE;
}
.TagClassName
{
border-color: #D1CFCE;
}
</style>