Shades of Mercury #DBCECB
Tints of Mercury #DBCECB
RGB
CMYK
RGB Variations
Color information
#DBCECB (or 0xDBCECB) is known color: Mercury. HEX triplet: DB, CE and CB. RGB value is (219,206,203). Sum of RGB (Red+Green+Blue) = 219+206+203=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCECB is #243134. Grayscale: #D1D1D1. Windows color (decimal): -2371893 or 13356763. OLE color: 13356763.
HSL color Cylindrical-coordinate representation of color #DBCECB: hue angle of 11.25º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCECB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 206 | 203 | - |
CMYK | 0 | 0.06 | 0.07 | 0.14 |
HSL | 11.25º | 0.18% | 0.83% | - |
HSV(B) | 11.25º | 0.07% | 0.86% | - |
XYZ | 62.06 | 63.51 | 65.49 | - |
YUV | 209.55 | 124.31 | 134.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 206 | 203 | 0 | 0.06 | 0.07 | 0.14 | 11.25 | 0.18 | 0.83 |
Hex | DB | CE | CB | 0 | 6 | 7 | E | B | 12 | 53 |
Octal | 333 | 316 | 313 | 0 | 6 | 7 | 16 | 13 | 22 | 123 |
Binary | 11011011 | 11001110 | 11001011 | 0 | 110 | 111 | 1110 | 1011 | 10010 | 1010011 |
Color Harmonies of #DBCECB
Complementary color
Monochromatic Colors of #DBCECB
Black with #DBCECB
Text Example
Text Example
White with #DBCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCECB; }
p { color: rgb(219,206,203); }
H1.HeaderClassName
{
color: #DBCECB;
}
.AnyTagClassName
{
color: #DBCECB;
}
</style>
background-color css
<style>
a { background-color: #DBCECB; }
a { background-color: rgb(219,206,203); }
div.DivClassName
{
background-color: #DBCECB;
}
.BgClassName
{
background-color: #DBCECB;
}
</style>
border-color css
<style>
span { border-color: #DBCECB; }
span { border-color: rgb(219,206,203); }
td.TdClassName
{
border-color: #DBCECB;
}
.TagClassName
{
border-color: #DBCECB;
}
</style>