Shades of French Lilac #E8ACDD
Tints of French Lilac #E8ACDD
RGB
CMYK
RGB Variations
Color information
#E8ACDD (or 0xE8ACDD) is known color: French Lilac. HEX triplet: E8, AC and DD. RGB value is (232,172,221). Sum of RGB (Red+Green+Blue) = 232+172+221=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACDD is #175322. Grayscale: #C3C3C3. Windows color (decimal): -1528611 or 14527720. OLE color: 14527720.
HSL color Cylindrical-coordinate representation of color #E8ACDD: hue angle of 311º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ACDD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 221 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.09 |
| HSL | 311º | 0.57% | 0.79% | - |
| HSV(B) | 311º | 0.26% | 0.91% | - |
| XYZ | 61.08 | 51.88 | 75.2 | - |
| YUV | 195.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 221 | 0 | 0.26 | 0.05 | 0.09 | 311 | 0.57 | 0.79 |
| Hex | E8 | AC | DD | 0 | 1A | 5 | 9 | 137 | 39 | 4F |
| Octal | 350 | 254 | 335 | 0 | 32 | 5 | 11 | 467 | 71 | 117 |
| Binary | 11101000 | 10101100 | 11011101 | 0 | 11010 | 101 | 1001 | 100110111 | 111001 | 1001111 |
Color Harmonies of #E8ACDD
Complementary color
Monochromatic Colors of #E8ACDD
Black with #E8ACDD
Text Example
Text Example
White with #E8ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACDD; }
p { color: rgb(232,172,221); }
H1.HeaderClassName
{
color: #E8ACDD;
}
.AnyTagClassName
{
color: #E8ACDD;
}
</style>
background-color css
<style>
a { background-color: #E8ACDD; }
a { background-color: rgb(232,172,221); }
div.DivClassName
{
background-color: #E8ACDD;
}
.BgClassName
{
background-color: #E8ACDD;
}
</style>
border-color css
<style>
span { border-color: #E8ACDD; }
span { border-color: rgb(232,172,221); }
td.TdClassName
{
border-color: #E8ACDD;
}
.TagClassName
{
border-color: #E8ACDD;
}
</style>