Shades of French Lilac #E0ADD5
Tints of French Lilac #E0ADD5
RGB
CMYK
RGB Variations
Color information
#E0ADD5 (or 0xE0ADD5) is known color: French Lilac. HEX triplet: E0, AD and D5. RGB value is (224,173,213). Sum of RGB (Red+Green+Blue) = 224+173+213=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADD5 is #1F522A. Grayscale: #C0C0C0. Windows color (decimal): -2052651 or 14003680. OLE color: 14003680.
HSL color Cylindrical-coordinate representation of color #E0ADD5: hue angle of 312.94º 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 #E0ADD5 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 213 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.12 |
| HSL | 312.94º | 0.45% | 0.78% | - |
| HSV(B) | 312.94º | 0.23% | 0.88% | - |
| XYZ | 57.69 | 50.54 | 69.66 | - |
| YUV | 192.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 213 | 0 | 0.23 | 0.05 | 0.12 | 312.94 | 0.45 | 0.78 |
| Hex | E0 | AD | D5 | 0 | 17 | 5 | C | 139 | 2D | 4E |
| Octal | 340 | 255 | 325 | 0 | 27 | 5 | 14 | 471 | 55 | 116 |
| Binary | 11100000 | 10101101 | 11010101 | 0 | 10111 | 101 | 1100 | 100111001 | 101101 | 1001110 |
Color Harmonies of #E0ADD5
Complementary color
Monochromatic Colors of #E0ADD5
Black with #E0ADD5
Text Example
Text Example
White with #E0ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADD5; }
p { color: rgb(224,173,213); }
H1.HeaderClassName
{
color: #E0ADD5;
}
.AnyTagClassName
{
color: #E0ADD5;
}
</style>
background-color css
<style>
a { background-color: #E0ADD5; }
a { background-color: rgb(224,173,213); }
div.DivClassName
{
background-color: #E0ADD5;
}
.BgClassName
{
background-color: #E0ADD5;
}
</style>
border-color css
<style>
span { border-color: #E0ADD5; }
span { border-color: rgb(224,173,213); }
td.TdClassName
{
border-color: #E0ADD5;
}
.TagClassName
{
border-color: #E0ADD5;
}
</style>