Shades of Mercury #DED1CD
Tints of Mercury #DED1CD
RGB
CMYK
RGB Variations
Color information
#DED1CD (or 0xDED1CD) is known color: Mercury. HEX triplet: DE, D1 and CD. RGB value is (222,209,205). Sum of RGB (Red+Green+Blue) = 222+209+205=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CD is #212E32. Grayscale: #D4D4D4. Windows color (decimal): -2174515 or 13488606. OLE color: 13488606.
HSL color Cylindrical-coordinate representation of color #DED1CD: hue angle of 14.12º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED1CD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 209 | 205 | - |
CMYK | 0 | 0.06 | 0.08 | 0.13 |
HSL | 14.12º | 0.2% | 0.84% | - |
HSV(B) | 14.12º | 0.08% | 0.87% | - |
XYZ | 63.94 | 65.54 | 67.04 | - |
YUV | 212.43 | 123.81 | 134.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 209 | 205 | 0 | 0.06 | 0.08 | 0.13 | 14.12 | 0.2 | 0.84 |
Hex | DE | D1 | CD | 0 | 6 | 8 | D | E | 14 | 54 |
Octal | 336 | 321 | 315 | 0 | 6 | 10 | 15 | 16 | 24 | 124 |
Binary | 11011110 | 11010001 | 11001101 | 0 | 110 | 1000 | 1101 | 1110 | 10100 | 1010100 |
Color Harmonies of #DED1CD
Complementary color
Monochromatic Colors of #DED1CD
Black with #DED1CD
Text Example
Text Example
White with #DED1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1CD; }
p { color: rgb(222,209,205); }
H1.HeaderClassName
{
color: #DED1CD;
}
.AnyTagClassName
{
color: #DED1CD;
}
</style>
background-color css
<style>
a { background-color: #DED1CD; }
a { background-color: rgb(222,209,205); }
div.DivClassName
{
background-color: #DED1CD;
}
.BgClassName
{
background-color: #DED1CD;
}
</style>
border-color css
<style>
span { border-color: #DED1CD; }
span { border-color: rgb(222,209,205); }
td.TdClassName
{
border-color: #DED1CD;
}
.TagClassName
{
border-color: #DED1CD;
}
</style>