Shades of Mercury #DBD4D3
Tints of Mercury #DBD4D3
RGB
CMYK
RGB Variations
Color information
#DBD4D3 (or 0xDBD4D3) is known color: Mercury. HEX triplet: DB, D4 and D3. RGB value is (219,212,211). Sum of RGB (Red+Green+Blue) = 219+212+211=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4D3 is #242B2C. Grayscale: #D5D5D5. Windows color (decimal): -2370349 or 13882587. OLE color: 13882587.
HSL color Cylindrical-coordinate representation of color #DBD4D3: hue angle of 7.5º 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 #DBD4D3 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 211 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.14 |
| HSL | 7.5º | 0.1% | 0.84% | - |
| HSV(B) | 7.5º | 0.04% | 0.86% | - |
| XYZ | 64.51 | 66.85 | 71.13 | - |
| YUV | 213.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 211 | 0 | 0.03 | 0.04 | 0.14 | 7.5 | 0.1 | 0.84 |
| Hex | DB | D4 | D3 | 0 | 3 | 4 | E | 8 | A | 54 |
| Octal | 333 | 324 | 323 | 0 | 3 | 4 | 16 | 10 | 12 | 124 |
| Binary | 11011011 | 11010100 | 11010011 | 0 | 11 | 100 | 1110 | 1000 | 1010 | 1010100 |
Color Harmonies of #DBD4D3
Complementary color
Monochromatic Colors of #DBD4D3
Black with #DBD4D3
Text Example
Text Example
White with #DBD4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4D3; }
p { color: rgb(219,212,211); }
H1.HeaderClassName
{
color: #DBD4D3;
}
.AnyTagClassName
{
color: #DBD4D3;
}
</style>
background-color css
<style>
a { background-color: #DBD4D3; }
a { background-color: rgb(219,212,211); }
div.DivClassName
{
background-color: #DBD4D3;
}
.BgClassName
{
background-color: #DBD4D3;
}
</style>
border-color css
<style>
span { border-color: #DBD4D3; }
span { border-color: rgb(219,212,211); }
td.TdClassName
{
border-color: #DBD4D3;
}
.TagClassName
{
border-color: #DBD4D3;
}
</style>