Shades of White Ice #DAF6E8
Tints of White Ice #DAF6E8
RGB
CMYK
RGB Variations
Color information
#DAF6E8 (or 0xDAF6E8) is known color: White Ice. HEX triplet: DA, F6 and E8. RGB value is (218,246,232). Sum of RGB (Red+Green+Blue) = 218+246+232=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 232 (91.02% from 255 or 33.33% from 696); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6E8 is #250917. Grayscale: #ECECEC. Windows color (decimal): -2427160 or 15267546. OLE color: 15267546.
HSL color Cylindrical-coordinate representation of color #DAF6E8: hue angle of 150º degrees, saturation: 0.61, 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 #DAF6E8 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 232 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.04 |
| HSL | 150º | 0.61% | 0.91% | - |
| HSV(B) | 150º | 0.11% | 0.96% | - |
| XYZ | 76.43 | 86.64 | 89.04 | - |
| YUV | 236.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 232 | 0.11 | 0 | 0.06 | 0.04 | 150 | 0.61 | 0.91 |
| Hex | DA | F6 | E8 | B | 0 | 6 | 4 | 96 | 3D | 5B |
| Octal | 332 | 366 | 350 | 13 | 0 | 6 | 4 | 226 | 75 | 133 |
| Binary | 11011010 | 11110110 | 11101000 | 1011 | 0 | 110 | 100 | 10010110 | 111101 | 1011011 |
Color Harmonies of #DAF6E8
Complementary color
Monochromatic Colors of #DAF6E8
Black with #DAF6E8
Text Example
Text Example
White with #DAF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6E8; }
p { color: rgb(218,246,232); }
H1.HeaderClassName
{
color: #DAF6E8;
}
.AnyTagClassName
{
color: #DAF6E8;
}
</style>
background-color css
<style>
a { background-color: #DAF6E8; }
a { background-color: rgb(218,246,232); }
div.DivClassName
{
background-color: #DAF6E8;
}
.BgClassName
{
background-color: #DAF6E8;
}
</style>
border-color css
<style>
span { border-color: #DAF6E8; }
span { border-color: rgb(218,246,232); }
td.TdClassName
{
border-color: #DAF6E8;
}
.TagClassName
{
border-color: #DAF6E8;
}
</style>