Shades of Mercury #D8CFCD
Tints of Mercury #D8CFCD
RGB
CMYK
RGB Variations
Color information
#D8CFCD (or 0xD8CFCD) is known color: Mercury. HEX triplet: D8, CF and CD. RGB value is (216,207,205). Sum of RGB (Red+Green+Blue) = 216+207+205=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFCD is #273032. Grayscale: #D1D1D1. Windows color (decimal): -2568243 or 13488088. OLE color: 13488088.
HSL color Cylindrical-coordinate representation of color #D8CFCD: hue angle of 10.91º 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 #D8CFCD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 207 | 205 | - |
CMYK | 0 | 0.04 | 0.05 | 0.15 |
HSL | 10.91º | 0.12% | 0.83% | - |
HSV(B) | 10.91º | 0.05% | 0.85% | - |
XYZ | 61.65 | 63.63 | 66.79 | - |
YUV | 209.46 | 125.48 | 132.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 207 | 205 | 0 | 0.04 | 0.05 | 0.15 | 10.91 | 0.12 | 0.83 |
Hex | D8 | CF | CD | 0 | 4 | 5 | F | B | C | 53 |
Octal | 330 | 317 | 315 | 0 | 4 | 5 | 17 | 13 | 14 | 123 |
Binary | 11011000 | 11001111 | 11001101 | 0 | 100 | 101 | 1111 | 1011 | 1100 | 1010011 |
Color Harmonies of #D8CFCD
Complementary color
Monochromatic Colors of #D8CFCD
Black with #D8CFCD
Text Example
Text Example
White with #D8CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFCD; }
p { color: rgb(216,207,205); }
H1.HeaderClassName
{
color: #D8CFCD;
}
.AnyTagClassName
{
color: #D8CFCD;
}
</style>
background-color css
<style>
a { background-color: #D8CFCD; }
a { background-color: rgb(216,207,205); }
div.DivClassName
{
background-color: #D8CFCD;
}
.BgClassName
{
background-color: #D8CFCD;
}
</style>
border-color css
<style>
span { border-color: #D8CFCD; }
span { border-color: rgb(216,207,205); }
td.TdClassName
{
border-color: #D8CFCD;
}
.TagClassName
{
border-color: #D8CFCD;
}
</style>