Shades of Mystic #DAE6DF
Tints of Mystic #DAE6DF
RGB
CMYK
RGB Variations
Color information
#DAE6DF (or 0xDAE6DF) is known color: Mystic. HEX triplet: DA, E6 and DF. RGB value is (218,230,223). Sum of RGB (Red+Green+Blue) = 218+230+223=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6DF is #251920. Grayscale: #E1E1E1. Windows color (decimal): -2431265 or 14673626. OLE color: 14673626.
HSL color Cylindrical-coordinate representation of color #DAE6DF: hue angle of 145º degrees, saturation: 0.19, 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 #DAE6DF is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 223 | - |
CMYK | 0.05 | 0 | 0.03 | 0.10 |
HSL | 145º | 0.19% | 0.88% | - |
HSV(B) | 145º | 0.05% | 0.9% | - |
XYZ | 70.53 | 76.83 | 80.92 | - |
YUV | 225.61 | 126.52 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 223 | 0.05 | 0 | 0.03 | 0.10 | 145 | 0.19 | 0.88 |
Hex | DA | E6 | DF | 5 | 0 | 3 | A | 91 | 13 | 58 |
Octal | 332 | 346 | 337 | 5 | 0 | 3 | 12 | 221 | 23 | 130 |
Binary | 11011010 | 11100110 | 11011111 | 101 | 0 | 11 | 1010 | 10010001 | 10011 | 1011000 |
Color Harmonies of #DAE6DF
Complementary color
Monochromatic Colors of #DAE6DF
Black with #DAE6DF
Text Example
Text Example
White with #DAE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6DF; }
p { color: rgb(218,230,223); }
H1.HeaderClassName
{
color: #DAE6DF;
}
.AnyTagClassName
{
color: #DAE6DF;
}
</style>
background-color css
<style>
a { background-color: #DAE6DF; }
a { background-color: rgb(218,230,223); }
div.DivClassName
{
background-color: #DAE6DF;
}
.BgClassName
{
background-color: #DAE6DF;
}
</style>
border-color css
<style>
span { border-color: #DAE6DF; }
span { border-color: rgb(218,230,223); }
td.TdClassName
{
border-color: #DAE6DF;
}
.TagClassName
{
border-color: #DAE6DF;
}
</style>