Shades of White Ice #DAF2E5
Tints of White Ice #DAF2E5
RGB
CMYK
RGB Variations
Color information
#DAF2E5 (or 0xDAF2E5) is known color: White Ice. HEX triplet: DA, F2 and E5. RGB value is (218,242,229). Sum of RGB (Red+Green+Blue) = 218+242+229=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2E5 is #250D1A. Grayscale: #E9E9E9. Windows color (decimal): -2428187 or 15069914. OLE color: 15069914.
HSL color Cylindrical-coordinate representation of color #DAF2E5: hue angle of 147.5º degrees, saturation: 0.48, 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 #DAF2E5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 229 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.05 |
| HSL | 147.5º | 0.48% | 0.9% | - |
| HSV(B) | 147.5º | 0.1% | 0.95% | - |
| XYZ | 74.81 | 84.07 | 86.41 | - |
| YUV | 233.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 229 | 0.10 | 0 | 0.05 | 0.05 | 147.5 | 0.48 | 0.9 |
| Hex | DA | F2 | E5 | A | 0 | 5 | 5 | 94 | 30 | 5A |
| Octal | 332 | 362 | 345 | 12 | 0 | 5 | 5 | 224 | 60 | 132 |
| Binary | 11011010 | 11110010 | 11100101 | 1010 | 0 | 101 | 101 | 10010100 | 110000 | 1011010 |
Color Harmonies of #DAF2E5
Complementary color
Monochromatic Colors of #DAF2E5
Black with #DAF2E5
Text Example
Text Example
White with #DAF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2E5; }
p { color: rgb(218,242,229); }
H1.HeaderClassName
{
color: #DAF2E5;
}
.AnyTagClassName
{
color: #DAF2E5;
}
</style>
background-color css
<style>
a { background-color: #DAF2E5; }
a { background-color: rgb(218,242,229); }
div.DivClassName
{
background-color: #DAF2E5;
}
.BgClassName
{
background-color: #DAF2E5;
}
</style>
border-color css
<style>
span { border-color: #DAF2E5; }
span { border-color: rgb(218,242,229); }
td.TdClassName
{
border-color: #DAF2E5;
}
.TagClassName
{
border-color: #DAF2E5;
}
</style>