Shades of White Ice #DAF1E7
Tints of White Ice #DAF1E7
RGB
CMYK
RGB Variations
Color information
#DAF1E7 (or 0xDAF1E7) is known color: White Ice. HEX triplet: DA, F1 and E7. RGB value is (218,241,231). Sum of RGB (Red+Green+Blue) = 218+241+231=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1E7 is #250E18. Grayscale: #E8E8E8. Windows color (decimal): -2428441 or 15200730. OLE color: 15200730.
HSL color Cylindrical-coordinate representation of color #DAF1E7: hue angle of 153.91º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1E7 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 231 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.05 |
| HSL | 153.91º | 0.45% | 0.9% | - |
| HSV(B) | 153.91º | 0.1% | 0.95% | - |
| XYZ | 74.79 | 83.59 | 87.79 | - |
| YUV | 232.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 231 | 0.10 | 0 | 0.04 | 0.05 | 153.91 | 0.45 | 0.9 |
| Hex | DA | F1 | E7 | A | 0 | 4 | 5 | 9A | 2D | 5A |
| Octal | 332 | 361 | 347 | 12 | 0 | 4 | 5 | 232 | 55 | 132 |
| Binary | 11011010 | 11110001 | 11100111 | 1010 | 0 | 100 | 101 | 10011010 | 101101 | 1011010 |
Color Harmonies of #DAF1E7
Complementary color
Monochromatic Colors of #DAF1E7
Black with #DAF1E7
Text Example
Text Example
White with #DAF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1E7; }
p { color: rgb(218,241,231); }
H1.HeaderClassName
{
color: #DAF1E7;
}
.AnyTagClassName
{
color: #DAF1E7;
}
</style>
background-color css
<style>
a { background-color: #DAF1E7; }
a { background-color: rgb(218,241,231); }
div.DivClassName
{
background-color: #DAF1E7;
}
.BgClassName
{
background-color: #DAF1E7;
}
</style>
border-color css
<style>
span { border-color: #DAF1E7; }
span { border-color: rgb(218,241,231); }
td.TdClassName
{
border-color: #DAF1E7;
}
.TagClassName
{
border-color: #DAF1E7;
}
</style>