Shades of White Lilac #E5DEEA
Tints of White Lilac #E5DEEA
RGB
CMYK
RGB Variations
Color information
#E5DEEA (or 0xE5DEEA) is known color: White Lilac. HEX triplet: E5, DE and EA. RGB value is (229,222,234). Sum of RGB (Red+Green+Blue) = 229+222+234=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEEA is #1A2115. Grayscale: #E1E1E1. Windows color (decimal): -1712406 or 15392485. OLE color: 15392485.
HSL color Cylindrical-coordinate representation of color #E5DEEA: hue angle of 275º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5DEEA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 222 | 234 | - |
CMYK | 0.02 | 0.05 | 0 | 0.08 |
HSL | 275º | 0.22% | 0.89% | - |
HSV(B) | 275º | 0.05% | 0.92% | - |
XYZ | 73.29 | 74.84 | 88.43 | - |
YUV | 225.46 | 132.82 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 234 | 0.02 | 0.05 | 0 | 0.08 | 275 | 0.22 | 0.89 |
Hex | E5 | DE | EA | 2 | 5 | 0 | 8 | 113 | 16 | 59 |
Octal | 345 | 336 | 352 | 2 | 5 | 0 | 10 | 423 | 26 | 131 |
Binary | 11100101 | 11011110 | 11101010 | 10 | 101 | 0 | 1000 | 100010011 | 10110 | 1011001 |
Color Harmonies of #E5DEEA
Complementary color
Monochromatic Colors of #E5DEEA
Black with #E5DEEA
Text Example
Text Example
White with #E5DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEEA; }
p { color: rgb(229,222,234); }
H1.HeaderClassName
{
color: #E5DEEA;
}
.AnyTagClassName
{
color: #E5DEEA;
}
</style>
background-color css
<style>
a { background-color: #E5DEEA; }
a { background-color: rgb(229,222,234); }
div.DivClassName
{
background-color: #E5DEEA;
}
.BgClassName
{
background-color: #E5DEEA;
}
</style>
border-color css
<style>
span { border-color: #E5DEEA; }
span { border-color: rgb(229,222,234); }
td.TdClassName
{
border-color: #E5DEEA;
}
.TagClassName
{
border-color: #E5DEEA;
}
</style>