Shades of French Lilac #E4ACDD
Tints of French Lilac #E4ACDD
RGB
CMYK
RGB Variations
Color information
#E4ACDD (or 0xE4ACDD) is known color: French Lilac. HEX triplet: E4, AC and DD. RGB value is (228,172,221). Sum of RGB (Red+Green+Blue) = 228+172+221=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACDD is #1B5322. Grayscale: #C2C2C2. Windows color (decimal): -1790755 or 14527716. OLE color: 14527716.
HSL color Cylindrical-coordinate representation of color #E4ACDD: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ACDD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 172 | 221 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.11 |
| HSL | 307.5º | 0.51% | 0.78% | - |
| HSV(B) | 307.5º | 0.25% | 0.89% | - |
| XYZ | 59.8 | 51.22 | 75.14 | - |
| YUV | 194.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 221 | 0 | 0.25 | 0.03 | 0.11 | 307.5 | 0.51 | 0.78 |
| Hex | E4 | AC | DD | 0 | 19 | 3 | B | 134 | 33 | 4E |
| Octal | 344 | 254 | 335 | 0 | 31 | 3 | 13 | 464 | 63 | 116 |
| Binary | 11100100 | 10101100 | 11011101 | 0 | 11001 | 11 | 1011 | 100110100 | 110011 | 1001110 |
Color Harmonies of #E4ACDD
Complementary color
Monochromatic Colors of #E4ACDD
Black with #E4ACDD
Text Example
Text Example
White with #E4ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACDD; }
p { color: rgb(228,172,221); }
H1.HeaderClassName
{
color: #E4ACDD;
}
.AnyTagClassName
{
color: #E4ACDD;
}
</style>
background-color css
<style>
a { background-color: #E4ACDD; }
a { background-color: rgb(228,172,221); }
div.DivClassName
{
background-color: #E4ACDD;
}
.BgClassName
{
background-color: #E4ACDD;
}
</style>
border-color css
<style>
span { border-color: #E4ACDD; }
span { border-color: rgb(228,172,221); }
td.TdClassName
{
border-color: #E4ACDD;
}
.TagClassName
{
border-color: #E4ACDD;
}
</style>