Shades of Lily White #E0FAED
Tints of Lily White #E0FAED
RGB
CMYK
RGB Variations
Color information
#E0FAED (or 0xE0FAED) is known color: Lily White. HEX triplet: E0, FA and ED. RGB value is (224,250,237). Sum of RGB (Red+Green+Blue) = 224+250+237=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAED is #1F0512. Grayscale: #F0F0F0. Windows color (decimal): -2032915 or 15596256. OLE color: 15596256.
HSL color Cylindrical-coordinate representation of color #E0FAED: hue angle of 150º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0FAED is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 237 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.02 |
| HSL | 150º | 0.72% | 0.93% | - |
| HSV(B) | 150º | 0.1% | 0.98% | - |
| XYZ | 80.21 | 90.33 | 93.33 | - |
| YUV | 240.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 237 | 0.10 | 0 | 0.05 | 0.02 | 150 | 0.72 | 0.93 |
| Hex | E0 | FA | ED | A | 0 | 5 | 2 | 96 | 48 | 5D |
| Octal | 340 | 372 | 355 | 12 | 0 | 5 | 2 | 226 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11101101 | 1010 | 0 | 101 | 10 | 10010110 | 1001000 | 1011101 |
Color Harmonies of #E0FAED
Complementary color
Monochromatic Colors of #E0FAED
Black with #E0FAED
Text Example
Text Example
White with #E0FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAED; }
p { color: rgb(224,250,237); }
H1.HeaderClassName
{
color: #E0FAED;
}
.AnyTagClassName
{
color: #E0FAED;
}
</style>
background-color css
<style>
a { background-color: #E0FAED; }
a { background-color: rgb(224,250,237); }
div.DivClassName
{
background-color: #E0FAED;
}
.BgClassName
{
background-color: #E0FAED;
}
</style>
border-color css
<style>
span { border-color: #E0FAED; }
span { border-color: rgb(224,250,237); }
td.TdClassName
{
border-color: #E0FAED;
}
.TagClassName
{
border-color: #E0FAED;
}
</style>