Shades of White Lilac #EAE0F1
Tints of White Lilac #EAE0F1
RGB
CMYK
RGB Variations
Color information
#EAE0F1 (or 0xEAE0F1) is known color: White Lilac. HEX triplet: EA, E0 and F1. RGB value is (234,224,241). Sum of RGB (Red+Green+Blue) = 234+224+241=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0F1 is #151F0E. Grayscale: #E4E4E4. Windows color (decimal): -1384207 or 15851754. OLE color: 15851754.
HSL color Cylindrical-coordinate representation of color #EAE0F1: hue angle of 275.29º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE0F1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 224 | 241 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.05 |
| HSL | 275.29º | 0.38% | 0.91% | - |
| HSV(B) | 275.29º | 0.07% | 0.95% | - |
| XYZ | 76.46 | 77.15 | 94.08 | - |
| YUV | 228.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 241 | 0.03 | 0.07 | 0 | 0.05 | 275.29 | 0.38 | 0.91 |
| Hex | EA | E0 | F1 | 3 | 7 | 0 | 5 | 113 | 26 | 5B |
| Octal | 352 | 340 | 361 | 3 | 7 | 0 | 5 | 423 | 46 | 133 |
| Binary | 11101010 | 11100000 | 11110001 | 11 | 111 | 0 | 101 | 100010011 | 100110 | 1011011 |
Color Harmonies of #EAE0F1
Complementary color
Monochromatic Colors of #EAE0F1
Black with #EAE0F1
Text Example
Text Example
White with #EAE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0F1; }
p { color: rgb(234,224,241); }
H1.HeaderClassName
{
color: #EAE0F1;
}
.AnyTagClassName
{
color: #EAE0F1;
}
</style>
background-color css
<style>
a { background-color: #EAE0F1; }
a { background-color: rgb(234,224,241); }
div.DivClassName
{
background-color: #EAE0F1;
}
.BgClassName
{
background-color: #EAE0F1;
}
</style>
border-color css
<style>
span { border-color: #EAE0F1; }
span { border-color: rgb(234,224,241); }
td.TdClassName
{
border-color: #EAE0F1;
}
.TagClassName
{
border-color: #EAE0F1;
}
</style>