Shades of Mercury #DAD5D4
Tints of Mercury #DAD5D4
RGB
CMYK
RGB Variations
Color information
#DAD5D4 (or 0xDAD5D4) is known color: Mercury. HEX triplet: DA, D5 and D4. RGB value is (218,213,212). Sum of RGB (Red+Green+Blue) = 218+213+212=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5D4 is #252A2B. Grayscale: #D6D6D6. Windows color (decimal): -2435628 or 13948378. OLE color: 13948378.
HSL color Cylindrical-coordinate representation of color #DAD5D4: hue angle of 10º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAD5D4 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 213 | 212 | - |
CMYK | 0 | 0.02 | 0.03 | 0.15 |
HSL | 10º | 0.08% | 0.84% | - |
HSV(B) | 10º | 0.03% | 0.85% | - |
XYZ | 64.59 | 67.25 | 71.86 | - |
YUV | 214.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 213 | 212 | 0 | 0.02 | 0.03 | 0.15 | 10 | 0.08 | 0.84 |
Hex | DA | D5 | D4 | 0 | 2 | 3 | F | A | 8 | 54 |
Octal | 332 | 325 | 324 | 0 | 2 | 3 | 17 | 12 | 10 | 124 |
Binary | 11011010 | 11010101 | 11010100 | 0 | 10 | 11 | 1111 | 1010 | 1000 | 1010100 |
Color Harmonies of #DAD5D4
Complementary color
Monochromatic Colors of #DAD5D4
Black with #DAD5D4
Text Example
Text Example
White with #DAD5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5D4; }
p { color: rgb(218,213,212); }
H1.HeaderClassName
{
color: #DAD5D4;
}
.AnyTagClassName
{
color: #DAD5D4;
}
</style>
background-color css
<style>
a { background-color: #DAD5D4; }
a { background-color: rgb(218,213,212); }
div.DivClassName
{
background-color: #DAD5D4;
}
.BgClassName
{
background-color: #DAD5D4;
}
</style>
border-color css
<style>
span { border-color: #DAD5D4; }
span { border-color: rgb(218,213,212); }
td.TdClassName
{
border-color: #DAD5D4;
}
.TagClassName
{
border-color: #DAD5D4;
}
</style>