Shades of Mercury #DBD5D3
Tints of Mercury #DBD5D3
RGB
CMYK
RGB Variations
Color information
#DBD5D3 (or 0xDBD5D3) is known color: Mercury. HEX triplet: DB, D5 and D3. RGB value is (219,213,211). Sum of RGB (Red+Green+Blue) = 219+213+211=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D3 is #242A2C. Grayscale: #D6D6D6. Windows color (decimal): -2370093 or 13882843. OLE color: 13882843.
HSL color Cylindrical-coordinate representation of color #DBD5D3: hue angle of 15º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD5D3 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 211 | - |
CMYK | 0 | 0.03 | 0.04 | 0.14 |
HSL | 15º | 0.1% | 0.84% | - |
HSV(B) | 15º | 0.04% | 0.86% | - |
XYZ | 64.77 | 67.35 | 71.21 | - |
YUV | 214.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 211 | 0 | 0.03 | 0.04 | 0.14 | 15 | 0.1 | 0.84 |
Hex | DB | D5 | D3 | 0 | 3 | 4 | E | F | A | 54 |
Octal | 333 | 325 | 323 | 0 | 3 | 4 | 16 | 17 | 12 | 124 |
Binary | 11011011 | 11010101 | 11010011 | 0 | 11 | 100 | 1110 | 1111 | 1010 | 1010100 |
Color Harmonies of #DBD5D3
Complementary color
Monochromatic Colors of #DBD5D3
Black with #DBD5D3
Text Example
Text Example
White with #DBD5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5D3; }
p { color: rgb(219,213,211); }
H1.HeaderClassName
{
color: #DBD5D3;
}
.AnyTagClassName
{
color: #DBD5D3;
}
</style>
background-color css
<style>
a { background-color: #DBD5D3; }
a { background-color: rgb(219,213,211); }
div.DivClassName
{
background-color: #DBD5D3;
}
.BgClassName
{
background-color: #DBD5D3;
}
</style>
border-color css
<style>
span { border-color: #DBD5D3; }
span { border-color: rgb(219,213,211); }
td.TdClassName
{
border-color: #DBD5D3;
}
.TagClassName
{
border-color: #DBD5D3;
}
</style>