Shades of Mystic #DAE0DD
Tints of Mystic #DAE0DD
RGB
CMYK
RGB Variations
Color information
#DAE0DD (or 0xDAE0DD) is known color: Mystic. HEX triplet: DA, E0 and DD. RGB value is (218,224,221). Sum of RGB (Red+Green+Blue) = 218+224+221=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0DD is #251F22. Grayscale: #DDDDDD. Windows color (decimal): -2432803 or 14541018. OLE color: 14541018.
HSL color Cylindrical-coordinate representation of color #DAE0DD: hue angle of 150º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE0DD is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 221 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.12 |
| HSL | 150º | 0.09% | 0.87% | - |
| HSV(B) | 150º | 0.03% | 0.88% | - |
| XYZ | 68.62 | 73.44 | 78.96 | - |
| YUV | 221.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 221 | 0.03 | 0 | 0.01 | 0.12 | 150 | 0.09 | 0.87 |
| Hex | DA | E0 | DD | 3 | 0 | 1 | C | 96 | 9 | 57 |
| Octal | 332 | 340 | 335 | 3 | 0 | 1 | 14 | 226 | 11 | 127 |
| Binary | 11011010 | 11100000 | 11011101 | 11 | 0 | 1 | 1100 | 10010110 | 1001 | 1010111 |
Color Harmonies of #DAE0DD
Complementary color
Monochromatic Colors of #DAE0DD
Black with #DAE0DD
Text Example
Text Example
White with #DAE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0DD; }
p { color: rgb(218,224,221); }
H1.HeaderClassName
{
color: #DAE0DD;
}
.AnyTagClassName
{
color: #DAE0DD;
}
</style>
background-color css
<style>
a { background-color: #DAE0DD; }
a { background-color: rgb(218,224,221); }
div.DivClassName
{
background-color: #DAE0DD;
}
.BgClassName
{
background-color: #DAE0DD;
}
</style>
border-color css
<style>
span { border-color: #DAE0DD; }
span { border-color: rgb(218,224,221); }
td.TdClassName
{
border-color: #DAE0DD;
}
.TagClassName
{
border-color: #DAE0DD;
}
</style>