Shades of Mystic #DAE3DE
Tints of Mystic #DAE3DE
RGB
CMYK
RGB Variations
Color information
#DAE3DE (or 0xDAE3DE) is known color: Mystic. HEX triplet: DA, E3 and DE. RGB value is (218,227,222). Sum of RGB (Red+Green+Blue) = 218+227+222=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3DE is #251C21. Grayscale: #DFDFDF. Windows color (decimal): -2432034 or 14607322. OLE color: 14607322.
HSL color Cylindrical-coordinate representation of color #DAE3DE: hue angle of 146.67º degrees, saturation: 0.14, 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 #DAE3DE is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 222 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.11 |
| HSL | 146.67º | 0.14% | 0.87% | - |
| HSV(B) | 146.67º | 0.04% | 0.89% | - |
| XYZ | 69.57 | 75.12 | 79.94 | - |
| YUV | 223.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 222 | 0.04 | 0 | 0.02 | 0.11 | 146.67 | 0.14 | 0.87 |
| Hex | DA | E3 | DE | 4 | 0 | 2 | B | 93 | E | 57 |
| Octal | 332 | 343 | 336 | 4 | 0 | 2 | 13 | 223 | 16 | 127 |
| Binary | 11011010 | 11100011 | 11011110 | 100 | 0 | 10 | 1011 | 10010011 | 1110 | 1010111 |
Color Harmonies of #DAE3DE
Complementary color
Monochromatic Colors of #DAE3DE
Black with #DAE3DE
Text Example
Text Example
White with #DAE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3DE; }
p { color: rgb(218,227,222); }
H1.HeaderClassName
{
color: #DAE3DE;
}
.AnyTagClassName
{
color: #DAE3DE;
}
</style>
background-color css
<style>
a { background-color: #DAE3DE; }
a { background-color: rgb(218,227,222); }
div.DivClassName
{
background-color: #DAE3DE;
}
.BgClassName
{
background-color: #DAE3DE;
}
</style>
border-color css
<style>
span { border-color: #DAE3DE; }
span { border-color: rgb(218,227,222); }
td.TdClassName
{
border-color: #DAE3DE;
}
.TagClassName
{
border-color: #DAE3DE;
}
</style>