Shades of Mercury #DDCDC9
Tints of Mercury #DDCDC9
RGB
CMYK
RGB Variations
Color information
#DDCDC9 (or 0xDDCDC9) is known color: Mercury. HEX triplet: DD, CD and C9. RGB value is (221,205,201). Sum of RGB (Red+Green+Blue) = 221+205+201=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC9 is #223236. Grayscale: #D1D1D1. Windows color (decimal): -2241079 or 13225437. OLE color: 13225437.
HSL color Cylindrical-coordinate representation of color #DDCDC9: hue angle of 12º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCDC9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 201 | - |
CMYK | 0 | 0.07 | 0.09 | 0.13 |
HSL | 12º | 0.23% | 0.83% | - |
HSV(B) | 12º | 0.09% | 0.87% | - |
XYZ | 62.19 | 63.25 | 64.19 | - |
YUV | 209.33 | 123.3 | 136.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 201 | 0 | 0.07 | 0.09 | 0.13 | 12 | 0.23 | 0.83 |
Hex | DD | CD | C9 | 0 | 7 | 9 | D | C | 17 | 53 |
Octal | 335 | 315 | 311 | 0 | 7 | 11 | 15 | 14 | 27 | 123 |
Binary | 11011101 | 11001101 | 11001001 | 0 | 111 | 1001 | 1101 | 1100 | 10111 | 1010011 |
Color Harmonies of #DDCDC9
Complementary color
Monochromatic Colors of #DDCDC9
Black with #DDCDC9
Text Example
Text Example
White with #DDCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDC9; }
p { color: rgb(221,205,201); }
H1.HeaderClassName
{
color: #DDCDC9;
}
.AnyTagClassName
{
color: #DDCDC9;
}
</style>
background-color css
<style>
a { background-color: #DDCDC9; }
a { background-color: rgb(221,205,201); }
div.DivClassName
{
background-color: #DDCDC9;
}
.BgClassName
{
background-color: #DDCDC9;
}
</style>
border-color css
<style>
span { border-color: #DDCDC9; }
span { border-color: rgb(221,205,201); }
td.TdClassName
{
border-color: #DDCDC9;
}
.TagClassName
{
border-color: #DDCDC9;
}
</style>