Shades of Mercury #DDCECC
Tints of Mercury #DDCECC
RGB
CMYK
RGB Variations
Color information
#DDCECC (or 0xDDCECC) is known color: Mercury. HEX triplet: DD, CE and CC. RGB value is (221,206,204). Sum of RGB (Red+Green+Blue) = 221+206+204=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECC is #223133. Grayscale: #D2D2D2. Windows color (decimal): -2240820 or 13422301. OLE color: 13422301.
HSL color Cylindrical-coordinate representation of color #DDCECC: hue angle of 7.06º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCECC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 204 | - |
CMYK | 0 | 0.07 | 0.08 | 0.13 |
HSL | 7.06º | 0.2% | 0.83% | - |
HSV(B) | 7.06º | 0.08% | 0.87% | - |
XYZ | 62.79 | 63.87 | 66.15 | - |
YUV | 210.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 204 | 0 | 0.07 | 0.08 | 0.13 | 7.06 | 0.2 | 0.83 |
Hex | DD | CE | CC | 0 | 7 | 8 | D | 7 | 14 | 53 |
Octal | 335 | 316 | 314 | 0 | 7 | 10 | 15 | 7 | 24 | 123 |
Binary | 11011101 | 11001110 | 11001100 | 0 | 111 | 1000 | 1101 | 111 | 10100 | 1010011 |
Color Harmonies of #DDCECC
Complementary color
Monochromatic Colors of #DDCECC
Black with #DDCECC
Text Example
Text Example
White with #DDCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCECC; }
p { color: rgb(221,206,204); }
H1.HeaderClassName
{
color: #DDCECC;
}
.AnyTagClassName
{
color: #DDCECC;
}
</style>
background-color css
<style>
a { background-color: #DDCECC; }
a { background-color: rgb(221,206,204); }
div.DivClassName
{
background-color: #DDCECC;
}
.BgClassName
{
background-color: #DDCECC;
}
</style>
border-color css
<style>
span { border-color: #DDCECC; }
span { border-color: rgb(221,206,204); }
td.TdClassName
{
border-color: #DDCECC;
}
.TagClassName
{
border-color: #DDCECC;
}
</style>