Shades of Mercury #DDD1CD
Tints of Mercury #DDD1CD
RGB
CMYK
RGB Variations
Color information
#DDD1CD (or 0xDDD1CD) is known color: Mercury. HEX triplet: DD, D1 and CD. RGB value is (221,209,205). Sum of RGB (Red+Green+Blue) = 221+209+205=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CD is #222E32. Grayscale: #D4D4D4. Windows color (decimal): -2240051 or 13488605. OLE color: 13488605.
HSL color Cylindrical-coordinate representation of color #DDD1CD: hue angle of 15º 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 #DDD1CD is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 205 | - |
CMYK | 0 | 0.05 | 0.07 | 0.13 |
HSL | 15º | 0.19% | 0.84% | - |
HSV(B) | 15º | 0.07% | 0.87% | - |
XYZ | 63.64 | 65.38 | 67.02 | - |
YUV | 212.13 | 123.98 | 134.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 205 | 0 | 0.05 | 0.07 | 0.13 | 15 | 0.19 | 0.84 |
Hex | DD | D1 | CD | 0 | 5 | 7 | D | F | 13 | 54 |
Octal | 335 | 321 | 315 | 0 | 5 | 7 | 15 | 17 | 23 | 124 |
Binary | 11011101 | 11010001 | 11001101 | 0 | 101 | 111 | 1101 | 1111 | 10011 | 1010100 |
Color Harmonies of #DDD1CD
Complementary color
Monochromatic Colors of #DDD1CD
Black with #DDD1CD
Text Example
Text Example
White with #DDD1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1CD; }
p { color: rgb(221,209,205); }
H1.HeaderClassName
{
color: #DDD1CD;
}
.AnyTagClassName
{
color: #DDD1CD;
}
</style>
background-color css
<style>
a { background-color: #DDD1CD; }
a { background-color: rgb(221,209,205); }
div.DivClassName
{
background-color: #DDD1CD;
}
.BgClassName
{
background-color: #DDD1CD;
}
</style>
border-color css
<style>
span { border-color: #DDD1CD; }
span { border-color: rgb(221,209,205); }
td.TdClassName
{
border-color: #DDD1CD;
}
.TagClassName
{
border-color: #DDD1CD;
}
</style>