Shades of Mercury #DAD2CF
Tints of Mercury #DAD2CF
RGB
CMYK
RGB Variations
Color information
#DAD2CF (or 0xDAD2CF) is known color: Mercury. HEX triplet: DA, D2 and CF. RGB value is (218,210,207). Sum of RGB (Red+Green+Blue) = 218+210+207=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2CF is #252D30. Grayscale: #D4D4D4. Windows color (decimal): -2436401 or 13619930. OLE color: 13619930.
HSL color Cylindrical-coordinate representation of color #DAD2CF: hue angle of 16.36º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD2CF is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 210 | 207 | - |
CMYK | 0 | 0.04 | 0.05 | 0.15 |
HSL | 16.36º | 0.13% | 0.83% | - |
HSV(B) | 16.36º | 0.05% | 0.85% | - |
XYZ | 63.22 | 65.5 | 68.34 | - |
YUV | 212.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 207 | 0 | 0.04 | 0.05 | 0.15 | 16.36 | 0.13 | 0.83 |
Hex | DA | D2 | CF | 0 | 4 | 5 | F | 10 | D | 53 |
Octal | 332 | 322 | 317 | 0 | 4 | 5 | 17 | 20 | 15 | 123 |
Binary | 11011010 | 11010010 | 11001111 | 0 | 100 | 101 | 1111 | 10000 | 1101 | 1010011 |
Color Harmonies of #DAD2CF
Complementary color
Monochromatic Colors of #DAD2CF
Black with #DAD2CF
Text Example
Text Example
White with #DAD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2CF; }
p { color: rgb(218,210,207); }
H1.HeaderClassName
{
color: #DAD2CF;
}
.AnyTagClassName
{
color: #DAD2CF;
}
</style>
background-color css
<style>
a { background-color: #DAD2CF; }
a { background-color: rgb(218,210,207); }
div.DivClassName
{
background-color: #DAD2CF;
}
.BgClassName
{
background-color: #DAD2CF;
}
</style>
border-color css
<style>
span { border-color: #DAD2CF; }
span { border-color: rgb(218,210,207); }
td.TdClassName
{
border-color: #DAD2CF;
}
.TagClassName
{
border-color: #DAD2CF;
}
</style>