Shades of White Ice #DAFDEC
Tints of White Ice #DAFDEC
RGB
CMYK
RGB Variations
Color information
#DAFDEC (or 0xDAFDEC) is known color: White Ice. HEX triplet: DA, FD and EC. RGB value is (218,253,236). Sum of RGB (Red+Green+Blue) = 218+253+236=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDEC is #250213. Grayscale: #F0F0F0. Windows color (decimal): -2425364 or 15531482. OLE color: 15531482.
HSL color Cylindrical-coordinate representation of color #DAFDEC: hue angle of 150.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDEC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 236 | - |
CMYK | 0.14 | 0 | 0.07 | 0.01 |
HSL | 150.86º | 0.9% | 0.92% | - |
HSV(B) | 150.86º | 0.14% | 0.99% | - |
XYZ | 79.18 | 91.21 | 92.79 | - |
YUV | 240.6 | 125.4 | 111.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 236 | 0.14 | 0 | 0.07 | 0.01 | 150.86 | 0.9 | 0.92 |
Hex | DA | FD | EC | E | 0 | 7 | 1 | 97 | 5A | 5C |
Octal | 332 | 375 | 354 | 16 | 0 | 7 | 1 | 227 | 132 | 134 |
Binary | 11011010 | 11111101 | 11101100 | 1110 | 0 | 111 | 1 | 10010111 | 1011010 | 1011100 |
Color Harmonies of #DAFDEC
Complementary color
Monochromatic Colors of #DAFDEC
Black with #DAFDEC
Text Example
Text Example
White with #DAFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDEC; }
p { color: rgb(218,253,236); }
H1.HeaderClassName
{
color: #DAFDEC;
}
.AnyTagClassName
{
color: #DAFDEC;
}
</style>
background-color css
<style>
a { background-color: #DAFDEC; }
a { background-color: rgb(218,253,236); }
div.DivClassName
{
background-color: #DAFDEC;
}
.BgClassName
{
background-color: #DAFDEC;
}
</style>
border-color css
<style>
span { border-color: #DAFDEC; }
span { border-color: rgb(218,253,236); }
td.TdClassName
{
border-color: #DAFDEC;
}
.TagClassName
{
border-color: #DAFDEC;
}
</style>