Shades of White Ice #DAFEEC
Tints of White Ice #DAFEEC
RGB
CMYK
RGB Variations
Color information
#DAFEEC (or 0xDAFEEC) is known color: White Ice. HEX triplet: DA, FE and EC. RGB value is (218,254,236). Sum of RGB (Red+Green+Blue) = 218+254+236=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEEC is #250113. Grayscale: #F1F1F1. Windows color (decimal): -2425108 or 15531738. OLE color: 15531738.
HSL color Cylindrical-coordinate representation of color #DAFEEC: hue angle of 150º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEEC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 236 | - |
CMYK | 0.14 | 0 | 0.07 | 0.00 |
HSL | 150º | 0.95% | 0.93% | - |
HSV(B) | 150º | 0.14% | 1% | - |
XYZ | 79.5 | 91.85 | 92.89 | - |
YUV | 241.18 | 125.07 | 111.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 236 | 0.14 | 0 | 0.07 | 0.00 | 150 | 0.95 | 0.93 |
Hex | DA | FE | EC | E | 0 | 7 | 0 | 96 | 5F | 5D |
Octal | 332 | 376 | 354 | 16 | 0 | 7 | 0 | 226 | 137 | 135 |
Binary | 11011010 | 11111110 | 11101100 | 1110 | 0 | 111 | 0 | 10010110 | 1011111 | 1011101 |
Color Harmonies of #DAFEEC
Complementary color
Monochromatic Colors of #DAFEEC
Black with #DAFEEC
Text Example
Text Example
White with #DAFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEEC; }
p { color: rgb(218,254,236); }
H1.HeaderClassName
{
color: #DAFEEC;
}
.AnyTagClassName
{
color: #DAFEEC;
}
</style>
background-color css
<style>
a { background-color: #DAFEEC; }
a { background-color: rgb(218,254,236); }
div.DivClassName
{
background-color: #DAFEEC;
}
.BgClassName
{
background-color: #DAFEEC;
}
</style>
border-color css
<style>
span { border-color: #DAFEEC; }
span { border-color: rgb(218,254,236); }
td.TdClassName
{
border-color: #DAFEEC;
}
.TagClassName
{
border-color: #DAFEEC;
}
</style>