Shades of White Lilac #EAE7ED
Tints of White Lilac #EAE7ED
RGB
CMYK
RGB Variations
Color information
#EAE7ED (or 0xEAE7ED) is known color: White Lilac. HEX triplet: EA, E7 and ED. RGB value is (234,231,237). Sum of RGB (Red+Green+Blue) = 234+231+237=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7ED is #151812. Grayscale: #E8E8E8. Windows color (decimal): -1382419 or 15591402. OLE color: 15591402.
HSL color Cylindrical-coordinate representation of color #EAE7ED: hue angle of 270º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAE7ED is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 231 | 237 | - |
CMYK | 0.01 | 0.03 | 0 | 0.07 |
HSL | 270º | 0.14% | 0.92% | - |
HSV(B) | 270º | 0.03% | 0.93% | - |
XYZ | 77.79 | 80.76 | 91.61 | - |
YUV | 232.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 231 | 237 | 0.01 | 0.03 | 0 | 0.07 | 270 | 0.14 | 0.92 |
Hex | EA | E7 | ED | 1 | 3 | 0 | 7 | 10E | E | 5C |
Octal | 352 | 347 | 355 | 1 | 3 | 0 | 7 | 416 | 16 | 134 |
Binary | 11101010 | 11100111 | 11101101 | 1 | 11 | 0 | 111 | 100001110 | 1110 | 1011100 |
Color Harmonies of #EAE7ED
Complementary color
Monochromatic Colors of #EAE7ED
Black with #EAE7ED
Text Example
Text Example
White with #EAE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7ED; }
p { color: rgb(234,231,237); }
H1.HeaderClassName
{
color: #EAE7ED;
}
.AnyTagClassName
{
color: #EAE7ED;
}
</style>
background-color css
<style>
a { background-color: #EAE7ED; }
a { background-color: rgb(234,231,237); }
div.DivClassName
{
background-color: #EAE7ED;
}
.BgClassName
{
background-color: #EAE7ED;
}
</style>
border-color css
<style>
span { border-color: #EAE7ED; }
span { border-color: rgb(234,231,237); }
td.TdClassName
{
border-color: #EAE7ED;
}
.TagClassName
{
border-color: #EAE7ED;
}
</style>