Shades of White Ice #DAF2E8
Tints of White Ice #DAF2E8
RGB
CMYK
RGB Variations
Color information
#DAF2E8 (or 0xDAF2E8) is known color: White Ice. HEX triplet: DA, F2 and E8. RGB value is (218,242,232). Sum of RGB (Red+Green+Blue) = 218+242+232=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2E8 is #250D17. Grayscale: #E9E9E9. Windows color (decimal): -2428184 or 15266522. OLE color: 15266522.
HSL color Cylindrical-coordinate representation of color #DAF2E8: hue angle of 155º 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 #DAF2E8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 232 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.05 |
| HSL | 155º | 0.48% | 0.9% | - |
| HSV(B) | 155º | 0.1% | 0.95% | - |
| XYZ | 75.23 | 84.24 | 88.64 | - |
| YUV | 233.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 232 | 0.10 | 0 | 0.04 | 0.05 | 155 | 0.48 | 0.9 |
| Hex | DA | F2 | E8 | A | 0 | 4 | 5 | 9B | 30 | 5A |
| Octal | 332 | 362 | 350 | 12 | 0 | 4 | 5 | 233 | 60 | 132 |
| Binary | 11011010 | 11110010 | 11101000 | 1010 | 0 | 100 | 101 | 10011011 | 110000 | 1011010 |
Color Harmonies of #DAF2E8
Complementary color
Monochromatic Colors of #DAF2E8
Black with #DAF2E8
Text Example
Text Example
White with #DAF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2E8; }
p { color: rgb(218,242,232); }
H1.HeaderClassName
{
color: #DAF2E8;
}
.AnyTagClassName
{
color: #DAF2E8;
}
</style>
background-color css
<style>
a { background-color: #DAF2E8; }
a { background-color: rgb(218,242,232); }
div.DivClassName
{
background-color: #DAF2E8;
}
.BgClassName
{
background-color: #DAF2E8;
}
</style>
border-color css
<style>
span { border-color: #DAF2E8; }
span { border-color: rgb(218,242,232); }
td.TdClassName
{
border-color: #DAF2E8;
}
.TagClassName
{
border-color: #DAF2E8;
}
</style>