Shades of White Ice #DAF6E6
Tints of White Ice #DAF6E6
RGB
CMYK
RGB Variations
Color information
#DAF6E6 (or 0xDAF6E6) is known color: White Ice. HEX triplet: DA, F6 and E6. RGB value is (218,246,230). Sum of RGB (Red+Green+Blue) = 218+246+230=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6E6 is #250919. Grayscale: #EBEBEB. Windows color (decimal): -2427162 or 15136474. OLE color: 15136474.
HSL color Cylindrical-coordinate representation of color #DAF6E6: hue angle of 145.71º 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 #DAF6E6 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 230 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.04 |
| HSL | 145.71º | 0.61% | 0.91% | - |
| HSV(B) | 145.71º | 0.11% | 0.96% | - |
| XYZ | 76.15 | 86.53 | 87.55 | - |
| YUV | 235.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 230 | 0.11 | 0 | 0.07 | 0.04 | 145.71 | 0.61 | 0.91 |
| Hex | DA | F6 | E6 | B | 0 | 7 | 4 | 92 | 3D | 5B |
| Octal | 332 | 366 | 346 | 13 | 0 | 7 | 4 | 222 | 75 | 133 |
| Binary | 11011010 | 11110110 | 11100110 | 1011 | 0 | 111 | 100 | 10010010 | 111101 | 1011011 |
Color Harmonies of #DAF6E6
Complementary color
Monochromatic Colors of #DAF6E6
Black with #DAF6E6
Text Example
Text Example
White with #DAF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6E6; }
p { color: rgb(218,246,230); }
H1.HeaderClassName
{
color: #DAF6E6;
}
.AnyTagClassName
{
color: #DAF6E6;
}
</style>
background-color css
<style>
a { background-color: #DAF6E6; }
a { background-color: rgb(218,246,230); }
div.DivClassName
{
background-color: #DAF6E6;
}
.BgClassName
{
background-color: #DAF6E6;
}
</style>
border-color css
<style>
span { border-color: #DAF6E6; }
span { border-color: rgb(218,246,230); }
td.TdClassName
{
border-color: #DAF6E6;
}
.TagClassName
{
border-color: #DAF6E6;
}
</style>