Shades of Mercury #DBD0CE
Tints of Mercury #DBD0CE
RGB
CMYK
RGB Variations
Color information
#DBD0CE (or 0xDBD0CE) is known color: Mercury. HEX triplet: DB, D0 and CE. RGB value is (219,208,206). Sum of RGB (Red+Green+Blue) = 219+208+206=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CE is #242F31. Grayscale: #D3D3D3. Windows color (decimal): -2371378 or 13553883. OLE color: 13553883.
HSL color Cylindrical-coordinate representation of color #DBD0CE: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD0CE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 206 | - |
CMYK | 0 | 0.05 | 0.06 | 0.14 |
HSL | 9.23º | 0.15% | 0.83% | - |
HSV(B) | 9.23º | 0.06% | 0.86% | - |
XYZ | 62.91 | 64.63 | 67.55 | - |
YUV | 211.06 | 125.14 | 133.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 206 | 0 | 0.05 | 0.06 | 0.14 | 9.23 | 0.15 | 0.83 |
Hex | DB | D0 | CE | 0 | 5 | 6 | E | 9 | F | 53 |
Octal | 333 | 320 | 316 | 0 | 5 | 6 | 16 | 11 | 17 | 123 |
Binary | 11011011 | 11010000 | 11001110 | 0 | 101 | 110 | 1110 | 1001 | 1111 | 1010011 |
Color Harmonies of #DBD0CE
Complementary color
Monochromatic Colors of #DBD0CE
Black with #DBD0CE
Text Example
Text Example
White with #DBD0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0CE; }
p { color: rgb(219,208,206); }
H1.HeaderClassName
{
color: #DBD0CE;
}
.AnyTagClassName
{
color: #DBD0CE;
}
</style>
background-color css
<style>
a { background-color: #DBD0CE; }
a { background-color: rgb(219,208,206); }
div.DivClassName
{
background-color: #DBD0CE;
}
.BgClassName
{
background-color: #DBD0CE;
}
</style>
border-color css
<style>
span { border-color: #DBD0CE; }
span { border-color: rgb(219,208,206); }
td.TdClassName
{
border-color: #DBD0CE;
}
.TagClassName
{
border-color: #DBD0CE;
}
</style>