Shades of Mercury #DBCCCA
Tints of Mercury #DBCCCA
RGB
CMYK
RGB Variations
Color information
#DBCCCA (or 0xDBCCCA) is known color: Mercury. HEX triplet: DB, CC and CA. RGB value is (219,204,202). Sum of RGB (Red+Green+Blue) = 219+204+202=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCCA is #243335. Grayscale: #D0D0D0. Windows color (decimal): -2372406 or 13290715. OLE color: 13290715.
HSL color Cylindrical-coordinate representation of color #DBCCCA: hue angle of 7.06º 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 #DBCCCA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 202 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.14 |
| HSL | 7.06º | 0.19% | 0.83% | - |
| HSV(B) | 7.06º | 0.08% | 0.86% | - |
| XYZ | 61.47 | 62.51 | 64.7 | - |
| YUV | 208.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 202 | 0 | 0.07 | 0.08 | 0.14 | 7.06 | 0.19 | 0.83 |
| Hex | DB | CC | CA | 0 | 7 | 8 | E | 7 | 13 | 53 |
| Octal | 333 | 314 | 312 | 0 | 7 | 10 | 16 | 7 | 23 | 123 |
| Binary | 11011011 | 11001100 | 11001010 | 0 | 111 | 1000 | 1110 | 111 | 10011 | 1010011 |
Color Harmonies of #DBCCCA
Complementary color
Monochromatic Colors of #DBCCCA
Black with #DBCCCA
Text Example
Text Example
White with #DBCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCCA; }
p { color: rgb(219,204,202); }
H1.HeaderClassName
{
color: #DBCCCA;
}
.AnyTagClassName
{
color: #DBCCCA;
}
</style>
background-color css
<style>
a { background-color: #DBCCCA; }
a { background-color: rgb(219,204,202); }
div.DivClassName
{
background-color: #DBCCCA;
}
.BgClassName
{
background-color: #DBCCCA;
}
</style>
border-color css
<style>
span { border-color: #DBCCCA; }
span { border-color: rgb(219,204,202); }
td.TdClassName
{
border-color: #DBCCCA;
}
.TagClassName
{
border-color: #DBCCCA;
}
</style>