Shades of French Lilac #E0ADD9
Tints of French Lilac #E0ADD9
RGB
CMYK
RGB Variations
Color information
#E0ADD9 (or 0xE0ADD9) is known color: French Lilac. HEX triplet: E0, AD and D9. RGB value is (224,173,217). Sum of RGB (Red+Green+Blue) = 224+173+217=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADD9 is #1F5226. Grayscale: #C1C1C1. Windows color (decimal): -2052647 or 14265824. OLE color: 14265824.
HSL color Cylindrical-coordinate representation of color #E0ADD9: hue angle of 308.24º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ADD9 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 217 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.12 |
| HSL | 308.24º | 0.45% | 0.78% | - |
| HSV(B) | 308.24º | 0.23% | 0.88% | - |
| XYZ | 58.21 | 50.74 | 72.37 | - |
| YUV | 193.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 217 | 0 | 0.23 | 0.03 | 0.12 | 308.24 | 0.45 | 0.78 |
| Hex | E0 | AD | D9 | 0 | 17 | 3 | C | 134 | 2D | 4E |
| Octal | 340 | 255 | 331 | 0 | 27 | 3 | 14 | 464 | 55 | 116 |
| Binary | 11100000 | 10101101 | 11011001 | 0 | 10111 | 11 | 1100 | 100110100 | 101101 | 1001110 |
Color Harmonies of #E0ADD9
Complementary color
Monochromatic Colors of #E0ADD9
Black with #E0ADD9
Text Example
Text Example
White with #E0ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADD9; }
p { color: rgb(224,173,217); }
H1.HeaderClassName
{
color: #E0ADD9;
}
.AnyTagClassName
{
color: #E0ADD9;
}
</style>
background-color css
<style>
a { background-color: #E0ADD9; }
a { background-color: rgb(224,173,217); }
div.DivClassName
{
background-color: #E0ADD9;
}
.BgClassName
{
background-color: #E0ADD9;
}
</style>
border-color css
<style>
span { border-color: #E0ADD9; }
span { border-color: rgb(224,173,217); }
td.TdClassName
{
border-color: #E0ADD9;
}
.TagClassName
{
border-color: #E0ADD9;
}
</style>