Shades of Mystic #DAE8E0
Tints of Mystic #DAE8E0
RGB
CMYK
RGB Variations
Color information
#DAE8E0 (or 0xDAE8E0) is known color: Mystic. HEX triplet: DA, E8 and E0. RGB value is (218,232,224). Sum of RGB (Red+Green+Blue) = 218+232+224=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8E0 is #25171F. Grayscale: #E2E2E2. Windows color (decimal): -2430752 or 14739674. OLE color: 14739674.
HSL color Cylindrical-coordinate representation of color #DAE8E0: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8E0 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 224 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.09 |
| HSL | 145.71º | 0.23% | 0.88% | - |
| HSV(B) | 145.71º | 0.06% | 0.91% | - |
| XYZ | 71.22 | 78 | 81.82 | - |
| YUV | 226.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 224 | 0.06 | 0 | 0.03 | 0.09 | 145.71 | 0.23 | 0.88 |
| Hex | DA | E8 | E0 | 6 | 0 | 3 | 9 | 92 | 17 | 58 |
| Octal | 332 | 350 | 340 | 6 | 0 | 3 | 11 | 222 | 27 | 130 |
| Binary | 11011010 | 11101000 | 11100000 | 110 | 0 | 11 | 1001 | 10010010 | 10111 | 1011000 |
Color Harmonies of #DAE8E0
Complementary color
Monochromatic Colors of #DAE8E0
Black with #DAE8E0
Text Example
Text Example
White with #DAE8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8E0; }
p { color: rgb(218,232,224); }
H1.HeaderClassName
{
color: #DAE8E0;
}
.AnyTagClassName
{
color: #DAE8E0;
}
</style>
background-color css
<style>
a { background-color: #DAE8E0; }
a { background-color: rgb(218,232,224); }
div.DivClassName
{
background-color: #DAE8E0;
}
.BgClassName
{
background-color: #DAE8E0;
}
</style>
border-color css
<style>
span { border-color: #DAE8E0; }
span { border-color: rgb(218,232,224); }
td.TdClassName
{
border-color: #DAE8E0;
}
.TagClassName
{
border-color: #DAE8E0;
}
</style>