Shades of Mercury #DBCFCD
Tints of Mercury #DBCFCD
RGB
CMYK
RGB Variations
Color information
#DBCFCD (or 0xDBCFCD) is known color: Mercury. HEX triplet: DB, CF and CD. RGB value is (219,207,205). Sum of RGB (Red+Green+Blue) = 219+207+205=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCD is #243032. Grayscale: #D2D2D2. Windows color (decimal): -2371635 or 13488091. OLE color: 13488091.
HSL color Cylindrical-coordinate representation of color #DBCFCD: hue angle of 8.57º degrees, saturation: 0.16, 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 #DBCFCD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 205 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.14 |
| HSL | 8.57º | 0.16% | 0.83% | - |
| HSV(B) | 8.57º | 0.06% | 0.86% | - |
| XYZ | 62.55 | 64.09 | 66.83 | - |
| YUV | 210.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 205 | 0 | 0.05 | 0.06 | 0.14 | 8.57 | 0.16 | 0.83 |
| Hex | DB | CF | CD | 0 | 5 | 6 | E | 9 | 10 | 53 |
| Octal | 333 | 317 | 315 | 0 | 5 | 6 | 16 | 11 | 20 | 123 |
| Binary | 11011011 | 11001111 | 11001101 | 0 | 101 | 110 | 1110 | 1001 | 10000 | 1010011 |
Color Harmonies of #DBCFCD
Complementary color
Monochromatic Colors of #DBCFCD
Black with #DBCFCD
Text Example
Text Example
White with #DBCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFCD; }
p { color: rgb(219,207,205); }
H1.HeaderClassName
{
color: #DBCFCD;
}
.AnyTagClassName
{
color: #DBCFCD;
}
</style>
background-color css
<style>
a { background-color: #DBCFCD; }
a { background-color: rgb(219,207,205); }
div.DivClassName
{
background-color: #DBCFCD;
}
.BgClassName
{
background-color: #DBCFCD;
}
</style>
border-color css
<style>
span { border-color: #DBCFCD; }
span { border-color: rgb(219,207,205); }
td.TdClassName
{
border-color: #DBCFCD;
}
.TagClassName
{
border-color: #DBCFCD;
}
</style>