Shades of French Lilac #E5ACDE
Tints of French Lilac #E5ACDE
RGB
CMYK
RGB Variations
Color information
#E5ACDE (or 0xE5ACDE) is known color: French Lilac. HEX triplet: E5, AC and DE. RGB value is (229,172,222). Sum of RGB (Red+Green+Blue) = 229+172+222=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACDE is #1A5321. Grayscale: #C2C2C2. Windows color (decimal): -1725218 or 14593253. OLE color: 14593253.
HSL color Cylindrical-coordinate representation of color #E5ACDE: hue angle of 307.37º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACDE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 222 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.10 |
| HSL | 307.37º | 0.52% | 0.79% | - |
| HSV(B) | 307.37º | 0.25% | 0.9% | - |
| XYZ | 60.25 | 51.44 | 75.86 | - |
| YUV | 194.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 222 | 0 | 0.25 | 0.03 | 0.10 | 307.37 | 0.52 | 0.79 |
| Hex | E5 | AC | DE | 0 | 19 | 3 | A | 133 | 34 | 4F |
| Octal | 345 | 254 | 336 | 0 | 31 | 3 | 12 | 463 | 64 | 117 |
| Binary | 11100101 | 10101100 | 11011110 | 0 | 11001 | 11 | 1010 | 100110011 | 110100 | 1001111 |
Color Harmonies of #E5ACDE
Complementary color
Monochromatic Colors of #E5ACDE
Black with #E5ACDE
Text Example
Text Example
White with #E5ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACDE; }
p { color: rgb(229,172,222); }
H1.HeaderClassName
{
color: #E5ACDE;
}
.AnyTagClassName
{
color: #E5ACDE;
}
</style>
background-color css
<style>
a { background-color: #E5ACDE; }
a { background-color: rgb(229,172,222); }
div.DivClassName
{
background-color: #E5ACDE;
}
.BgClassName
{
background-color: #E5ACDE;
}
</style>
border-color css
<style>
span { border-color: #E5ACDE; }
span { border-color: rgb(229,172,222); }
td.TdClassName
{
border-color: #E5ACDE;
}
.TagClassName
{
border-color: #E5ACDE;
}
</style>