Shades of White Ice #DAF5E7
Tints of White Ice #DAF5E7
RGB
CMYK
RGB Variations
Color information
#DAF5E7 (or 0xDAF5E7) is known color: White Ice. HEX triplet: DA, F5 and E7. RGB value is (218,245,231). Sum of RGB (Red+Green+Blue) = 218+245+231=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5E7 is #250A18. Grayscale: #EBEBEB. Windows color (decimal): -2427417 or 15201754. OLE color: 15201754.
HSL color Cylindrical-coordinate representation of color #DAF5E7: hue angle of 148.89º 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 #DAF5E7 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 245 | 231 | - |
CMYK | 0.11 | 0 | 0.06 | 0.04 |
HSL | 148.89º | 0.57% | 0.91% | - |
HSV(B) | 148.89º | 0.11% | 0.96% | - |
XYZ | 75.99 | 85.98 | 88.19 | - |
YUV | 235.33 | 125.55 | 115.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 245 | 231 | 0.11 | 0 | 0.06 | 0.04 | 148.89 | 0.57 | 0.91 |
Hex | DA | F5 | E7 | B | 0 | 6 | 4 | 95 | 39 | 5B |
Octal | 332 | 365 | 347 | 13 | 0 | 6 | 4 | 225 | 71 | 133 |
Binary | 11011010 | 11110101 | 11100111 | 1011 | 0 | 110 | 100 | 10010101 | 111001 | 1011011 |
Color Harmonies of #DAF5E7
Complementary color
Monochromatic Colors of #DAF5E7
Black with #DAF5E7
Text Example
Text Example
White with #DAF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5E7; }
p { color: rgb(218,245,231); }
H1.HeaderClassName
{
color: #DAF5E7;
}
.AnyTagClassName
{
color: #DAF5E7;
}
</style>
background-color css
<style>
a { background-color: #DAF5E7; }
a { background-color: rgb(218,245,231); }
div.DivClassName
{
background-color: #DAF5E7;
}
.BgClassName
{
background-color: #DAF5E7;
}
</style>
border-color css
<style>
span { border-color: #DAF5E7; }
span { border-color: rgb(218,245,231); }
td.TdClassName
{
border-color: #DAF5E7;
}
.TagClassName
{
border-color: #DAF5E7;
}
</style>