Shades of White Ice #DAFCEC
Tints of White Ice #DAFCEC
RGB
CMYK
RGB Variations
Color information
#DAFCEC (or 0xDAFCEC) is known color: White Ice. HEX triplet: DA, FC and EC. RGB value is (218,252,236). Sum of RGB (Red+Green+Blue) = 218+252+236=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCEC is #250313. Grayscale: #F0F0F0. Windows color (decimal): -2425620 or 15531226. OLE color: 15531226.
HSL color Cylindrical-coordinate representation of color #DAFCEC: hue angle of 151.76º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 236 | - |
CMYK | 0.13 | 0 | 0.06 | 0.01 |
HSL | 151.76º | 0.85% | 0.92% | - |
HSV(B) | 151.76º | 0.13% | 0.99% | - |
XYZ | 78.86 | 90.58 | 92.68 | - |
YUV | 240.01 | 125.74 | 112.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 236 | 0.13 | 0 | 0.06 | 0.01 | 151.76 | 0.85 | 0.92 |
Hex | DA | FC | EC | D | 0 | 6 | 1 | 98 | 55 | 5C |
Octal | 332 | 374 | 354 | 15 | 0 | 6 | 1 | 230 | 125 | 134 |
Binary | 11011010 | 11111100 | 11101100 | 1101 | 0 | 110 | 1 | 10011000 | 1010101 | 1011100 |
Color Harmonies of #DAFCEC
Complementary color
Monochromatic Colors of #DAFCEC
Black with #DAFCEC
Text Example
Text Example
White with #DAFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCEC; }
p { color: rgb(218,252,236); }
H1.HeaderClassName
{
color: #DAFCEC;
}
.AnyTagClassName
{
color: #DAFCEC;
}
</style>
background-color css
<style>
a { background-color: #DAFCEC; }
a { background-color: rgb(218,252,236); }
div.DivClassName
{
background-color: #DAFCEC;
}
.BgClassName
{
background-color: #DAFCEC;
}
</style>
border-color css
<style>
span { border-color: #DAFCEC; }
span { border-color: rgb(218,252,236); }
td.TdClassName
{
border-color: #DAFCEC;
}
.TagClassName
{
border-color: #DAFCEC;
}
</style>