Shades of White Lilac #EAE0EE
Tints of White Lilac #EAE0EE
RGB
CMYK
RGB Variations
Color information
#EAE0EE (or 0xEAE0EE) is known color: White Lilac. HEX triplet: EA, E0 and EE. RGB value is (234,224,238). Sum of RGB (Red+Green+Blue) = 234+224+238=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0EE is #151F11. Grayscale: #E4E4E4. Windows color (decimal): -1384210 or 15655146. OLE color: 15655146.
HSL color Cylindrical-coordinate representation of color #EAE0EE: hue angle of 282.86º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE0EE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 224 | 238 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.07 |
| HSL | 282.86º | 0.29% | 0.91% | - |
| HSV(B) | 282.86º | 0.06% | 0.93% | - |
| XYZ | 76.02 | 76.98 | 91.74 | - |
| YUV | 228.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 238 | 0.02 | 0.06 | 0 | 0.07 | 282.86 | 0.29 | 0.91 |
| Hex | EA | E0 | EE | 2 | 6 | 0 | 7 | 11B | 1D | 5B |
| Octal | 352 | 340 | 356 | 2 | 6 | 0 | 7 | 433 | 35 | 133 |
| Binary | 11101010 | 11100000 | 11101110 | 10 | 110 | 0 | 111 | 100011011 | 11101 | 1011011 |
Color Harmonies of #EAE0EE
Complementary color
Monochromatic Colors of #EAE0EE
Black with #EAE0EE
Text Example
Text Example
White with #EAE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0EE; }
p { color: rgb(234,224,238); }
H1.HeaderClassName
{
color: #EAE0EE;
}
.AnyTagClassName
{
color: #EAE0EE;
}
</style>
background-color css
<style>
a { background-color: #EAE0EE; }
a { background-color: rgb(234,224,238); }
div.DivClassName
{
background-color: #EAE0EE;
}
.BgClassName
{
background-color: #EAE0EE;
}
</style>
border-color css
<style>
span { border-color: #EAE0EE; }
span { border-color: rgb(234,224,238); }
td.TdClassName
{
border-color: #EAE0EE;
}
.TagClassName
{
border-color: #EAE0EE;
}
</style>