Shades of White Ice #DAFBEC
Tints of White Ice #DAFBEC
RGB
CMYK
RGB Variations
Color information
#DAFBEC (or 0xDAFBEC) is known color: White Ice. HEX triplet: DA, FB and EC. RGB value is (218,251,236). Sum of RGB (Red+Green+Blue) = 218+251+236=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBEC is #250413. Grayscale: #EFEFEF. Windows color (decimal): -2425876 or 15530970. OLE color: 15530970.
HSL color Cylindrical-coordinate representation of color #DAFBEC: hue angle of 152.73º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 251 | 236 | - |
CMYK | 0.13 | 0 | 0.06 | 0.02 |
HSL | 152.73º | 0.8% | 0.92% | - |
HSV(B) | 152.73º | 0.13% | 0.98% | - |
XYZ | 78.55 | 89.96 | 92.58 | - |
YUV | 239.42 | 126.07 | 112.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 251 | 236 | 0.13 | 0 | 0.06 | 0.02 | 152.73 | 0.8 | 0.92 |
Hex | DA | FB | EC | D | 0 | 6 | 2 | 99 | 50 | 5C |
Octal | 332 | 373 | 354 | 15 | 0 | 6 | 2 | 231 | 120 | 134 |
Binary | 11011010 | 11111011 | 11101100 | 1101 | 0 | 110 | 10 | 10011001 | 1010000 | 1011100 |
Color Harmonies of #DAFBEC
Complementary color
Monochromatic Colors of #DAFBEC
Black with #DAFBEC
Text Example
Text Example
White with #DAFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBEC; }
p { color: rgb(218,251,236); }
H1.HeaderClassName
{
color: #DAFBEC;
}
.AnyTagClassName
{
color: #DAFBEC;
}
</style>
background-color css
<style>
a { background-color: #DAFBEC; }
a { background-color: rgb(218,251,236); }
div.DivClassName
{
background-color: #DAFBEC;
}
.BgClassName
{
background-color: #DAFBEC;
}
</style>
border-color css
<style>
span { border-color: #DAFBEC; }
span { border-color: rgb(218,251,236); }
td.TdClassName
{
border-color: #DAFBEC;
}
.TagClassName
{
border-color: #DAFBEC;
}
</style>