Shades of Mercury #D9D2CF
Tints of Mercury #D9D2CF
RGB
CMYK
RGB Variations
Color information
#D9D2CF (or 0xD9D2CF) is known color: Mercury. HEX triplet: D9, D2 and CF. RGB value is (217,210,207). Sum of RGB (Red+Green+Blue) = 217+210+207=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2CF is #262D30. Grayscale: #D3D3D3. Windows color (decimal): -2501937 or 13619929. OLE color: 13619929.
HSL color Cylindrical-coordinate representation of color #D9D2CF: hue angle of 18º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9D2CF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 207 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.15 |
| HSL | 18º | 0.12% | 0.83% | - |
| HSV(B) | 18º | 0.05% | 0.85% | - |
| XYZ | 62.92 | 65.35 | 68.33 | - |
| YUV | 211.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 207 | 0 | 0.03 | 0.05 | 0.15 | 18 | 0.12 | 0.83 |
| Hex | D9 | D2 | CF | 0 | 3 | 5 | F | 12 | C | 53 |
| Octal | 331 | 322 | 317 | 0 | 3 | 5 | 17 | 22 | 14 | 123 |
| Binary | 11011001 | 11010010 | 11001111 | 0 | 11 | 101 | 1111 | 10010 | 1100 | 1010011 |
Color Harmonies of #D9D2CF
Complementary color
Monochromatic Colors of #D9D2CF
Black with #D9D2CF
Text Example
Text Example
White with #D9D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2CF; }
p { color: rgb(217,210,207); }
H1.HeaderClassName
{
color: #D9D2CF;
}
.AnyTagClassName
{
color: #D9D2CF;
}
</style>
background-color css
<style>
a { background-color: #D9D2CF; }
a { background-color: rgb(217,210,207); }
div.DivClassName
{
background-color: #D9D2CF;
}
.BgClassName
{
background-color: #D9D2CF;
}
</style>
border-color css
<style>
span { border-color: #D9D2CF; }
span { border-color: rgb(217,210,207); }
td.TdClassName
{
border-color: #D9D2CF;
}
.TagClassName
{
border-color: #D9D2CF;
}
</style>