Shades of White Ice #DAFFED
Tints of White Ice #DAFFED
RGB
CMYK
RGB Variations
Color information
#DAFFED (or 0xDAFFED) is known color: White Ice. HEX triplet: DA, FF and ED. RGB value is (218,255,237). Sum of RGB (Red+Green+Blue) = 218+255+237=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFED is #250012. Grayscale: #F1F1F1. Windows color (decimal): -2424851 or 15597530. OLE color: 15597530.
HSL color Cylindrical-coordinate representation of color #DAFFED: hue angle of 150.81º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFED is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 237 | - |
CMYK | 0.15 | 0 | 0.07 | 0 |
HSL | 150.81º | 1% | 0.93% | - |
HSV(B) | 150.81º | 0.15% | 1% | - |
XYZ | 79.96 | 92.54 | 93.77 | - |
YUV | 241.89 | 125.24 | 110.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 237 | 0.15 | 0 | 0.07 | 0 | 150.81 | 1 | 0.93 |
Hex | DA | FF | ED | F | 0 | 7 | 0 | 97 | 64 | 5D |
Octal | 332 | 377 | 355 | 17 | 0 | 7 | 0 | 227 | 144 | 135 |
Binary | 11011010 | 11111111 | 11101101 | 1111 | 0 | 111 | 0 | 10010111 | 1100100 | 1011101 |
Color Harmonies of #DAFFED
Complementary color
Monochromatic Colors of #DAFFED
Black with #DAFFED
Text Example
Text Example
White with #DAFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFED; }
p { color: rgb(218,255,237); }
H1.HeaderClassName
{
color: #DAFFED;
}
.AnyTagClassName
{
color: #DAFFED;
}
</style>
background-color css
<style>
a { background-color: #DAFFED; }
a { background-color: rgb(218,255,237); }
div.DivClassName
{
background-color: #DAFFED;
}
.BgClassName
{
background-color: #DAFFED;
}
</style>
border-color css
<style>
span { border-color: #DAFFED; }
span { border-color: rgb(218,255,237); }
td.TdClassName
{
border-color: #DAFFED;
}
.TagClassName
{
border-color: #DAFFED;
}
</style>