Shades of Lily White #E9FAF1
Tints of Lily White #E9FAF1
RGB
CMYK
RGB Variations
Color information
#E9FAF1 (or 0xE9FAF1) is known color: Lily White. HEX triplet: E9, FA and F1. RGB value is (233,250,241). Sum of RGB (Red+Green+Blue) = 233+250+241=724 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.18% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 241 (94.53% from 255 or 33.29% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAF1 is #16050E. Grayscale: #F3F3F3. Windows color (decimal): -1443087 or 15858409. OLE color: 15858409.
HSL color Cylindrical-coordinate representation of color #E9FAF1: hue angle of 148.24º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9FAF1 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 241 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.02 |
| HSL | 148.24º | 0.63% | 0.95% | - |
| HSV(B) | 148.24º | 0.07% | 0.98% | - |
| XYZ | 83.67 | 92.05 | 96.58 | - |
| YUV | 243.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 241 | 0.07 | 0 | 0.04 | 0.02 | 148.24 | 0.63 | 0.95 |
| Hex | E9 | FA | F1 | 7 | 0 | 4 | 2 | 94 | 3F | 5F |
| Octal | 351 | 372 | 361 | 7 | 0 | 4 | 2 | 224 | 77 | 137 |
| Binary | 11101001 | 11111010 | 11110001 | 111 | 0 | 100 | 10 | 10010100 | 111111 | 1011111 |
Color Harmonies of #E9FAF1
Complementary color
Monochromatic Colors of #E9FAF1
Black with #E9FAF1
Text Example
Text Example
White with #E9FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FAF1; }
p { color: rgb(233,250,241); }
H1.HeaderClassName
{
color: #E9FAF1;
}
.AnyTagClassName
{
color: #E9FAF1;
}
</style>
background-color css
<style>
a { background-color: #E9FAF1; }
a { background-color: rgb(233,250,241); }
div.DivClassName
{
background-color: #E9FAF1;
}
.BgClassName
{
background-color: #E9FAF1;
}
</style>
border-color css
<style>
span { border-color: #E9FAF1; }
span { border-color: rgb(233,250,241); }
td.TdClassName
{
border-color: #E9FAF1;
}
.TagClassName
{
border-color: #E9FAF1;
}
</style>