Shades of Mystic #DAE4DF
Tints of Mystic #DAE4DF
RGB
CMYK
RGB Variations
Color information
#DAE4DF (or 0xDAE4DF) is known color: Mystic. HEX triplet: DA, E4 and DF. RGB value is (218,228,223). Sum of RGB (Red+Green+Blue) = 218+228+223=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4DF is #251B20. Grayscale: #E0E0E0. Windows color (decimal): -2431777 or 14673114. OLE color: 14673114.
HSL color Cylindrical-coordinate representation of color #DAE4DF: hue angle of 150º 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 #DAE4DF is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 228 | 223 | - |
CMYK | 0.04 | 0 | 0.02 | 0.11 |
HSL | 150º | 0.16% | 0.87% | - |
HSV(B) | 150º | 0.04% | 0.89% | - |
XYZ | 69.98 | 75.72 | 80.74 | - |
YUV | 224.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 228 | 223 | 0.04 | 0 | 0.02 | 0.11 | 150 | 0.16 | 0.87 |
Hex | DA | E4 | DF | 4 | 0 | 2 | B | 96 | 10 | 57 |
Octal | 332 | 344 | 337 | 4 | 0 | 2 | 13 | 226 | 20 | 127 |
Binary | 11011010 | 11100100 | 11011111 | 100 | 0 | 10 | 1011 | 10010110 | 10000 | 1010111 |
Color Harmonies of #DAE4DF
Complementary color
Monochromatic Colors of #DAE4DF
Black with #DAE4DF
Text Example
Text Example
White with #DAE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4DF; }
p { color: rgb(218,228,223); }
H1.HeaderClassName
{
color: #DAE4DF;
}
.AnyTagClassName
{
color: #DAE4DF;
}
</style>
background-color css
<style>
a { background-color: #DAE4DF; }
a { background-color: rgb(218,228,223); }
div.DivClassName
{
background-color: #DAE4DF;
}
.BgClassName
{
background-color: #DAE4DF;
}
</style>
border-color css
<style>
span { border-color: #DAE4DF; }
span { border-color: rgb(218,228,223); }
td.TdClassName
{
border-color: #DAE4DF;
}
.TagClassName
{
border-color: #DAE4DF;
}
</style>