Shades of Mercury #DAD0CD
Tints of Mercury #DAD0CD
RGB
CMYK
RGB Variations
Color information
#DAD0CD (or 0xDAD0CD) is known color: Mercury. HEX triplet: DA, D0 and CD. RGB value is (218,208,205). Sum of RGB (Red+Green+Blue) = 218+208+205=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0CD is #252F32. Grayscale: #D2D2D2. Windows color (decimal): -2436915 or 13488346. OLE color: 13488346.
HSL color Cylindrical-coordinate representation of color #DAD0CD: hue angle of 13.85º degrees, saturation: 0.15, 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 #DAD0CD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 208 | 205 | - |
CMYK | 0 | 0.05 | 0.06 | 0.15 |
HSL | 13.85º | 0.15% | 0.83% | - |
HSV(B) | 13.85º | 0.06% | 0.85% | - |
XYZ | 62.49 | 64.42 | 66.9 | - |
YUV | 210.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 208 | 205 | 0 | 0.05 | 0.06 | 0.15 | 13.85 | 0.15 | 0.83 |
Hex | DA | D0 | CD | 0 | 5 | 6 | F | E | F | 53 |
Octal | 332 | 320 | 315 | 0 | 5 | 6 | 17 | 16 | 17 | 123 |
Binary | 11011010 | 11010000 | 11001101 | 0 | 101 | 110 | 1111 | 1110 | 1111 | 1010011 |
Color Harmonies of #DAD0CD
Complementary color
Monochromatic Colors of #DAD0CD
Black with #DAD0CD
Text Example
Text Example
White with #DAD0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0CD; }
p { color: rgb(218,208,205); }
H1.HeaderClassName
{
color: #DAD0CD;
}
.AnyTagClassName
{
color: #DAD0CD;
}
</style>
background-color css
<style>
a { background-color: #DAD0CD; }
a { background-color: rgb(218,208,205); }
div.DivClassName
{
background-color: #DAD0CD;
}
.BgClassName
{
background-color: #DAD0CD;
}
</style>
border-color css
<style>
span { border-color: #DAD0CD; }
span { border-color: rgb(218,208,205); }
td.TdClassName
{
border-color: #DAD0CD;
}
.TagClassName
{
border-color: #DAD0CD;
}
</style>