Shades of Mercury #DED2CE
Tints of Mercury #DED2CE
RGB
CMYK
RGB Variations
Color information
#DED2CE (or 0xDED2CE) is known color: Mercury. HEX triplet: DE, D2 and CE. RGB value is (222,210,206). Sum of RGB (Red+Green+Blue) = 222+210+206=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2CE is #212D31. Grayscale: #D5D5D5. Windows color (decimal): -2174258 or 13554398. OLE color: 13554398.
HSL color Cylindrical-coordinate representation of color #DED2CE: hue angle of 15º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DED2CE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 206 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.13 |
| HSL | 15º | 0.2% | 0.84% | - |
| HSV(B) | 15º | 0.07% | 0.87% | - |
| XYZ | 64.31 | 66.08 | 67.76 | - |
| YUV | 213.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 206 | 0 | 0.05 | 0.07 | 0.13 | 15 | 0.2 | 0.84 |
| Hex | DE | D2 | CE | 0 | 5 | 7 | D | F | 14 | 54 |
| Octal | 336 | 322 | 316 | 0 | 5 | 7 | 15 | 17 | 24 | 124 |
| Binary | 11011110 | 11010010 | 11001110 | 0 | 101 | 111 | 1101 | 1111 | 10100 | 1010100 |
Color Harmonies of #DED2CE
Complementary color
Monochromatic Colors of #DED2CE
Black with #DED2CE
Text Example
Text Example
White with #DED2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2CE; }
p { color: rgb(222,210,206); }
H1.HeaderClassName
{
color: #DED2CE;
}
.AnyTagClassName
{
color: #DED2CE;
}
</style>
background-color css
<style>
a { background-color: #DED2CE; }
a { background-color: rgb(222,210,206); }
div.DivClassName
{
background-color: #DED2CE;
}
.BgClassName
{
background-color: #DED2CE;
}
</style>
border-color css
<style>
span { border-color: #DED2CE; }
span { border-color: rgb(222,210,206); }
td.TdClassName
{
border-color: #DED2CE;
}
.TagClassName
{
border-color: #DED2CE;
}
</style>