Shades of White Ice #DAF7E8
Tints of White Ice #DAF7E8
RGB
CMYK
RGB Variations
Color information
#DAF7E8 (or 0xDAF7E8) is known color: White Ice. HEX triplet: DA, F7 and E8. RGB value is (218,247,232). Sum of RGB (Red+Green+Blue) = 218+247+232=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7E8 is #250817. Grayscale: #ECECEC. Windows color (decimal): -2426904 or 15267802. OLE color: 15267802.
HSL color Cylindrical-coordinate representation of color #DAF7E8: hue angle of 148.97º degrees, saturation: 0.64, 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 #DAF7E8 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 232 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.03 |
| HSL | 148.97º | 0.64% | 0.91% | - |
| HSV(B) | 148.97º | 0.12% | 0.97% | - |
| XYZ | 76.74 | 87.25 | 89.14 | - |
| YUV | 236.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 232 | 0.12 | 0 | 0.06 | 0.03 | 148.97 | 0.64 | 0.91 |
| Hex | DA | F7 | E8 | C | 0 | 6 | 3 | 95 | 40 | 5B |
| Octal | 332 | 367 | 350 | 14 | 0 | 6 | 3 | 225 | 100 | 133 |
| Binary | 11011010 | 11110111 | 11101000 | 1100 | 0 | 110 | 11 | 10010101 | 1000000 | 1011011 |
Color Harmonies of #DAF7E8
Complementary color
Monochromatic Colors of #DAF7E8
Black with #DAF7E8
Text Example
Text Example
White with #DAF7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7E8; }
p { color: rgb(218,247,232); }
H1.HeaderClassName
{
color: #DAF7E8;
}
.AnyTagClassName
{
color: #DAF7E8;
}
</style>
background-color css
<style>
a { background-color: #DAF7E8; }
a { background-color: rgb(218,247,232); }
div.DivClassName
{
background-color: #DAF7E8;
}
.BgClassName
{
background-color: #DAF7E8;
}
</style>
border-color css
<style>
span { border-color: #DAF7E8; }
span { border-color: rgb(218,247,232); }
td.TdClassName
{
border-color: #DAF7E8;
}
.TagClassName
{
border-color: #DAF7E8;
}
</style>