Shades of Mercury #DACECC
Tints of Mercury #DACECC
RGB
CMYK
RGB Variations
Color information
#DACECC (or 0xDACECC) is known color: Mercury. HEX triplet: DA, CE and CC. RGB value is (218,206,204). Sum of RGB (Red+Green+Blue) = 218+206+204=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DACECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACECC is #253133. Grayscale: #D1D1D1. Windows color (decimal): -2437428 or 13422298. OLE color: 13422298.
HSL color Cylindrical-coordinate representation of color #DACECC: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACECC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 204 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.15 |
| HSL | 8.57º | 0.16% | 0.83% | - |
| HSV(B) | 8.57º | 0.06% | 0.85% | - |
| XYZ | 61.88 | 63.41 | 66.1 | - |
| YUV | 209.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 204 | 0 | 0.06 | 0.06 | 0.15 | 8.57 | 0.16 | 0.83 |
| Hex | DA | CE | CC | 0 | 6 | 6 | F | 9 | 10 | 53 |
| Octal | 332 | 316 | 314 | 0 | 6 | 6 | 17 | 11 | 20 | 123 |
| Binary | 11011010 | 11001110 | 11001100 | 0 | 110 | 110 | 1111 | 1001 | 10000 | 1010011 |
Color Harmonies of #DACECC
Complementary color
Monochromatic Colors of #DACECC
Black with #DACECC
Text Example
Text Example
White with #DACECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACECC; }
p { color: rgb(218,206,204); }
H1.HeaderClassName
{
color: #DACECC;
}
.AnyTagClassName
{
color: #DACECC;
}
</style>
background-color css
<style>
a { background-color: #DACECC; }
a { background-color: rgb(218,206,204); }
div.DivClassName
{
background-color: #DACECC;
}
.BgClassName
{
background-color: #DACECC;
}
</style>
border-color css
<style>
span { border-color: #DACECC; }
span { border-color: rgb(218,206,204); }
td.TdClassName
{
border-color: #DACECC;
}
.TagClassName
{
border-color: #DACECC;
}
</style>