Shades of White Ice #DAF8E9
Tints of White Ice #DAF8E9
RGB
CMYK
RGB Variations
Color information
#DAF8E9 (or 0xDAF8E9) is known color: White Ice. HEX triplet: DA, F8 and E9. RGB value is (218,248,233). Sum of RGB (Red+Green+Blue) = 218+248+233=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8E9 is #250716. Grayscale: #EDEDED. Windows color (decimal): -2426647 or 15333594. OLE color: 15333594.
HSL color Cylindrical-coordinate representation of color #DAF8E9: hue angle of 150º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF8E9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 233 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.03 |
| HSL | 150º | 0.68% | 0.91% | - |
| HSV(B) | 150º | 0.12% | 0.97% | - |
| XYZ | 77.19 | 87.92 | 89.99 | - |
| YUV | 237.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 233 | 0.12 | 0 | 0.06 | 0.03 | 150 | 0.68 | 0.91 |
| Hex | DA | F8 | E9 | C | 0 | 6 | 3 | 96 | 44 | 5B |
| Octal | 332 | 370 | 351 | 14 | 0 | 6 | 3 | 226 | 104 | 133 |
| Binary | 11011010 | 11111000 | 11101001 | 1100 | 0 | 110 | 11 | 10010110 | 1000100 | 1011011 |
Color Harmonies of #DAF8E9
Complementary color
Monochromatic Colors of #DAF8E9
Black with #DAF8E9
Text Example
Text Example
White with #DAF8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF8E9; }
p { color: rgb(218,248,233); }
H1.HeaderClassName
{
color: #DAF8E9;
}
.AnyTagClassName
{
color: #DAF8E9;
}
</style>
background-color css
<style>
a { background-color: #DAF8E9; }
a { background-color: rgb(218,248,233); }
div.DivClassName
{
background-color: #DAF8E9;
}
.BgClassName
{
background-color: #DAF8E9;
}
</style>
border-color css
<style>
span { border-color: #DAF8E9; }
span { border-color: rgb(218,248,233); }
td.TdClassName
{
border-color: #DAF8E9;
}
.TagClassName
{
border-color: #DAF8E9;
}
</style>