Shades of White Ice #DAEEE6
Tints of White Ice #DAEEE6
RGB
CMYK
RGB Variations
Color information
#DAEEE6 (or 0xDAEEE6) is known color: White Ice. HEX triplet: DA, EE and E6. RGB value is (218,238,230). Sum of RGB (Red+Green+Blue) = 218+238+230=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEE6 is #251119. Grayscale: #E7E7E7. Windows color (decimal): -2429210 or 15134426. OLE color: 15134426.
HSL color Cylindrical-coordinate representation of color #DAEEE6: hue angle of 156º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEEE6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 230 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 156º | 0.37% | 0.89% | - |
HSV(B) | 156º | 0.08% | 0.93% | - |
XYZ | 73.77 | 81.77 | 86.76 | - |
YUV | 231.11 | 127.37 | 118.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 230 | 0.08 | 0 | 0.03 | 0.07 | 156 | 0.37 | 0.89 |
Hex | DA | EE | E6 | 8 | 0 | 3 | 7 | 9C | 25 | 59 |
Octal | 332 | 356 | 346 | 10 | 0 | 3 | 7 | 234 | 45 | 131 |
Binary | 11011010 | 11101110 | 11100110 | 1000 | 0 | 11 | 111 | 10011100 | 100101 | 1011001 |
Color Harmonies of #DAEEE6
Complementary color
Monochromatic Colors of #DAEEE6
Black with #DAEEE6
Text Example
Text Example
White with #DAEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEE6; }
p { color: rgb(218,238,230); }
H1.HeaderClassName
{
color: #DAEEE6;
}
.AnyTagClassName
{
color: #DAEEE6;
}
</style>
background-color css
<style>
a { background-color: #DAEEE6; }
a { background-color: rgb(218,238,230); }
div.DivClassName
{
background-color: #DAEEE6;
}
.BgClassName
{
background-color: #DAEEE6;
}
</style>
border-color css
<style>
span { border-color: #DAEEE6; }
span { border-color: rgb(218,238,230); }
td.TdClassName
{
border-color: #DAEEE6;
}
.TagClassName
{
border-color: #DAEEE6;
}
</style>