Shades of White Lilac #EAE5EF
Tints of White Lilac #EAE5EF
RGB
CMYK
RGB Variations
Color information
#EAE5EF (or 0xEAE5EF) is known color: White Lilac. HEX triplet: EA, E5 and EF. RGB value is (234,229,239). Sum of RGB (Red+Green+Blue) = 234+229+239=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5EF is #151A10. Grayscale: #E7E7E7. Windows color (decimal): -1382929 or 15721962. OLE color: 15721962.
HSL color Cylindrical-coordinate representation of color #EAE5EF: hue angle of 270º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE5EF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 229 | 239 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.06 |
| HSL | 270º | 0.24% | 0.92% | - |
| HSV(B) | 270º | 0.04% | 0.94% | - |
| XYZ | 77.53 | 79.76 | 92.97 | - |
| YUV | 231.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 239 | 0.02 | 0.04 | 0 | 0.06 | 270 | 0.24 | 0.92 |
| Hex | EA | E5 | EF | 2 | 4 | 0 | 6 | 10E | 18 | 5C |
| Octal | 352 | 345 | 357 | 2 | 4 | 0 | 6 | 416 | 30 | 134 |
| Binary | 11101010 | 11100101 | 11101111 | 10 | 100 | 0 | 110 | 100001110 | 11000 | 1011100 |
Color Harmonies of #EAE5EF
Complementary color
Monochromatic Colors of #EAE5EF
Black with #EAE5EF
Text Example
Text Example
White with #EAE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5EF; }
p { color: rgb(234,229,239); }
H1.HeaderClassName
{
color: #EAE5EF;
}
.AnyTagClassName
{
color: #EAE5EF;
}
</style>
background-color css
<style>
a { background-color: #EAE5EF; }
a { background-color: rgb(234,229,239); }
div.DivClassName
{
background-color: #EAE5EF;
}
.BgClassName
{
background-color: #EAE5EF;
}
</style>
border-color css
<style>
span { border-color: #EAE5EF; }
span { border-color: rgb(234,229,239); }
td.TdClassName
{
border-color: #EAE5EF;
}
.TagClassName
{
border-color: #EAE5EF;
}
</style>