Shades of Mercury #DED1CE
Tints of Mercury #DED1CE
RGB
CMYK
RGB Variations
Color information
#DED1CE (or 0xDED1CE) is known color: Mercury. HEX triplet: DE, D1 and CE. RGB value is (222,209,206). Sum of RGB (Red+Green+Blue) = 222+209+206=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CE is #212E31. Grayscale: #D4D4D4. Windows color (decimal): -2174514 or 13554142. OLE color: 13554142.
HSL color Cylindrical-coordinate representation of color #DED1CE: hue angle of 11.25º 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 #DED1CE is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 206 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.13 |
| HSL | 11.25º | 0.2% | 0.84% | - |
| HSV(B) | 11.25º | 0.07% | 0.87% | - |
| XYZ | 64.07 | 65.59 | 67.68 | - |
| YUV | 212.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 206 | 0 | 0.06 | 0.07 | 0.13 | 11.25 | 0.2 | 0.84 |
| Hex | DE | D1 | CE | 0 | 6 | 7 | D | B | 14 | 54 |
| Octal | 336 | 321 | 316 | 0 | 6 | 7 | 15 | 13 | 24 | 124 |
| Binary | 11011110 | 11010001 | 11001110 | 0 | 110 | 111 | 1101 | 1011 | 10100 | 1010100 |
Color Harmonies of #DED1CE
Complementary color
Monochromatic Colors of #DED1CE
Black with #DED1CE
Text Example
Text Example
White with #DED1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1CE; }
p { color: rgb(222,209,206); }
H1.HeaderClassName
{
color: #DED1CE;
}
.AnyTagClassName
{
color: #DED1CE;
}
</style>
background-color css
<style>
a { background-color: #DED1CE; }
a { background-color: rgb(222,209,206); }
div.DivClassName
{
background-color: #DED1CE;
}
.BgClassName
{
background-color: #DED1CE;
}
</style>
border-color css
<style>
span { border-color: #DED1CE; }
span { border-color: rgb(222,209,206); }
td.TdClassName
{
border-color: #DED1CE;
}
.TagClassName
{
border-color: #DED1CE;
}
</style>