Shades of White Ice #DAF9EC
Tints of White Ice #DAF9EC
RGB
CMYK
RGB Variations
Color information
#DAF9EC (or 0xDAF9EC) is known color: White Ice. HEX triplet: DA, F9 and EC. RGB value is (218,249,236). Sum of RGB (Red+Green+Blue) = 218+249+236=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9EC is #250613. Grayscale: #EEEEEE. Windows color (decimal): -2426388 or 15530458. OLE color: 15530458.
HSL color Cylindrical-coordinate representation of color #DAF9EC: hue angle of 154.84º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9EC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 249 | 236 | - |
CMYK | 0.12 | 0 | 0.05 | 0.02 |
HSL | 154.84º | 0.72% | 0.92% | - |
HSV(B) | 154.84º | 0.12% | 0.98% | - |
XYZ | 77.93 | 88.71 | 92.37 | - |
YUV | 238.25 | 126.73 | 113.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 236 | 0.12 | 0 | 0.05 | 0.02 | 154.84 | 0.72 | 0.92 |
Hex | DA | F9 | EC | C | 0 | 5 | 2 | 9B | 48 | 5C |
Octal | 332 | 371 | 354 | 14 | 0 | 5 | 2 | 233 | 110 | 134 |
Binary | 11011010 | 11111001 | 11101100 | 1100 | 0 | 101 | 10 | 10011011 | 1001000 | 1011100 |
Color Harmonies of #DAF9EC
Complementary color
Monochromatic Colors of #DAF9EC
Black with #DAF9EC
Text Example
Text Example
White with #DAF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9EC; }
p { color: rgb(218,249,236); }
H1.HeaderClassName
{
color: #DAF9EC;
}
.AnyTagClassName
{
color: #DAF9EC;
}
</style>
background-color css
<style>
a { background-color: #DAF9EC; }
a { background-color: rgb(218,249,236); }
div.DivClassName
{
background-color: #DAF9EC;
}
.BgClassName
{
background-color: #DAF9EC;
}
</style>
border-color css
<style>
span { border-color: #DAF9EC; }
span { border-color: rgb(218,249,236); }
td.TdClassName
{
border-color: #DAF9EC;
}
.TagClassName
{
border-color: #DAF9EC;
}
</style>