Shades of Mercury #DECECA
Tints of Mercury #DECECA
RGB
CMYK
RGB Variations
Color information
#DECECA (or 0xDECECA) is known color: Mercury. HEX triplet: DE, CE and CA. RGB value is (222,206,202). Sum of RGB (Red+Green+Blue) = 222+206+202=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DECECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECECA is #213135. Grayscale: #D2D2D2. Windows color (decimal): -2175286 or 13291230. OLE color: 13291230.
HSL color Cylindrical-coordinate representation of color #DECECA: 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 #DECECA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 202 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.13 |
| HSL | 12º | 0.23% | 0.83% | - |
| HSV(B) | 12º | 0.09% | 0.87% | - |
| XYZ | 62.86 | 63.94 | 64.91 | - |
| YUV | 210.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 202 | 0 | 0.07 | 0.09 | 0.13 | 12 | 0.23 | 0.83 |
| Hex | DE | CE | CA | 0 | 7 | 9 | D | C | 17 | 53 |
| Octal | 336 | 316 | 312 | 0 | 7 | 11 | 15 | 14 | 27 | 123 |
| Binary | 11011110 | 11001110 | 11001010 | 0 | 111 | 1001 | 1101 | 1100 | 10111 | 1010011 |
Color Harmonies of #DECECA
Complementary color
Monochromatic Colors of #DECECA
Black with #DECECA
Text Example
Text Example
White with #DECECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECECA; }
p { color: rgb(222,206,202); }
H1.HeaderClassName
{
color: #DECECA;
}
.AnyTagClassName
{
color: #DECECA;
}
</style>
background-color css
<style>
a { background-color: #DECECA; }
a { background-color: rgb(222,206,202); }
div.DivClassName
{
background-color: #DECECA;
}
.BgClassName
{
background-color: #DECECA;
}
</style>
border-color css
<style>
span { border-color: #DECECA; }
span { border-color: rgb(222,206,202); }
td.TdClassName
{
border-color: #DECECA;
}
.TagClassName
{
border-color: #DECECA;
}
</style>