Shades of Mercury #DDD1CE
Tints of Mercury #DDD1CE
RGB
CMYK
RGB Variations
Color information
#DDD1CE (or 0xDDD1CE) is known color: Mercury. HEX triplet: DD, D1 and CE. RGB value is (221,209,206). Sum of RGB (Red+Green+Blue) = 221+209+206=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CE is #222E31. Grayscale: #D4D4D4. Windows color (decimal): -2240050 or 13554141. OLE color: 13554141.
HSL color Cylindrical-coordinate representation of color #DDD1CE: hue angle of 12º degrees, saturation: 0.18, 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 #DDD1CE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 206 | - |
CMYK | 0 | 0.05 | 0.07 | 0.13 |
HSL | 12º | 0.18% | 0.84% | - |
HSV(B) | 12º | 0.07% | 0.87% | - |
XYZ | 63.76 | 65.43 | 67.66 | - |
YUV | 212.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 206 | 0 | 0.05 | 0.07 | 0.13 | 12 | 0.18 | 0.84 |
Hex | DD | D1 | CE | 0 | 5 | 7 | D | C | 12 | 54 |
Octal | 335 | 321 | 316 | 0 | 5 | 7 | 15 | 14 | 22 | 124 |
Binary | 11011101 | 11010001 | 11001110 | 0 | 101 | 111 | 1101 | 1100 | 10010 | 1010100 |
Color Harmonies of #DDD1CE
Complementary color
Monochromatic Colors of #DDD1CE
Black with #DDD1CE
Text Example
Text Example
White with #DDD1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1CE; }
p { color: rgb(221,209,206); }
H1.HeaderClassName
{
color: #DDD1CE;
}
.AnyTagClassName
{
color: #DDD1CE;
}
</style>
background-color css
<style>
a { background-color: #DDD1CE; }
a { background-color: rgb(221,209,206); }
div.DivClassName
{
background-color: #DDD1CE;
}
.BgClassName
{
background-color: #DDD1CE;
}
</style>
border-color css
<style>
span { border-color: #DDD1CE; }
span { border-color: rgb(221,209,206); }
td.TdClassName
{
border-color: #DDD1CE;
}
.TagClassName
{
border-color: #DDD1CE;
}
</style>