Shades of White Lilac #EAE3F0
Tints of White Lilac #EAE3F0
RGB
CMYK
RGB Variations
Color information
#EAE3F0 (or 0xEAE3F0) is known color: White Lilac. HEX triplet: EA, E3 and F0. RGB value is (234,227,240). Sum of RGB (Red+Green+Blue) = 234+227+240=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3F0 is #151C0F. Grayscale: #E6E6E6. Windows color (decimal): -1383440 or 15786986. OLE color: 15786986.
HSL color Cylindrical-coordinate representation of color #EAE3F0: hue angle of 272.31º degrees, saturation: 0.3, 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 #EAE3F0 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 227 | 240 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.06 |
| HSL | 272.31º | 0.3% | 0.92% | - |
| HSV(B) | 272.31º | 0.05% | 0.94% | - |
| XYZ | 77.13 | 78.72 | 93.57 | - |
| YUV | 230.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 240 | 0.02 | 0.05 | 0 | 0.06 | 272.31 | 0.3 | 0.92 |
| Hex | EA | E3 | F0 | 2 | 5 | 0 | 6 | 110 | 1E | 5C |
| Octal | 352 | 343 | 360 | 2 | 5 | 0 | 6 | 420 | 36 | 134 |
| Binary | 11101010 | 11100011 | 11110000 | 10 | 101 | 0 | 110 | 100010000 | 11110 | 1011100 |
Color Harmonies of #EAE3F0
Complementary color
Monochromatic Colors of #EAE3F0
Black with #EAE3F0
Text Example
Text Example
White with #EAE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3F0; }
p { color: rgb(234,227,240); }
H1.HeaderClassName
{
color: #EAE3F0;
}
.AnyTagClassName
{
color: #EAE3F0;
}
</style>
background-color css
<style>
a { background-color: #EAE3F0; }
a { background-color: rgb(234,227,240); }
div.DivClassName
{
background-color: #EAE3F0;
}
.BgClassName
{
background-color: #EAE3F0;
}
</style>
border-color css
<style>
span { border-color: #EAE3F0; }
span { border-color: rgb(234,227,240); }
td.TdClassName
{
border-color: #EAE3F0;
}
.TagClassName
{
border-color: #EAE3F0;
}
</style>