Shades of White Lilac #E9E2F1
Tints of White Lilac #E9E2F1
RGB
CMYK
RGB Variations
Color information
#E9E2F1 (or 0xE9E2F1) is known color: White Lilac. HEX triplet: E9, E2 and F1. RGB value is (233,226,241). Sum of RGB (Red+Green+Blue) = 233+226+241=700 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.29% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9E2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2F1 is #161D0E. Grayscale: #E5E5E5. Windows color (decimal): -1449231 or 15852265. OLE color: 15852265.
HSL color Cylindrical-coordinate representation of color #E9E2F1: hue angle of 268º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9E2F1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 226 | 241 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.05 |
| HSL | 268º | 0.35% | 0.92% | - |
| HSV(B) | 268º | 0.06% | 0.95% | - |
| XYZ | 76.68 | 78.07 | 94.25 | - |
| YUV | 229.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 241 | 0.03 | 0.06 | 0 | 0.05 | 268 | 0.35 | 0.92 |
| Hex | E9 | E2 | F1 | 3 | 6 | 0 | 5 | 10C | 23 | 5C |
| Octal | 351 | 342 | 361 | 3 | 6 | 0 | 5 | 414 | 43 | 134 |
| Binary | 11101001 | 11100010 | 11110001 | 11 | 110 | 0 | 101 | 100001100 | 100011 | 1011100 |
Color Harmonies of #E9E2F1
Complementary color
Monochromatic Colors of #E9E2F1
Black with #E9E2F1
Text Example
Text Example
White with #E9E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2F1; }
p { color: rgb(233,226,241); }
H1.HeaderClassName
{
color: #E9E2F1;
}
.AnyTagClassName
{
color: #E9E2F1;
}
</style>
background-color css
<style>
a { background-color: #E9E2F1; }
a { background-color: rgb(233,226,241); }
div.DivClassName
{
background-color: #E9E2F1;
}
.BgClassName
{
background-color: #E9E2F1;
}
</style>
border-color css
<style>
span { border-color: #E9E2F1; }
span { border-color: rgb(233,226,241); }
td.TdClassName
{
border-color: #E9E2F1;
}
.TagClassName
{
border-color: #E9E2F1;
}
</style>