Shades of Mercury #D0CBC9
Tints of Mercury #D0CBC9
RGB
CMYK
RGB Variations
Color information
#D0CBC9 (or 0xD0CBC9) is known color: Mercury. HEX triplet: D0, CB and C9. RGB value is (208,203,201). Sum of RGB (Red+Green+Blue) = 208+203+201=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBC9 is #2F3436. Grayscale: #CCCCCC. Windows color (decimal): -3093559 or 13224912. OLE color: 13224912.
HSL color Cylindrical-coordinate representation of color #D0CBC9: hue angle of 17.14º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CBC9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 203 | 201 | - |
CMYK | 0 | 0.02 | 0.03 | 0.18 |
HSL | 17.14º | 0.07% | 0.8% | - |
HSV(B) | 17.14º | 0.03% | 0.82% | - |
XYZ | 57.91 | 60.34 | 63.85 | - |
YUV | 204.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 203 | 201 | 0 | 0.02 | 0.03 | 0.18 | 17.14 | 0.07 | 0.8 |
Hex | D0 | CB | C9 | 0 | 2 | 3 | 12 | 11 | 7 | 50 |
Octal | 320 | 313 | 311 | 0 | 2 | 3 | 22 | 21 | 7 | 120 |
Binary | 11010000 | 11001011 | 11001001 | 0 | 10 | 11 | 10010 | 10001 | 111 | 1010000 |
Color Harmonies of #D0CBC9
Complementary color
Monochromatic Colors of #D0CBC9
Black with #D0CBC9
Text Example
Text Example
White with #D0CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBC9; }
p { color: rgb(208,203,201); }
H1.HeaderClassName
{
color: #D0CBC9;
}
.AnyTagClassName
{
color: #D0CBC9;
}
</style>
background-color css
<style>
a { background-color: #D0CBC9; }
a { background-color: rgb(208,203,201); }
div.DivClassName
{
background-color: #D0CBC9;
}
.BgClassName
{
background-color: #D0CBC9;
}
</style>
border-color css
<style>
span { border-color: #D0CBC9; }
span { border-color: rgb(208,203,201); }
td.TdClassName
{
border-color: #D0CBC9;
}
.TagClassName
{
border-color: #D0CBC9;
}
</style>