Shades of White Ice #DAF5E9
Tints of White Ice #DAF5E9
RGB
CMYK
RGB Variations
Color information
#DAF5E9 (or 0xDAF5E9) is known color: White Ice. HEX triplet: DA, F5 and E9. RGB value is (218,245,233). Sum of RGB (Red+Green+Blue) = 218+245+233=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5E9 is #250A16. Grayscale: #EBEBEB. Windows color (decimal): -2427415 or 15332826. OLE color: 15332826.
HSL color Cylindrical-coordinate representation of color #DAF5E9: hue angle of 153.33º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5E9 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 245 | 233 | - |
CMYK | 0.11 | 0 | 0.05 | 0.04 |
HSL | 153.33º | 0.57% | 0.91% | - |
HSV(B) | 153.33º | 0.11% | 0.96% | - |
XYZ | 76.27 | 86.09 | 89.69 | - |
YUV | 235.56 | 126.55 | 115.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 245 | 233 | 0.11 | 0 | 0.05 | 0.04 | 153.33 | 0.57 | 0.91 |
Hex | DA | F5 | E9 | B | 0 | 5 | 4 | 99 | 39 | 5B |
Octal | 332 | 365 | 351 | 13 | 0 | 5 | 4 | 231 | 71 | 133 |
Binary | 11011010 | 11110101 | 11101001 | 1011 | 0 | 101 | 100 | 10011001 | 111001 | 1011011 |
Color Harmonies of #DAF5E9
Complementary color
Monochromatic Colors of #DAF5E9
Black with #DAF5E9
Text Example
Text Example
White with #DAF5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5E9; }
p { color: rgb(218,245,233); }
H1.HeaderClassName
{
color: #DAF5E9;
}
.AnyTagClassName
{
color: #DAF5E9;
}
</style>
background-color css
<style>
a { background-color: #DAF5E9; }
a { background-color: rgb(218,245,233); }
div.DivClassName
{
background-color: #DAF5E9;
}
.BgClassName
{
background-color: #DAF5E9;
}
</style>
border-color css
<style>
span { border-color: #DAF5E9; }
span { border-color: rgb(218,245,233); }
td.TdClassName
{
border-color: #DAF5E9;
}
.TagClassName
{
border-color: #DAF5E9;
}
</style>