Shades of Mercury #DCCECB
Tints of Mercury #DCCECB
RGB
CMYK
RGB Variations
Color information
#DCCECB (or 0xDCCECB) is known color: Mercury. HEX triplet: DC, CE and CB. RGB value is (220,206,203). Sum of RGB (Red+Green+Blue) = 220+206+203=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCECB is #233134. Grayscale: #D1D1D1. Windows color (decimal): -2306357 or 13356764. OLE color: 13356764.
HSL color Cylindrical-coordinate representation of color #DCCECB: hue angle of 10.59º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCECB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 206 | 203 | - |
CMYK | 0 | 0.06 | 0.08 | 0.14 |
HSL | 10.59º | 0.2% | 0.83% | - |
HSV(B) | 10.59º | 0.08% | 0.86% | - |
XYZ | 62.37 | 63.67 | 65.5 | - |
YUV | 209.84 | 124.14 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 203 | 0 | 0.06 | 0.08 | 0.14 | 10.59 | 0.2 | 0.83 |
Hex | DC | CE | CB | 0 | 6 | 8 | E | B | 14 | 53 |
Octal | 334 | 316 | 313 | 0 | 6 | 10 | 16 | 13 | 24 | 123 |
Binary | 11011100 | 11001110 | 11001011 | 0 | 110 | 1000 | 1110 | 1011 | 10100 | 1010011 |
Color Harmonies of #DCCECB
Complementary color
Monochromatic Colors of #DCCECB
Black with #DCCECB
Text Example
Text Example
White with #DCCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCECB; }
p { color: rgb(220,206,203); }
H1.HeaderClassName
{
color: #DCCECB;
}
.AnyTagClassName
{
color: #DCCECB;
}
</style>
background-color css
<style>
a { background-color: #DCCECB; }
a { background-color: rgb(220,206,203); }
div.DivClassName
{
background-color: #DCCECB;
}
.BgClassName
{
background-color: #DCCECB;
}
</style>
border-color css
<style>
span { border-color: #DCCECB; }
span { border-color: rgb(220,206,203); }
td.TdClassName
{
border-color: #DCCECB;
}
.TagClassName
{
border-color: #DCCECB;
}
</style>