Shades of Mercury #DBCECA
Tints of Mercury #DBCECA
RGB
CMYK
RGB Variations
Color information
#DBCECA (or 0xDBCECA) is known color: Mercury. HEX triplet: DB, CE and CA. RGB value is (219,206,202). Sum of RGB (Red+Green+Blue) = 219+206+202=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCECA is #243135. Grayscale: #D1D1D1. Windows color (decimal): -2371894 or 13291227. OLE color: 13291227.
HSL color Cylindrical-coordinate representation of color #DBCECA: hue angle of 14.12º degrees, saturation: 0.19, 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 #DBCECA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 206 | 202 | - |
CMYK | 0 | 0.06 | 0.08 | 0.14 |
HSL | 14.12º | 0.19% | 0.83% | - |
HSV(B) | 14.12º | 0.08% | 0.86% | - |
XYZ | 61.95 | 63.47 | 64.86 | - |
YUV | 209.43 | 123.81 | 134.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 206 | 202 | 0 | 0.06 | 0.08 | 0.14 | 14.12 | 0.19 | 0.83 |
Hex | DB | CE | CA | 0 | 6 | 8 | E | E | 13 | 53 |
Octal | 333 | 316 | 312 | 0 | 6 | 10 | 16 | 16 | 23 | 123 |
Binary | 11011011 | 11001110 | 11001010 | 0 | 110 | 1000 | 1110 | 1110 | 10011 | 1010011 |
Color Harmonies of #DBCECA
Complementary color
Monochromatic Colors of #DBCECA
Black with #DBCECA
Text Example
Text Example
White with #DBCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCECA; }
p { color: rgb(219,206,202); }
H1.HeaderClassName
{
color: #DBCECA;
}
.AnyTagClassName
{
color: #DBCECA;
}
</style>
background-color css
<style>
a { background-color: #DBCECA; }
a { background-color: rgb(219,206,202); }
div.DivClassName
{
background-color: #DBCECA;
}
.BgClassName
{
background-color: #DBCECA;
}
</style>
border-color css
<style>
span { border-color: #DBCECA; }
span { border-color: rgb(219,206,202); }
td.TdClassName
{
border-color: #DBCECA;
}
.TagClassName
{
border-color: #DBCECA;
}
</style>