Shades of Mercury #DFCECB
Tints of Mercury #DFCECB
RGB
CMYK
RGB Variations
Color information
#DFCECB (or 0xDFCECB) is known color: Mercury. HEX triplet: DF, CE and CB. RGB value is (223,206,203). Sum of RGB (Red+Green+Blue) = 223+206+203=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCECB is #203134. Grayscale: #D2D2D2. Windows color (decimal): -2109749 or 13356767. OLE color: 13356767.
HSL color Cylindrical-coordinate representation of color #DFCECB: hue angle of 9º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCECB is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 206 | 203 | - |
CMYK | 0 | 0.08 | 0.09 | 0.13 |
HSL | 9º | 0.24% | 0.84% | - |
HSV(B) | 9º | 0.09% | 0.87% | - |
XYZ | 63.28 | 64.14 | 65.55 | - |
YUV | 210.74 | 123.63 | 136.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 203 | 0 | 0.08 | 0.09 | 0.13 | 9 | 0.24 | 0.84 |
Hex | DF | CE | CB | 0 | 8 | 9 | D | 9 | 18 | 54 |
Octal | 337 | 316 | 313 | 0 | 10 | 11 | 15 | 11 | 30 | 124 |
Binary | 11011111 | 11001110 | 11001011 | 0 | 1000 | 1001 | 1101 | 1001 | 11000 | 1010100 |
Color Harmonies of #DFCECB
Complementary color
Monochromatic Colors of #DFCECB
Black with #DFCECB
Text Example
Text Example
White with #DFCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCECB; }
p { color: rgb(223,206,203); }
H1.HeaderClassName
{
color: #DFCECB;
}
.AnyTagClassName
{
color: #DFCECB;
}
</style>
background-color css
<style>
a { background-color: #DFCECB; }
a { background-color: rgb(223,206,203); }
div.DivClassName
{
background-color: #DFCECB;
}
.BgClassName
{
background-color: #DFCECB;
}
</style>
border-color css
<style>
span { border-color: #DFCECB; }
span { border-color: rgb(223,206,203); }
td.TdClassName
{
border-color: #DFCECB;
}
.TagClassName
{
border-color: #DFCECB;
}
</style>