Shades of Mercury #D2D0CF
Tints of Mercury #D2D0CF
RGB
CMYK
RGB Variations
Color information
#D2D0CF (or 0xD2D0CF) is known color: Mercury. HEX triplet: D2, D0 and CF. RGB value is (210,208,207). Sum of RGB (Red+Green+Blue) = 210+208+207=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0CF is #2D2F30. Grayscale: #D0D0D0. Windows color (decimal): -2961201 or 13619410. OLE color: 13619410.
HSL color Cylindrical-coordinate representation of color #D2D0CF: hue angle of 20º degrees, saturation: 0.03, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D2D0CF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 208 | 207 | - |
CMYK | 0 | 0.01 | 0.01 | 0.18 |
HSL | 20º | 0.03% | 0.82% | - |
HSV(B) | 20º | 0.01% | 0.82% | - |
XYZ | 60.4 | 63.32 | 68.07 | - |
YUV | 208.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 208 | 207 | 0 | 0.01 | 0.01 | 0.18 | 20 | 0.03 | 0.82 |
Hex | D2 | D0 | CF | 0 | 1 | 1 | 12 | 14 | 3 | 52 |
Octal | 322 | 320 | 317 | 0 | 1 | 1 | 22 | 24 | 3 | 122 |
Binary | 11010010 | 11010000 | 11001111 | 0 | 1 | 1 | 10010 | 10100 | 11 | 1010010 |
Color Harmonies of #D2D0CF
Complementary color
Monochromatic Colors of #D2D0CF
Black with #D2D0CF
Text Example
Text Example
White with #D2D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0CF; }
p { color: rgb(210,208,207); }
H1.HeaderClassName
{
color: #D2D0CF;
}
.AnyTagClassName
{
color: #D2D0CF;
}
</style>
background-color css
<style>
a { background-color: #D2D0CF; }
a { background-color: rgb(210,208,207); }
div.DivClassName
{
background-color: #D2D0CF;
}
.BgClassName
{
background-color: #D2D0CF;
}
</style>
border-color css
<style>
span { border-color: #D2D0CF; }
span { border-color: rgb(210,208,207); }
td.TdClassName
{
border-color: #D2D0CF;
}
.TagClassName
{
border-color: #D2D0CF;
}
</style>