Shades of Mercury #DDCCCA
Tints of Mercury #DDCCCA
RGB
CMYK
RGB Variations
Color information
#DDCCCA (or 0xDDCCCA) is known color: Mercury. HEX triplet: DD, CC and CA. RGB value is (221,204,202). Sum of RGB (Red+Green+Blue) = 221+204+202=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCA is #223335. Grayscale: #D0D0D0. Windows color (decimal): -2241334 or 13290717. OLE color: 13290717.
HSL color Cylindrical-coordinate representation of color #DDCCCA: hue angle of 6.32º degrees, saturation: 0.22, 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 #DDCCCA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 202 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.13 |
| HSL | 6.32º | 0.22% | 0.83% | - |
| HSV(B) | 6.32º | 0.09% | 0.87% | - |
| XYZ | 62.07 | 62.82 | 64.73 | - |
| YUV | 208.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 202 | 0 | 0.08 | 0.09 | 0.13 | 6.32 | 0.22 | 0.83 |
| Hex | DD | CC | CA | 0 | 8 | 9 | D | 6 | 16 | 53 |
| Octal | 335 | 314 | 312 | 0 | 10 | 11 | 15 | 6 | 26 | 123 |
| Binary | 11011101 | 11001100 | 11001010 | 0 | 1000 | 1001 | 1101 | 110 | 10110 | 1010011 |
Color Harmonies of #DDCCCA
Complementary color
Monochromatic Colors of #DDCCCA
Black with #DDCCCA
Text Example
Text Example
White with #DDCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCCA; }
p { color: rgb(221,204,202); }
H1.HeaderClassName
{
color: #DDCCCA;
}
.AnyTagClassName
{
color: #DDCCCA;
}
</style>
background-color css
<style>
a { background-color: #DDCCCA; }
a { background-color: rgb(221,204,202); }
div.DivClassName
{
background-color: #DDCCCA;
}
.BgClassName
{
background-color: #DDCCCA;
}
</style>
border-color css
<style>
span { border-color: #DDCCCA; }
span { border-color: rgb(221,204,202); }
td.TdClassName
{
border-color: #DDCCCA;
}
.TagClassName
{
border-color: #DDCCCA;
}
</style>