Shades of French Lilac #E0ACDD
Tints of French Lilac #E0ACDD
RGB
CMYK
RGB Variations
Color information
#E0ACDD (or 0xE0ACDD) is known color: French Lilac. HEX triplet: E0, AC and DD. RGB value is (224,172,221). Sum of RGB (Red+Green+Blue) = 224+172+221=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACDD is #1F5322. Grayscale: #C0C0C0. Windows color (decimal): -2052899 or 14527712. OLE color: 14527712.
HSL color Cylindrical-coordinate representation of color #E0ACDD: hue angle of 303.46º degrees, saturation: 0.46, 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 #E0ACDD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 221 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.12 |
| HSL | 303.46º | 0.46% | 0.78% | - |
| HSV(B) | 303.46º | 0.23% | 0.88% | - |
| XYZ | 58.54 | 50.57 | 75.08 | - |
| YUV | 193.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 221 | 0 | 0.23 | 0.01 | 0.12 | 303.46 | 0.46 | 0.78 |
| Hex | E0 | AC | DD | 0 | 17 | 1 | C | 12F | 2E | 4E |
| Octal | 340 | 254 | 335 | 0 | 27 | 1 | 14 | 457 | 56 | 116 |
| Binary | 11100000 | 10101100 | 11011101 | 0 | 10111 | 1 | 1100 | 100101111 | 101110 | 1001110 |
Color Harmonies of #E0ACDD
Complementary color
Monochromatic Colors of #E0ACDD
Black with #E0ACDD
Text Example
Text Example
White with #E0ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACDD; }
p { color: rgb(224,172,221); }
H1.HeaderClassName
{
color: #E0ACDD;
}
.AnyTagClassName
{
color: #E0ACDD;
}
</style>
background-color css
<style>
a { background-color: #E0ACDD; }
a { background-color: rgb(224,172,221); }
div.DivClassName
{
background-color: #E0ACDD;
}
.BgClassName
{
background-color: #E0ACDD;
}
</style>
border-color css
<style>
span { border-color: #E0ACDD; }
span { border-color: rgb(224,172,221); }
td.TdClassName
{
border-color: #E0ACDD;
}
.TagClassName
{
border-color: #E0ACDD;
}
</style>