Shades of Mercury #DAD5D3
Tints of Mercury #DAD5D3
RGB
CMYK
RGB Variations
Color information
#DAD5D3 (or 0xDAD5D3) is known color: Mercury. HEX triplet: DA, D5 and D3. RGB value is (218,213,211). Sum of RGB (Red+Green+Blue) = 218+213+211=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5D3 is #252A2C. Grayscale: #D6D6D6. Windows color (decimal): -2435629 or 13882842. OLE color: 13882842.
HSL color Cylindrical-coordinate representation of color #DAD5D3: hue angle of 17.14º degrees, saturation: 0.09, 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 #DAD5D3 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 213 | 211 | - |
CMYK | 0 | 0.02 | 0.03 | 0.15 |
HSL | 17.14º | 0.09% | 0.84% | - |
HSV(B) | 17.14º | 0.03% | 0.85% | - |
XYZ | 64.47 | 67.2 | 71.2 | - |
YUV | 214.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 213 | 211 | 0 | 0.02 | 0.03 | 0.15 | 17.14 | 0.09 | 0.84 |
Hex | DA | D5 | D3 | 0 | 2 | 3 | F | 11 | 9 | 54 |
Octal | 332 | 325 | 323 | 0 | 2 | 3 | 17 | 21 | 11 | 124 |
Binary | 11011010 | 11010101 | 11010011 | 0 | 10 | 11 | 1111 | 10001 | 1001 | 1010100 |
Color Harmonies of #DAD5D3
Complementary color
Monochromatic Colors of #DAD5D3
Black with #DAD5D3
Text Example
Text Example
White with #DAD5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5D3; }
p { color: rgb(218,213,211); }
H1.HeaderClassName
{
color: #DAD5D3;
}
.AnyTagClassName
{
color: #DAD5D3;
}
</style>
background-color css
<style>
a { background-color: #DAD5D3; }
a { background-color: rgb(218,213,211); }
div.DivClassName
{
background-color: #DAD5D3;
}
.BgClassName
{
background-color: #DAD5D3;
}
</style>
border-color css
<style>
span { border-color: #DAD5D3; }
span { border-color: rgb(218,213,211); }
td.TdClassName
{
border-color: #DAD5D3;
}
.TagClassName
{
border-color: #DAD5D3;
}
</style>