Shades of White Ice #DAF3E6
Tints of White Ice #DAF3E6
RGB
CMYK
RGB Variations
Color information
#DAF3E6 (or 0xDAF3E6) is known color: White Ice. HEX triplet: DA, F3 and E6. RGB value is (218,243,230). Sum of RGB (Red+Green+Blue) = 218+243+230=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3E6 is #250C19. Grayscale: #EAEAEA. Windows color (decimal): -2427930 or 15135706. OLE color: 15135706.
HSL color Cylindrical-coordinate representation of color #DAF3E6: hue angle of 148.8º degrees, saturation: 0.51, 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 #DAF3E6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 230 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.05 |
| HSL | 148.8º | 0.51% | 0.9% | - |
| HSV(B) | 148.8º | 0.1% | 0.95% | - |
| XYZ | 75.25 | 84.72 | 87.25 | - |
| YUV | 234.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 230 | 0.10 | 0 | 0.05 | 0.05 | 148.8 | 0.51 | 0.9 |
| Hex | DA | F3 | E6 | A | 0 | 5 | 5 | 95 | 33 | 5A |
| Octal | 332 | 363 | 346 | 12 | 0 | 5 | 5 | 225 | 63 | 132 |
| Binary | 11011010 | 11110011 | 11100110 | 1010 | 0 | 101 | 101 | 10010101 | 110011 | 1011010 |
Color Harmonies of #DAF3E6
Complementary color
Monochromatic Colors of #DAF3E6
Black with #DAF3E6
Text Example
Text Example
White with #DAF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3E6; }
p { color: rgb(218,243,230); }
H1.HeaderClassName
{
color: #DAF3E6;
}
.AnyTagClassName
{
color: #DAF3E6;
}
</style>
background-color css
<style>
a { background-color: #DAF3E6; }
a { background-color: rgb(218,243,230); }
div.DivClassName
{
background-color: #DAF3E6;
}
.BgClassName
{
background-color: #DAF3E6;
}
</style>
border-color css
<style>
span { border-color: #DAF3E6; }
span { border-color: rgb(218,243,230); }
td.TdClassName
{
border-color: #DAF3E6;
}
.TagClassName
{
border-color: #DAF3E6;
}
</style>