Shades of White Lilac #EAE5F0
Tints of White Lilac #EAE5F0
RGB
CMYK
RGB Variations
Color information
#EAE5F0 (or 0xEAE5F0) is known color: White Lilac. HEX triplet: EA, E5 and F0. RGB value is (234,229,240). Sum of RGB (Red+Green+Blue) = 234+229+240=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5F0 is #151A0F. Grayscale: #E7E7E7. Windows color (decimal): -1382928 or 15787498. OLE color: 15787498.
HSL color Cylindrical-coordinate representation of color #EAE5F0: hue angle of 267.27º degrees, saturation: 0.27, 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 #EAE5F0 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 229 | 240 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.06 |
| HSL | 267.27º | 0.27% | 0.92% | - |
| HSV(B) | 267.27º | 0.05% | 0.94% | - |
| XYZ | 77.68 | 79.82 | 93.75 | - |
| YUV | 231.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 240 | 0.02 | 0.05 | 0 | 0.06 | 267.27 | 0.27 | 0.92 |
| Hex | EA | E5 | F0 | 2 | 5 | 0 | 6 | 10B | 1B | 5C |
| Octal | 352 | 345 | 360 | 2 | 5 | 0 | 6 | 413 | 33 | 134 |
| Binary | 11101010 | 11100101 | 11110000 | 10 | 101 | 0 | 110 | 100001011 | 11011 | 1011100 |
Color Harmonies of #EAE5F0
Complementary color
Monochromatic Colors of #EAE5F0
Black with #EAE5F0
Text Example
Text Example
White with #EAE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5F0; }
p { color: rgb(234,229,240); }
H1.HeaderClassName
{
color: #EAE5F0;
}
.AnyTagClassName
{
color: #EAE5F0;
}
</style>
background-color css
<style>
a { background-color: #EAE5F0; }
a { background-color: rgb(234,229,240); }
div.DivClassName
{
background-color: #EAE5F0;
}
.BgClassName
{
background-color: #EAE5F0;
}
</style>
border-color css
<style>
span { border-color: #EAE5F0; }
span { border-color: rgb(234,229,240); }
td.TdClassName
{
border-color: #EAE5F0;
}
.TagClassName
{
border-color: #EAE5F0;
}
</style>