Shades of White Ice #DAFFEE
Tints of White Ice #DAFFEE
RGB
CMYK
RGB Variations
Color information
#DAFFEE (or 0xDAFFEE) is known color: White Ice. HEX triplet: DA, FF and EE. RGB value is (218,255,238). Sum of RGB (Red+Green+Blue) = 218+255+238=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFEE is #250011. Grayscale: #F2F2F2. Windows color (decimal): -2424850 or 15663066. OLE color: 15663066.
HSL color Cylindrical-coordinate representation of color #DAFFEE: hue angle of 152.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFEE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 238 | - |
| CMYK | 0.15 | 0 | 0.07 | 0 |
| HSL | 152.43º | 1% | 0.93% | - |
| HSV(B) | 152.43º | 0.15% | 1% | - |
| XYZ | 80.11 | 92.6 | 94.54 | - |
| YUV | 242 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 238 | 0.15 | 0 | 0.07 | 0 | 152.43 | 1 | 0.93 |
| Hex | DA | FF | EE | F | 0 | 7 | 0 | 98 | 64 | 5D |
| Octal | 332 | 377 | 356 | 17 | 0 | 7 | 0 | 230 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11101110 | 1111 | 0 | 111 | 0 | 10011000 | 1100100 | 1011101 |
Color Harmonies of #DAFFEE
Complementary color
Monochromatic Colors of #DAFFEE
Black with #DAFFEE
Text Example
Text Example
White with #DAFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFEE; }
p { color: rgb(218,255,238); }
H1.HeaderClassName
{
color: #DAFFEE;
}
.AnyTagClassName
{
color: #DAFFEE;
}
</style>
background-color css
<style>
a { background-color: #DAFFEE; }
a { background-color: rgb(218,255,238); }
div.DivClassName
{
background-color: #DAFFEE;
}
.BgClassName
{
background-color: #DAFFEE;
}
</style>
border-color css
<style>
span { border-color: #DAFFEE; }
span { border-color: rgb(218,255,238); }
td.TdClassName
{
border-color: #DAFFEE;
}
.TagClassName
{
border-color: #DAFFEE;
}
</style>