Shades of White Ice #DAF0E5
Tints of White Ice #DAF0E5
RGB
CMYK
RGB Variations
Color information
#DAF0E5 (or 0xDAF0E5) is known color: White Ice. HEX triplet: DA, F0 and E5. RGB value is (218,240,229). Sum of RGB (Red+Green+Blue) = 218+240+229=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0E5 is #250F1A. Grayscale: #E8E8E8. Windows color (decimal): -2428699 or 15069402. OLE color: 15069402.
HSL color Cylindrical-coordinate representation of color #DAF0E5: hue angle of 150º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAF0E5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 229 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.06 |
| HSL | 150º | 0.42% | 0.9% | - |
| HSV(B) | 150º | 0.09% | 0.94% | - |
| XYZ | 74.22 | 82.88 | 86.22 | - |
| YUV | 232.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 229 | 0.09 | 0 | 0.05 | 0.06 | 150 | 0.42 | 0.9 |
| Hex | DA | F0 | E5 | 9 | 0 | 5 | 6 | 96 | 2A | 5A |
| Octal | 332 | 360 | 345 | 11 | 0 | 5 | 6 | 226 | 52 | 132 |
| Binary | 11011010 | 11110000 | 11100101 | 1001 | 0 | 101 | 110 | 10010110 | 101010 | 1011010 |
Color Harmonies of #DAF0E5
Complementary color
Monochromatic Colors of #DAF0E5
Black with #DAF0E5
Text Example
Text Example
White with #DAF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0E5; }
p { color: rgb(218,240,229); }
H1.HeaderClassName
{
color: #DAF0E5;
}
.AnyTagClassName
{
color: #DAF0E5;
}
</style>
background-color css
<style>
a { background-color: #DAF0E5; }
a { background-color: rgb(218,240,229); }
div.DivClassName
{
background-color: #DAF0E5;
}
.BgClassName
{
background-color: #DAF0E5;
}
</style>
border-color css
<style>
span { border-color: #DAF0E5; }
span { border-color: rgb(218,240,229); }
td.TdClassName
{
border-color: #DAF0E5;
}
.TagClassName
{
border-color: #DAF0E5;
}
</style>