Shades of Mystic #DAE1DD
Tints of Mystic #DAE1DD
RGB
CMYK
RGB Variations
Color information
#DAE1DD (or 0xDAE1DD) is known color: Mystic. HEX triplet: DA, E1 and DD. RGB value is (218,225,221). Sum of RGB (Red+Green+Blue) = 218+225+221=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DD is #251E22. Grayscale: #DEDEDE. Windows color (decimal): -2432547 or 14541274. OLE color: 14541274.
HSL color Cylindrical-coordinate representation of color #DAE1DD: hue angle of 145.71º degrees, saturation: 0.1, 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 #DAE1DD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 221 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.12 |
| HSL | 145.71º | 0.1% | 0.87% | - |
| HSV(B) | 145.71º | 0.03% | 0.88% | - |
| XYZ | 68.89 | 73.98 | 79.05 | - |
| YUV | 222.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 221 | 0.03 | 0 | 0.02 | 0.12 | 145.71 | 0.1 | 0.87 |
| Hex | DA | E1 | DD | 3 | 0 | 2 | C | 92 | A | 57 |
| Octal | 332 | 341 | 335 | 3 | 0 | 2 | 14 | 222 | 12 | 127 |
| Binary | 11011010 | 11100001 | 11011101 | 11 | 0 | 10 | 1100 | 10010010 | 1010 | 1010111 |
Color Harmonies of #DAE1DD
Complementary color
Monochromatic Colors of #DAE1DD
Black with #DAE1DD
Text Example
Text Example
White with #DAE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1DD; }
p { color: rgb(218,225,221); }
H1.HeaderClassName
{
color: #DAE1DD;
}
.AnyTagClassName
{
color: #DAE1DD;
}
</style>
background-color css
<style>
a { background-color: #DAE1DD; }
a { background-color: rgb(218,225,221); }
div.DivClassName
{
background-color: #DAE1DD;
}
.BgClassName
{
background-color: #DAE1DD;
}
</style>
border-color css
<style>
span { border-color: #DAE1DD; }
span { border-color: rgb(218,225,221); }
td.TdClassName
{
border-color: #DAE1DD;
}
.TagClassName
{
border-color: #DAE1DD;
}
</style>