Shades of Mercury #DBD6D5
Tints of Mercury #DBD6D5
RGB
CMYK
RGB Variations
Color information
#DBD6D5 (or 0xDBD6D5) is known color: Mercury. HEX triplet: DB, D6 and D5. RGB value is (219,214,213). Sum of RGB (Red+Green+Blue) = 219+214+213=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D5 is #24292A. Grayscale: #D7D7D7. Windows color (decimal): -2369835 or 14014171. OLE color: 14014171.
HSL color Cylindrical-coordinate representation of color #DBD6D5: hue angle of 10º degrees, saturation: 0.08, 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 #DBD6D5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 213 | - |
CMYK | 0 | 0.02 | 0.03 | 0.14 |
HSL | 10º | 0.08% | 0.85% | - |
HSV(B) | 10º | 0.03% | 0.86% | - |
XYZ | 65.27 | 67.96 | 72.63 | - |
YUV | 215.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 213 | 0 | 0.02 | 0.03 | 0.14 | 10 | 0.08 | 0.85 |
Hex | DB | D6 | D5 | 0 | 2 | 3 | E | A | 8 | 55 |
Octal | 333 | 326 | 325 | 0 | 2 | 3 | 16 | 12 | 10 | 125 |
Binary | 11011011 | 11010110 | 11010101 | 0 | 10 | 11 | 1110 | 1010 | 1000 | 1010101 |
Color Harmonies of #DBD6D5
Complementary color
Monochromatic Colors of #DBD6D5
Black with #DBD6D5
Text Example
Text Example
White with #DBD6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6D5; }
p { color: rgb(219,214,213); }
H1.HeaderClassName
{
color: #DBD6D5;
}
.AnyTagClassName
{
color: #DBD6D5;
}
</style>
background-color css
<style>
a { background-color: #DBD6D5; }
a { background-color: rgb(219,214,213); }
div.DivClassName
{
background-color: #DBD6D5;
}
.BgClassName
{
background-color: #DBD6D5;
}
</style>
border-color css
<style>
span { border-color: #DBD6D5; }
span { border-color: rgb(219,214,213); }
td.TdClassName
{
border-color: #DBD6D5;
}
.TagClassName
{
border-color: #DBD6D5;
}
</style>