Shades of White Ice #DAEAE4
Tints of White Ice #DAEAE4
RGB
CMYK
RGB Variations
Color information
#DAEAE4 (or 0xDAEAE4) is known color: White Ice. HEX triplet: DA, EA and E4. RGB value is (218,234,228). Sum of RGB (Red+Green+Blue) = 218+234+228=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAE4 is #25151B. Grayscale: #E4E4E4. Windows color (decimal): -2430236 or 15002330. OLE color: 15002330.
HSL color Cylindrical-coordinate representation of color #DAEAE4: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAE4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 228 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.08 |
| HSL | 157.5º | 0.28% | 0.89% | - |
| HSV(B) | 157.5º | 0.07% | 0.92% | - |
| XYZ | 72.34 | 79.35 | 84.9 | - |
| YUV | 228.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 228 | 0.07 | 0 | 0.03 | 0.08 | 157.5 | 0.28 | 0.89 |
| Hex | DA | EA | E4 | 7 | 0 | 3 | 8 | 9E | 1C | 59 |
| Octal | 332 | 352 | 344 | 7 | 0 | 3 | 10 | 236 | 34 | 131 |
| Binary | 11011010 | 11101010 | 11100100 | 111 | 0 | 11 | 1000 | 10011110 | 11100 | 1011001 |
Color Harmonies of #DAEAE4
Complementary color
Monochromatic Colors of #DAEAE4
Black with #DAEAE4
Text Example
Text Example
White with #DAEAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAE4; }
p { color: rgb(218,234,228); }
H1.HeaderClassName
{
color: #DAEAE4;
}
.AnyTagClassName
{
color: #DAEAE4;
}
</style>
background-color css
<style>
a { background-color: #DAEAE4; }
a { background-color: rgb(218,234,228); }
div.DivClassName
{
background-color: #DAEAE4;
}
.BgClassName
{
background-color: #DAEAE4;
}
</style>
border-color css
<style>
span { border-color: #DAEAE4; }
span { border-color: rgb(218,234,228); }
td.TdClassName
{
border-color: #DAEAE4;
}
.TagClassName
{
border-color: #DAEAE4;
}
</style>