Shades of Mercury #DBD6D4
Tints of Mercury #DBD6D4
RGB
CMYK
RGB Variations
Color information
#DBD6D4 (or 0xDBD6D4) is known color: Mercury. HEX triplet: DB, D6 and D4. RGB value is (219,214,212). Sum of RGB (Red+Green+Blue) = 219+214+212=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D4 is #24292B. Grayscale: #D7D7D7. Windows color (decimal): -2369836 or 13948635. OLE color: 13948635.
HSL color Cylindrical-coordinate representation of color #DBD6D4: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD6D4 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 212 | - |
CMYK | 0 | 0.02 | 0.03 | 0.14 |
HSL | 17.14º | 0.09% | 0.85% | - |
HSV(B) | 17.14º | 0.03% | 0.86% | - |
XYZ | 65.14 | 67.91 | 71.96 | - |
YUV | 215.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 212 | 0 | 0.02 | 0.03 | 0.14 | 17.14 | 0.09 | 0.85 |
Hex | DB | D6 | D4 | 0 | 2 | 3 | E | 11 | 9 | 55 |
Octal | 333 | 326 | 324 | 0 | 2 | 3 | 16 | 21 | 11 | 125 |
Binary | 11011011 | 11010110 | 11010100 | 0 | 10 | 11 | 1110 | 10001 | 1001 | 1010101 |
Color Harmonies of #DBD6D4
Complementary color
Monochromatic Colors of #DBD6D4
Black with #DBD6D4
Text Example
Text Example
White with #DBD6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6D4; }
p { color: rgb(219,214,212); }
H1.HeaderClassName
{
color: #DBD6D4;
}
.AnyTagClassName
{
color: #DBD6D4;
}
</style>
background-color css
<style>
a { background-color: #DBD6D4; }
a { background-color: rgb(219,214,212); }
div.DivClassName
{
background-color: #DBD6D4;
}
.BgClassName
{
background-color: #DBD6D4;
}
</style>
border-color css
<style>
span { border-color: #DBD6D4; }
span { border-color: rgb(219,214,212); }
td.TdClassName
{
border-color: #DBD6D4;
}
.TagClassName
{
border-color: #DBD6D4;
}
</style>