Shades of Mercury #D4CBC8
Tints of Mercury #D4CBC8
RGB
CMYK
RGB Variations
Color information
#D4CBC8 (or 0xD4CBC8) is known color: Mercury. HEX triplet: D4, CB and C8. RGB value is (212,203,200). Sum of RGB (Red+Green+Blue) = 212+203+200=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBC8 is #2B3437. Grayscale: #CDCDCD. Windows color (decimal): -2831416 or 13159380. OLE color: 13159380.
HSL color Cylindrical-coordinate representation of color #D4CBC8: hue angle of 15º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CBC8 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 203 | 200 | - |
CMYK | 0 | 0.04 | 0.06 | 0.17 |
HSL | 15º | 0.12% | 0.81% | - |
HSV(B) | 15º | 0.06% | 0.83% | - |
XYZ | 58.93 | 60.88 | 63.29 | - |
YUV | 205.35 | 124.98 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 203 | 200 | 0 | 0.04 | 0.06 | 0.17 | 15 | 0.12 | 0.81 |
Hex | D4 | CB | C8 | 0 | 4 | 6 | 11 | F | C | 51 |
Octal | 324 | 313 | 310 | 0 | 4 | 6 | 21 | 17 | 14 | 121 |
Binary | 11010100 | 11001011 | 11001000 | 0 | 100 | 110 | 10001 | 1111 | 1100 | 1010001 |
Color Harmonies of #D4CBC8
Complementary color
Monochromatic Colors of #D4CBC8
Black with #D4CBC8
Text Example
Text Example
White with #D4CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBC8; }
p { color: rgb(212,203,200); }
H1.HeaderClassName
{
color: #D4CBC8;
}
.AnyTagClassName
{
color: #D4CBC8;
}
</style>
background-color css
<style>
a { background-color: #D4CBC8; }
a { background-color: rgb(212,203,200); }
div.DivClassName
{
background-color: #D4CBC8;
}
.BgClassName
{
background-color: #D4CBC8;
}
</style>
border-color css
<style>
span { border-color: #D4CBC8; }
span { border-color: rgb(212,203,200); }
td.TdClassName
{
border-color: #D4CBC8;
}
.TagClassName
{
border-color: #D4CBC8;
}
</style>