Shades of White Lilac #EAE4F0
Tints of White Lilac #EAE4F0
RGB
CMYK
RGB Variations
Color information
#EAE4F0 (or 0xEAE4F0) is known color: White Lilac. HEX triplet: EA, E4 and F0. RGB value is (234,228,240). Sum of RGB (Red+Green+Blue) = 234+228+240=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4F0 is #151B0F. Grayscale: #E7E7E7. Windows color (decimal): -1383184 or 15787242. OLE color: 15787242.
HSL color Cylindrical-coordinate representation of color #EAE4F0: hue angle of 270º degrees, saturation: 0.29, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE4F0 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 228 | 240 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.06 |
| HSL | 270º | 0.29% | 0.92% | - |
| HSV(B) | 270º | 0.05% | 0.94% | - |
| XYZ | 77.4 | 79.27 | 93.66 | - |
| YUV | 231.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 240 | 0.02 | 0.05 | 0 | 0.06 | 270 | 0.29 | 0.92 |
| Hex | EA | E4 | F0 | 2 | 5 | 0 | 6 | 10E | 1D | 5C |
| Octal | 352 | 344 | 360 | 2 | 5 | 0 | 6 | 416 | 35 | 134 |
| Binary | 11101010 | 11100100 | 11110000 | 10 | 101 | 0 | 110 | 100001110 | 11101 | 1011100 |
Color Harmonies of #EAE4F0
Complementary color
Monochromatic Colors of #EAE4F0
Black with #EAE4F0
Text Example
Text Example
White with #EAE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4F0; }
p { color: rgb(234,228,240); }
H1.HeaderClassName
{
color: #EAE4F0;
}
.AnyTagClassName
{
color: #EAE4F0;
}
</style>
background-color css
<style>
a { background-color: #EAE4F0; }
a { background-color: rgb(234,228,240); }
div.DivClassName
{
background-color: #EAE4F0;
}
.BgClassName
{
background-color: #EAE4F0;
}
</style>
border-color css
<style>
span { border-color: #EAE4F0; }
span { border-color: rgb(234,228,240); }
td.TdClassName
{
border-color: #EAE4F0;
}
.TagClassName
{
border-color: #EAE4F0;
}
</style>