Shades of Mercury #DBCCC9
Tints of Mercury #DBCCC9
RGB
CMYK
RGB Variations
Color information
#DBCCC9 (or 0xDBCCC9) is known color: Mercury. HEX triplet: DB, CC and C9. RGB value is (219,204,201). Sum of RGB (Red+Green+Blue) = 219+204+201=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC9 is #243336. Grayscale: #D0D0D0. Windows color (decimal): -2372407 or 13225179. OLE color: 13225179.
HSL color Cylindrical-coordinate representation of color #DBCCC9: hue angle of 10º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCCC9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 201 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.14 |
| HSL | 10º | 0.2% | 0.82% | - |
| HSV(B) | 10º | 0.08% | 0.86% | - |
| XYZ | 61.35 | 62.46 | 64.08 | - |
| YUV | 208.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 201 | 0 | 0.07 | 0.08 | 0.14 | 10 | 0.2 | 0.82 |
| Hex | DB | CC | C9 | 0 | 7 | 8 | E | A | 14 | 52 |
| Octal | 333 | 314 | 311 | 0 | 7 | 10 | 16 | 12 | 24 | 122 |
| Binary | 11011011 | 11001100 | 11001001 | 0 | 111 | 1000 | 1110 | 1010 | 10100 | 1010010 |
Color Harmonies of #DBCCC9
Complementary color
Monochromatic Colors of #DBCCC9
Black with #DBCCC9
Text Example
Text Example
White with #DBCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCC9; }
p { color: rgb(219,204,201); }
H1.HeaderClassName
{
color: #DBCCC9;
}
.AnyTagClassName
{
color: #DBCCC9;
}
</style>
background-color css
<style>
a { background-color: #DBCCC9; }
a { background-color: rgb(219,204,201); }
div.DivClassName
{
background-color: #DBCCC9;
}
.BgClassName
{
background-color: #DBCCC9;
}
</style>
border-color css
<style>
span { border-color: #DBCCC9; }
span { border-color: rgb(219,204,201); }
td.TdClassName
{
border-color: #DBCCC9;
}
.TagClassName
{
border-color: #DBCCC9;
}
</style>