Shades of White Lilac #EAE4ED
Tints of White Lilac #EAE4ED
RGB
CMYK
RGB Variations
Color information
#EAE4ED (or 0xEAE4ED) is known color: White Lilac. HEX triplet: EA, E4 and ED. RGB value is (234,228,237). Sum of RGB (Red+Green+Blue) = 234+228+237=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4ED is #151B12. Grayscale: #E6E6E6. Windows color (decimal): -1383187 or 15590634. OLE color: 15590634.
HSL color Cylindrical-coordinate representation of color #EAE4ED: hue angle of 280º degrees, saturation: 0.2, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE4ED is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 228 | 237 | - |
CMYK | 0.01 | 0.04 | 0 | 0.07 |
HSL | 280º | 0.2% | 0.91% | - |
HSV(B) | 280º | 0.04% | 0.93% | - |
XYZ | 76.96 | 79.09 | 91.33 | - |
YUV | 230.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 228 | 237 | 0.01 | 0.04 | 0 | 0.07 | 280 | 0.2 | 0.91 |
Hex | EA | E4 | ED | 1 | 4 | 0 | 7 | 118 | 14 | 5B |
Octal | 352 | 344 | 355 | 1 | 4 | 0 | 7 | 430 | 24 | 133 |
Binary | 11101010 | 11100100 | 11101101 | 1 | 100 | 0 | 111 | 100011000 | 10100 | 1011011 |
Color Harmonies of #EAE4ED
Complementary color
Monochromatic Colors of #EAE4ED
Black with #EAE4ED
Text Example
Text Example
White with #EAE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4ED; }
p { color: rgb(234,228,237); }
H1.HeaderClassName
{
color: #EAE4ED;
}
.AnyTagClassName
{
color: #EAE4ED;
}
</style>
background-color css
<style>
a { background-color: #EAE4ED; }
a { background-color: rgb(234,228,237); }
div.DivClassName
{
background-color: #EAE4ED;
}
.BgClassName
{
background-color: #EAE4ED;
}
</style>
border-color css
<style>
span { border-color: #EAE4ED; }
span { border-color: rgb(234,228,237); }
td.TdClassName
{
border-color: #EAE4ED;
}
.TagClassName
{
border-color: #EAE4ED;
}
</style>