Shades of Mercury #DACECB
Tints of Mercury #DACECB
RGB
CMYK
RGB Variations
Color information
#DACECB (or 0xDACECB) is known color: Mercury. HEX triplet: DA, CE and CB. RGB value is (218,206,203). Sum of RGB (Red+Green+Blue) = 218+206+203=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DACECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACECB is #253134. Grayscale: #D1D1D1. Windows color (decimal): -2437429 or 13356762. OLE color: 13356762.
HSL color Cylindrical-coordinate representation of color #DACECB: hue angle of 12º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACECB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 206 | 203 | - |
CMYK | 0 | 0.06 | 0.07 | 0.15 |
HSL | 12º | 0.17% | 0.83% | - |
HSV(B) | 12º | 0.07% | 0.85% | - |
XYZ | 61.76 | 63.36 | 65.47 | - |
YUV | 209.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 206 | 203 | 0 | 0.06 | 0.07 | 0.15 | 12 | 0.17 | 0.83 |
Hex | DA | CE | CB | 0 | 6 | 7 | F | C | 11 | 53 |
Octal | 332 | 316 | 313 | 0 | 6 | 7 | 17 | 14 | 21 | 123 |
Binary | 11011010 | 11001110 | 11001011 | 0 | 110 | 111 | 1111 | 1100 | 10001 | 1010011 |
Color Harmonies of #DACECB
Complementary color
Monochromatic Colors of #DACECB
Black with #DACECB
Text Example
Text Example
White with #DACECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACECB; }
p { color: rgb(218,206,203); }
H1.HeaderClassName
{
color: #DACECB;
}
.AnyTagClassName
{
color: #DACECB;
}
</style>
background-color css
<style>
a { background-color: #DACECB; }
a { background-color: rgb(218,206,203); }
div.DivClassName
{
background-color: #DACECB;
}
.BgClassName
{
background-color: #DACECB;
}
</style>
border-color css
<style>
span { border-color: #DACECB; }
span { border-color: rgb(218,206,203); }
td.TdClassName
{
border-color: #DACECB;
}
.TagClassName
{
border-color: #DACECB;
}
</style>