Shades of White Ice #DAE8E3
Tints of White Ice #DAE8E3
RGB
CMYK
RGB Variations
Color information
#DAE8E3 (or 0xDAE8E3) is known color: White Ice. HEX triplet: DA, E8 and E3. RGB value is (218,232,227). Sum of RGB (Red+Green+Blue) = 218+232+227=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8E3 is #25171C. Grayscale: #E3E3E3. Windows color (decimal): -2430749 or 14936282. OLE color: 14936282.
HSL color Cylindrical-coordinate representation of color #DAE8E3: hue angle of 158.57º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8E3 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 227 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.09 |
| HSL | 158.57º | 0.23% | 0.88% | - |
| HSV(B) | 158.57º | 0.06% | 0.91% | - |
| XYZ | 71.64 | 78.16 | 83.98 | - |
| YUV | 227.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 227 | 0.06 | 0 | 0.02 | 0.09 | 158.57 | 0.23 | 0.88 |
| Hex | DA | E8 | E3 | 6 | 0 | 2 | 9 | 9F | 17 | 58 |
| Octal | 332 | 350 | 343 | 6 | 0 | 2 | 11 | 237 | 27 | 130 |
| Binary | 11011010 | 11101000 | 11100011 | 110 | 0 | 10 | 1001 | 10011111 | 10111 | 1011000 |
Color Harmonies of #DAE8E3
Complementary color
Monochromatic Colors of #DAE8E3
Black with #DAE8E3
Text Example
Text Example
White with #DAE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8E3; }
p { color: rgb(218,232,227); }
H1.HeaderClassName
{
color: #DAE8E3;
}
.AnyTagClassName
{
color: #DAE8E3;
}
</style>
background-color css
<style>
a { background-color: #DAE8E3; }
a { background-color: rgb(218,232,227); }
div.DivClassName
{
background-color: #DAE8E3;
}
.BgClassName
{
background-color: #DAE8E3;
}
</style>
border-color css
<style>
span { border-color: #DAE8E3; }
span { border-color: rgb(218,232,227); }
td.TdClassName
{
border-color: #DAE8E3;
}
.TagClassName
{
border-color: #DAE8E3;
}
</style>