Shades of Mystic #DAE5DF
Tints of Mystic #DAE5DF
RGB
CMYK
RGB Variations
Color information
#DAE5DF (or 0xDAE5DF) is known color: Mystic. HEX triplet: DA, E5 and DF. RGB value is (218,229,223). Sum of RGB (Red+Green+Blue) = 218+229+223=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5DF is #251A20. Grayscale: #E1E1E1. Windows color (decimal): -2431521 or 14673370. OLE color: 14673370.
HSL color Cylindrical-coordinate representation of color #DAE5DF: hue angle of 147.27º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE5DF is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 229 | 223 | - |
CMYK | 0.05 | 0 | 0.03 | 0.10 |
HSL | 147.27º | 0.17% | 0.88% | - |
HSV(B) | 147.27º | 0.05% | 0.9% | - |
XYZ | 70.25 | 76.27 | 80.83 | - |
YUV | 225.03 | 126.86 | 122.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 223 | 0.05 | 0 | 0.03 | 0.10 | 147.27 | 0.17 | 0.88 |
Hex | DA | E5 | DF | 5 | 0 | 3 | A | 93 | 11 | 58 |
Octal | 332 | 345 | 337 | 5 | 0 | 3 | 12 | 223 | 21 | 130 |
Binary | 11011010 | 11100101 | 11011111 | 101 | 0 | 11 | 1010 | 10010011 | 10001 | 1011000 |
Color Harmonies of #DAE5DF
Complementary color
Monochromatic Colors of #DAE5DF
Black with #DAE5DF
Text Example
Text Example
White with #DAE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5DF; }
p { color: rgb(218,229,223); }
H1.HeaderClassName
{
color: #DAE5DF;
}
.AnyTagClassName
{
color: #DAE5DF;
}
</style>
background-color css
<style>
a { background-color: #DAE5DF; }
a { background-color: rgb(218,229,223); }
div.DivClassName
{
background-color: #DAE5DF;
}
.BgClassName
{
background-color: #DAE5DF;
}
</style>
border-color css
<style>
span { border-color: #DAE5DF; }
span { border-color: rgb(218,229,223); }
td.TdClassName
{
border-color: #DAE5DF;
}
.TagClassName
{
border-color: #DAE5DF;
}
</style>