Shades of White Lilac #EAE2ED
Tints of White Lilac #EAE2ED
RGB
CMYK
RGB Variations
Color information
#EAE2ED (or 0xEAE2ED) is known color: White Lilac. HEX triplet: EA, E2 and ED. RGB value is (234,226,237). Sum of RGB (Red+Green+Blue) = 234+226+237=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE2ED is #151D12. Grayscale: #E5E5E5. Windows color (decimal): -1383699 or 15590122. OLE color: 15590122.
HSL color Cylindrical-coordinate representation of color #EAE2ED: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE2ED is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 226 | 237 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.07 |
| HSL | 283.64º | 0.23% | 0.91% | - |
| HSV(B) | 283.64º | 0.05% | 0.93% | - |
| XYZ | 76.41 | 78 | 91.15 | - |
| YUV | 229.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 237 | 0.01 | 0.05 | 0 | 0.07 | 283.64 | 0.23 | 0.91 |
| Hex | EA | E2 | ED | 1 | 5 | 0 | 7 | 11C | 17 | 5B |
| Octal | 352 | 342 | 355 | 1 | 5 | 0 | 7 | 434 | 27 | 133 |
| Binary | 11101010 | 11100010 | 11101101 | 1 | 101 | 0 | 111 | 100011100 | 10111 | 1011011 |
Color Harmonies of #EAE2ED
Complementary color
Monochromatic Colors of #EAE2ED
Black with #EAE2ED
Text Example
Text Example
White with #EAE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2ED; }
p { color: rgb(234,226,237); }
H1.HeaderClassName
{
color: #EAE2ED;
}
.AnyTagClassName
{
color: #EAE2ED;
}
</style>
background-color css
<style>
a { background-color: #EAE2ED; }
a { background-color: rgb(234,226,237); }
div.DivClassName
{
background-color: #EAE2ED;
}
.BgClassName
{
background-color: #EAE2ED;
}
</style>
border-color css
<style>
span { border-color: #EAE2ED; }
span { border-color: rgb(234,226,237); }
td.TdClassName
{
border-color: #EAE2ED;
}
.TagClassName
{
border-color: #EAE2ED;
}
</style>