Shades of Mercury #DED0CE
Tints of Mercury #DED0CE
RGB
CMYK
RGB Variations
Color information
#DED0CE (or 0xDED0CE) is known color: Mercury. HEX triplet: DE, D0 and CE. RGB value is (222,208,206). Sum of RGB (Red+Green+Blue) = 222+208+206=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0CE is #212F31. Grayscale: #D3D3D3. Windows color (decimal): -2174770 or 13553886. OLE color: 13553886.
HSL color Cylindrical-coordinate representation of color #DED0CE: hue angle of 7.5º 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 #DED0CE is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 206 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.13 |
| HSL | 7.5º | 0.2% | 0.84% | - |
| HSV(B) | 7.5º | 0.07% | 0.87% | - |
| XYZ | 63.82 | 65.1 | 67.59 | - |
| YUV | 211.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 206 | 0 | 0.06 | 0.07 | 0.13 | 7.5 | 0.2 | 0.84 |
| Hex | DE | D0 | CE | 0 | 6 | 7 | D | 8 | 14 | 54 |
| Octal | 336 | 320 | 316 | 0 | 6 | 7 | 15 | 10 | 24 | 124 |
| Binary | 11011110 | 11010000 | 11001110 | 0 | 110 | 111 | 1101 | 1000 | 10100 | 1010100 |
Color Harmonies of #DED0CE
Complementary color
Monochromatic Colors of #DED0CE
Black with #DED0CE
Text Example
Text Example
White with #DED0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0CE; }
p { color: rgb(222,208,206); }
H1.HeaderClassName
{
color: #DED0CE;
}
.AnyTagClassName
{
color: #DED0CE;
}
</style>
background-color css
<style>
a { background-color: #DED0CE; }
a { background-color: rgb(222,208,206); }
div.DivClassName
{
background-color: #DED0CE;
}
.BgClassName
{
background-color: #DED0CE;
}
</style>
border-color css
<style>
span { border-color: #DED0CE; }
span { border-color: rgb(222,208,206); }
td.TdClassName
{
border-color: #DED0CE;
}
.TagClassName
{
border-color: #DED0CE;
}
</style>