Shades of French Lilac #E0ACD3
Tints of French Lilac #E0ACD3
RGB
CMYK
RGB Variations
Color information
#E0ACD3 (or 0xE0ACD3) is known color: French Lilac. HEX triplet: E0, AC and D3. RGB value is (224,172,211). Sum of RGB (Red+Green+Blue) = 224+172+211=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACD3 is #1F532C. Grayscale: #BFBFBF. Windows color (decimal): -2052909 or 13872352. OLE color: 13872352.
HSL color Cylindrical-coordinate representation of color #E0ACD3: hue angle of 315º 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 #E0ACD3 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 211 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.12 |
| HSL | 315º | 0.46% | 0.78% | - |
| HSV(B) | 315º | 0.23% | 0.88% | - |
| XYZ | 57.25 | 50.06 | 68.27 | - |
| YUV | 191.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 211 | 0 | 0.23 | 0.06 | 0.12 | 315 | 0.46 | 0.78 |
| Hex | E0 | AC | D3 | 0 | 17 | 6 | C | 13B | 2E | 4E |
| Octal | 340 | 254 | 323 | 0 | 27 | 6 | 14 | 473 | 56 | 116 |
| Binary | 11100000 | 10101100 | 11010011 | 0 | 10111 | 110 | 1100 | 100111011 | 101110 | 1001110 |
Color Harmonies of #E0ACD3
Complementary color
Monochromatic Colors of #E0ACD3
Black with #E0ACD3
Text Example
Text Example
White with #E0ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACD3; }
p { color: rgb(224,172,211); }
H1.HeaderClassName
{
color: #E0ACD3;
}
.AnyTagClassName
{
color: #E0ACD3;
}
</style>
background-color css
<style>
a { background-color: #E0ACD3; }
a { background-color: rgb(224,172,211); }
div.DivClassName
{
background-color: #E0ACD3;
}
.BgClassName
{
background-color: #E0ACD3;
}
</style>
border-color css
<style>
span { border-color: #E0ACD3; }
span { border-color: rgb(224,172,211); }
td.TdClassName
{
border-color: #E0ACD3;
}
.TagClassName
{
border-color: #E0ACD3;
}
</style>