Shades of White Ice #DAFFEC
Tints of White Ice #DAFFEC
RGB
CMYK
RGB Variations
Color information
#DAFFEC (or 0xDAFFEC) is known color: White Ice. HEX triplet: DA, FF and EC. RGB value is (218,255,236). Sum of RGB (Red+Green+Blue) = 218+255+236=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFEC is #250013. Grayscale: #F1F1F1. Windows color (decimal): -2424852 or 15531994. OLE color: 15531994.
HSL color Cylindrical-coordinate representation of color #DAFFEC: hue angle of 149.19º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFEC is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 236 | - |
CMYK | 0.15 | 0 | 0.07 | 0 |
HSL | 149.19º | 1% | 0.93% | - |
HSV(B) | 149.19º | 0.15% | 1% | - |
XYZ | 79.81 | 92.48 | 93 | - |
YUV | 241.77 | 124.74 | 111.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 236 | 0.15 | 0 | 0.07 | 0 | 149.19 | 1 | 0.93 |
Hex | DA | FF | EC | F | 0 | 7 | 0 | 95 | 64 | 5D |
Octal | 332 | 377 | 354 | 17 | 0 | 7 | 0 | 225 | 144 | 135 |
Binary | 11011010 | 11111111 | 11101100 | 1111 | 0 | 111 | 0 | 10010101 | 1100100 | 1011101 |
Color Harmonies of #DAFFEC
Complementary color
Monochromatic Colors of #DAFFEC
Black with #DAFFEC
Text Example
Text Example
White with #DAFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFEC; }
p { color: rgb(218,255,236); }
H1.HeaderClassName
{
color: #DAFFEC;
}
.AnyTagClassName
{
color: #DAFFEC;
}
</style>
background-color css
<style>
a { background-color: #DAFFEC; }
a { background-color: rgb(218,255,236); }
div.DivClassName
{
background-color: #DAFFEC;
}
.BgClassName
{
background-color: #DAFFEC;
}
</style>
border-color css
<style>
span { border-color: #DAFFEC; }
span { border-color: rgb(218,255,236); }
td.TdClassName
{
border-color: #DAFFEC;
}
.TagClassName
{
border-color: #DAFFEC;
}
</style>