Shades of Lily White #E5FAF0
Tints of Lily White #E5FAF0
RGB
CMYK
RGB Variations
Color information
#E5FAF0 (or 0xE5FAF0) is known color: Lily White. HEX triplet: E5, FA and F0. RGB value is (229,250,240). Sum of RGB (Red+Green+Blue) = 229+250+240=719 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.85% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF0 is #1A050F. Grayscale: #F2F2F2. Windows color (decimal): -1705232 or 15792869. OLE color: 15792869.
HSL color Cylindrical-coordinate representation of color #E5FAF0: hue angle of 151.43º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5FAF0 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 250 | 240 | - |
CMYK | 0.08 | 0 | 0.04 | 0.02 |
HSL | 151.43º | 0.68% | 0.94% | - |
HSV(B) | 151.43º | 0.08% | 0.98% | - |
XYZ | 82.23 | 91.32 | 95.73 | - |
YUV | 242.58 | 126.54 | 118.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 250 | 240 | 0.08 | 0 | 0.04 | 0.02 | 151.43 | 0.68 | 0.94 |
Hex | E5 | FA | F0 | 8 | 0 | 4 | 2 | 97 | 44 | 5E |
Octal | 345 | 372 | 360 | 10 | 0 | 4 | 2 | 227 | 104 | 136 |
Binary | 11100101 | 11111010 | 11110000 | 1000 | 0 | 100 | 10 | 10010111 | 1000100 | 1011110 |
Color Harmonies of #E5FAF0
Complementary color
Monochromatic Colors of #E5FAF0
Black with #E5FAF0
Text Example
Text Example
White with #E5FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAF0; }
p { color: rgb(229,250,240); }
H1.HeaderClassName
{
color: #E5FAF0;
}
.AnyTagClassName
{
color: #E5FAF0;
}
</style>
background-color css
<style>
a { background-color: #E5FAF0; }
a { background-color: rgb(229,250,240); }
div.DivClassName
{
background-color: #E5FAF0;
}
.BgClassName
{
background-color: #E5FAF0;
}
</style>
border-color css
<style>
span { border-color: #E5FAF0; }
span { border-color: rgb(229,250,240); }
td.TdClassName
{
border-color: #E5FAF0;
}
.TagClassName
{
border-color: #E5FAF0;
}
</style>