Shades of Mercury #DBD3D1
Tints of Mercury #DBD3D1
RGB
CMYK
RGB Variations
Color information
#DBD3D1 (or 0xDBD3D1) is known color: Mercury. HEX triplet: DB, D3 and D1. RGB value is (219,211,209). Sum of RGB (Red+Green+Blue) = 219+211+209=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3D1 is #242C2E. Grayscale: #D5D5D5. Windows color (decimal): -2370607 or 13751259. OLE color: 13751259.
HSL color Cylindrical-coordinate representation of color #DBD3D1: hue angle of 12º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD3D1 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 209 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.14 |
| HSL | 12º | 0.12% | 0.84% | - |
| HSV(B) | 12º | 0.05% | 0.86% | - |
| XYZ | 64.02 | 66.25 | 69.74 | - |
| YUV | 213.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 209 | 0 | 0.04 | 0.05 | 0.14 | 12 | 0.12 | 0.84 |
| Hex | DB | D3 | D1 | 0 | 4 | 5 | E | C | C | 54 |
| Octal | 333 | 323 | 321 | 0 | 4 | 5 | 16 | 14 | 14 | 124 |
| Binary | 11011011 | 11010011 | 11010001 | 0 | 100 | 101 | 1110 | 1100 | 1100 | 1010100 |
Color Harmonies of #DBD3D1
Complementary color
Monochromatic Colors of #DBD3D1
Black with #DBD3D1
Text Example
Text Example
White with #DBD3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3D1; }
p { color: rgb(219,211,209); }
H1.HeaderClassName
{
color: #DBD3D1;
}
.AnyTagClassName
{
color: #DBD3D1;
}
</style>
background-color css
<style>
a { background-color: #DBD3D1; }
a { background-color: rgb(219,211,209); }
div.DivClassName
{
background-color: #DBD3D1;
}
.BgClassName
{
background-color: #DBD3D1;
}
</style>
border-color css
<style>
span { border-color: #DBD3D1; }
span { border-color: rgb(219,211,209); }
td.TdClassName
{
border-color: #DBD3D1;
}
.TagClassName
{
border-color: #DBD3D1;
}
</style>