Shades of Mystic #DAE4DE
Tints of Mystic #DAE4DE
RGB
CMYK
RGB Variations
Color information
#DAE4DE (or 0xDAE4DE) is known color: Mystic. HEX triplet: DA, E4 and DE. RGB value is (218,228,222). Sum of RGB (Red+Green+Blue) = 218+228+222=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4DE is #251B21. Grayscale: #E0E0E0. Windows color (decimal): -2431778 or 14607578. OLE color: 14607578.
HSL color Cylindrical-coordinate representation of color #DAE4DE: hue angle of 144º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE4DE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 222 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.11 |
| HSL | 144º | 0.16% | 0.87% | - |
| HSV(B) | 144º | 0.04% | 0.89% | - |
| XYZ | 69.84 | 75.67 | 80.03 | - |
| YUV | 224.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 222 | 0.04 | 0 | 0.03 | 0.11 | 144 | 0.16 | 0.87 |
| Hex | DA | E4 | DE | 4 | 0 | 3 | B | 90 | 10 | 57 |
| Octal | 332 | 344 | 336 | 4 | 0 | 3 | 13 | 220 | 20 | 127 |
| Binary | 11011010 | 11100100 | 11011110 | 100 | 0 | 11 | 1011 | 10010000 | 10000 | 1010111 |
Color Harmonies of #DAE4DE
Complementary color
Monochromatic Colors of #DAE4DE
Black with #DAE4DE
Text Example
Text Example
White with #DAE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4DE; }
p { color: rgb(218,228,222); }
H1.HeaderClassName
{
color: #DAE4DE;
}
.AnyTagClassName
{
color: #DAE4DE;
}
</style>
background-color css
<style>
a { background-color: #DAE4DE; }
a { background-color: rgb(218,228,222); }
div.DivClassName
{
background-color: #DAE4DE;
}
.BgClassName
{
background-color: #DAE4DE;
}
</style>
border-color css
<style>
span { border-color: #DAE4DE; }
span { border-color: rgb(218,228,222); }
td.TdClassName
{
border-color: #DAE4DE;
}
.TagClassName
{
border-color: #DAE4DE;
}
</style>