Shades of Mercury #DED3CF
Tints of Mercury #DED3CF
RGB
CMYK
RGB Variations
Color information
#DED3CF (or 0xDED3CF) is known color: Mercury. HEX triplet: DE, D3 and CF. RGB value is (222,211,207). Sum of RGB (Red+Green+Blue) = 222+211+207=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3CF is #212C30. Grayscale: #D5D5D5. Windows color (decimal): -2174001 or 13620190. OLE color: 13620190.
HSL color Cylindrical-coordinate representation of color #DED3CF: hue angle of 16º degrees, saturation: 0.19, 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 #DED3CF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 207 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.13 |
| HSL | 16º | 0.19% | 0.84% | - |
| HSV(B) | 16º | 0.07% | 0.87% | - |
| XYZ | 64.68 | 66.62 | 68.48 | - |
| YUV | 213.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 207 | 0 | 0.05 | 0.07 | 0.13 | 16 | 0.19 | 0.84 |
| Hex | DE | D3 | CF | 0 | 5 | 7 | D | 10 | 13 | 54 |
| Octal | 336 | 323 | 317 | 0 | 5 | 7 | 15 | 20 | 23 | 124 |
| Binary | 11011110 | 11010011 | 11001111 | 0 | 101 | 111 | 1101 | 10000 | 10011 | 1010100 |
Color Harmonies of #DED3CF
Complementary color
Monochromatic Colors of #DED3CF
Black with #DED3CF
Text Example
Text Example
White with #DED3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3CF; }
p { color: rgb(222,211,207); }
H1.HeaderClassName
{
color: #DED3CF;
}
.AnyTagClassName
{
color: #DED3CF;
}
</style>
background-color css
<style>
a { background-color: #DED3CF; }
a { background-color: rgb(222,211,207); }
div.DivClassName
{
background-color: #DED3CF;
}
.BgClassName
{
background-color: #DED3CF;
}
</style>
border-color css
<style>
span { border-color: #DED3CF; }
span { border-color: rgb(222,211,207); }
td.TdClassName
{
border-color: #DED3CF;
}
.TagClassName
{
border-color: #DED3CF;
}
</style>