Shades of Lily White #E4FCF0
Tints of Lily White #E4FCF0
RGB
CMYK
RGB Variations
Color information
#E4FCF0 (or 0xE4FCF0) is known color: Lily White. HEX triplet: E4, FC and F0. RGB value is (228,252,240). Sum of RGB (Red+Green+Blue) = 228+252+240=720 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.67% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #E4FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4FCF0 is #1B030F. Grayscale: #F3F3F3. Windows color (decimal): -1770256 or 15793380. OLE color: 15793380.
HSL color Cylindrical-coordinate representation of color #E4FCF0: hue angle of 150º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4FCF0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 228 | 252 | 240 | - |
CMYK | 0.10 | 0 | 0.05 | 0.01 |
HSL | 150º | 0.8% | 0.94% | - |
HSV(B) | 150º | 0.1% | 0.99% | - |
XYZ | 82.53 | 92.41 | 95.92 | - |
YUV | 243.46 | 126.05 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 252 | 240 | 0.10 | 0 | 0.05 | 0.01 | 150 | 0.8 | 0.94 |
Hex | E4 | FC | F0 | A | 0 | 5 | 1 | 96 | 50 | 5E |
Octal | 344 | 374 | 360 | 12 | 0 | 5 | 1 | 226 | 120 | 136 |
Binary | 11100100 | 11111100 | 11110000 | 1010 | 0 | 101 | 1 | 10010110 | 1010000 | 1011110 |
Color Harmonies of #E4FCF0
Complementary color
Monochromatic Colors of #E4FCF0
Black with #E4FCF0
Text Example
Text Example
White with #E4FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FCF0; }
p { color: rgb(228,252,240); }
H1.HeaderClassName
{
color: #E4FCF0;
}
.AnyTagClassName
{
color: #E4FCF0;
}
</style>
background-color css
<style>
a { background-color: #E4FCF0; }
a { background-color: rgb(228,252,240); }
div.DivClassName
{
background-color: #E4FCF0;
}
.BgClassName
{
background-color: #E4FCF0;
}
</style>
border-color css
<style>
span { border-color: #E4FCF0; }
span { border-color: rgb(228,252,240); }
td.TdClassName
{
border-color: #E4FCF0;
}
.TagClassName
{
border-color: #E4FCF0;
}
</style>