Shades of White Ice #DAF5E6
Tints of White Ice #DAF5E6
RGB
CMYK
RGB Variations
Color information
#DAF5E6 (or 0xDAF5E6) is known color: White Ice. HEX triplet: DA, F5 and E6. RGB value is (218,245,230). Sum of RGB (Red+Green+Blue) = 218+245+230=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5E6 is #250A19. Grayscale: #EBEBEB. Windows color (decimal): -2427418 or 15136218. OLE color: 15136218.
HSL color Cylindrical-coordinate representation of color #DAF5E6: hue angle of 146.67º 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 #DAF5E6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 230 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.04 |
| HSL | 146.67º | 0.57% | 0.91% | - |
| HSV(B) | 146.67º | 0.11% | 0.96% | - |
| XYZ | 75.85 | 85.92 | 87.45 | - |
| YUV | 235.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 230 | 0.11 | 0 | 0.06 | 0.04 | 146.67 | 0.57 | 0.91 |
| Hex | DA | F5 | E6 | B | 0 | 6 | 4 | 93 | 39 | 5B |
| Octal | 332 | 365 | 346 | 13 | 0 | 6 | 4 | 223 | 71 | 133 |
| Binary | 11011010 | 11110101 | 11100110 | 1011 | 0 | 110 | 100 | 10010011 | 111001 | 1011011 |
Color Harmonies of #DAF5E6
Complementary color
Monochromatic Colors of #DAF5E6
Black with #DAF5E6
Text Example
Text Example
White with #DAF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5E6; }
p { color: rgb(218,245,230); }
H1.HeaderClassName
{
color: #DAF5E6;
}
.AnyTagClassName
{
color: #DAF5E6;
}
</style>
background-color css
<style>
a { background-color: #DAF5E6; }
a { background-color: rgb(218,245,230); }
div.DivClassName
{
background-color: #DAF5E6;
}
.BgClassName
{
background-color: #DAF5E6;
}
</style>
border-color css
<style>
span { border-color: #DAF5E6; }
span { border-color: rgb(218,245,230); }
td.TdClassName
{
border-color: #DAF5E6;
}
.TagClassName
{
border-color: #DAF5E6;
}
</style>