Shades of French Lilac #E0ACD2
Tints of French Lilac #E0ACD2
RGB
CMYK
RGB Variations
Color information
#E0ACD2 (or 0xE0ACD2) is known color: French Lilac. HEX triplet: E0, AC and D2. RGB value is (224,172,210). Sum of RGB (Red+Green+Blue) = 224+172+210=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACD2 is #1F532D. Grayscale: #BFBFBF. Windows color (decimal): -2052910 or 13806816. OLE color: 13806816.
HSL color Cylindrical-coordinate representation of color #E0ACD2: hue angle of 316.15º 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 #E0ACD2 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 210 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.12 |
| HSL | 316.15º | 0.46% | 0.78% | - |
| HSV(B) | 316.15º | 0.23% | 0.88% | - |
| XYZ | 57.13 | 50.01 | 67.61 | - |
| YUV | 191.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 210 | 0 | 0.23 | 0.06 | 0.12 | 316.15 | 0.46 | 0.78 |
| Hex | E0 | AC | D2 | 0 | 17 | 6 | C | 13C | 2E | 4E |
| Octal | 340 | 254 | 322 | 0 | 27 | 6 | 14 | 474 | 56 | 116 |
| Binary | 11100000 | 10101100 | 11010010 | 0 | 10111 | 110 | 1100 | 100111100 | 101110 | 1001110 |
Color Harmonies of #E0ACD2
Complementary color
Monochromatic Colors of #E0ACD2
Black with #E0ACD2
Text Example
Text Example
White with #E0ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACD2; }
p { color: rgb(224,172,210); }
H1.HeaderClassName
{
color: #E0ACD2;
}
.AnyTagClassName
{
color: #E0ACD2;
}
</style>
background-color css
<style>
a { background-color: #E0ACD2; }
a { background-color: rgb(224,172,210); }
div.DivClassName
{
background-color: #E0ACD2;
}
.BgClassName
{
background-color: #E0ACD2;
}
</style>
border-color css
<style>
span { border-color: #E0ACD2; }
span { border-color: rgb(224,172,210); }
td.TdClassName
{
border-color: #E0ACD2;
}
.TagClassName
{
border-color: #E0ACD2;
}
</style>