Shades of Mercury #DCD2CF
Tints of Mercury #DCD2CF
RGB
CMYK
RGB Variations
Color information
#DCD2CF (or 0xDCD2CF) is known color: Mercury. HEX triplet: DC, D2 and CF. RGB value is (220,210,207). Sum of RGB (Red+Green+Blue) = 220+210+207=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2CF is #232D30. Grayscale: #D4D4D4. Windows color (decimal): -2305329 or 13619932. OLE color: 13619932.
HSL color Cylindrical-coordinate representation of color #DCD2CF: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD2CF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 207 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.14 |
| HSL | 13.85º | 0.16% | 0.84% | - |
| HSV(B) | 13.85º | 0.06% | 0.86% | - |
| XYZ | 63.82 | 65.81 | 68.37 | - |
| YUV | 212.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 207 | 0 | 0.05 | 0.06 | 0.14 | 13.85 | 0.16 | 0.84 |
| Hex | DC | D2 | CF | 0 | 5 | 6 | E | E | 10 | 54 |
| Octal | 334 | 322 | 317 | 0 | 5 | 6 | 16 | 16 | 20 | 124 |
| Binary | 11011100 | 11010010 | 11001111 | 0 | 101 | 110 | 1110 | 1110 | 10000 | 1010100 |
Color Harmonies of #DCD2CF
Complementary color
Monochromatic Colors of #DCD2CF
Black with #DCD2CF
Text Example
Text Example
White with #DCD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2CF; }
p { color: rgb(220,210,207); }
H1.HeaderClassName
{
color: #DCD2CF;
}
.AnyTagClassName
{
color: #DCD2CF;
}
</style>
background-color css
<style>
a { background-color: #DCD2CF; }
a { background-color: rgb(220,210,207); }
div.DivClassName
{
background-color: #DCD2CF;
}
.BgClassName
{
background-color: #DCD2CF;
}
</style>
border-color css
<style>
span { border-color: #DCD2CF; }
span { border-color: rgb(220,210,207); }
td.TdClassName
{
border-color: #DCD2CF;
}
.TagClassName
{
border-color: #DCD2CF;
}
</style>