Shades of French Lilac #E8ACD8
Tints of French Lilac #E8ACD8
RGB
CMYK
RGB Variations
Color information
#E8ACD8 (or 0xE8ACD8) is known color: French Lilac. HEX triplet: E8, AC and D8. RGB value is (232,172,216). Sum of RGB (Red+Green+Blue) = 232+172+216=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACD8 is #175327. Grayscale: #C2C2C2. Windows color (decimal): -1528616 or 14200040. OLE color: 14200040.
HSL color Cylindrical-coordinate representation of color #E8ACD8: hue angle of 316º 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 #E8ACD8 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 216 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.09 |
| HSL | 316º | 0.57% | 0.79% | - |
| HSV(B) | 316º | 0.26% | 0.91% | - |
| XYZ | 60.43 | 51.62 | 71.74 | - |
| YUV | 194.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 216 | 0 | 0.26 | 0.07 | 0.09 | 316 | 0.57 | 0.79 |
| Hex | E8 | AC | D8 | 0 | 1A | 7 | 9 | 13C | 39 | 4F |
| Octal | 350 | 254 | 330 | 0 | 32 | 7 | 11 | 474 | 71 | 117 |
| Binary | 11101000 | 10101100 | 11011000 | 0 | 11010 | 111 | 1001 | 100111100 | 111001 | 1001111 |
Color Harmonies of #E8ACD8
Complementary color
Monochromatic Colors of #E8ACD8
Black with #E8ACD8
Text Example
Text Example
White with #E8ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACD8; }
p { color: rgb(232,172,216); }
H1.HeaderClassName
{
color: #E8ACD8;
}
.AnyTagClassName
{
color: #E8ACD8;
}
</style>
background-color css
<style>
a { background-color: #E8ACD8; }
a { background-color: rgb(232,172,216); }
div.DivClassName
{
background-color: #E8ACD8;
}
.BgClassName
{
background-color: #E8ACD8;
}
</style>
border-color css
<style>
span { border-color: #E8ACD8; }
span { border-color: rgb(232,172,216); }
td.TdClassName
{
border-color: #E8ACD8;
}
.TagClassName
{
border-color: #E8ACD8;
}
</style>