Shades of French Lilac #E7A9DC
Tints of French Lilac #E7A9DC
RGB
CMYK
RGB Variations
Color information
#E7A9DC (or 0xE7A9DC) is known color: French Lilac. HEX triplet: E7, A9 and DC. RGB value is (231,169,220). Sum of RGB (Red+Green+Blue) = 231+169+220=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9DC is #185623. Grayscale: #C1C1C1. Windows color (decimal): -1594916 or 14461415. OLE color: 14461415.
HSL color Cylindrical-coordinate representation of color #E7A9DC: hue angle of 310.65º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A9DC is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 220 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.09 |
| HSL | 310.65º | 0.56% | 0.78% | - |
| HSV(B) | 310.65º | 0.27% | 0.91% | - |
| XYZ | 60.06 | 50.53 | 74.3 | - |
| YUV | 193.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 220 | 0 | 0.27 | 0.05 | 0.09 | 310.65 | 0.56 | 0.78 |
| Hex | E7 | A9 | DC | 0 | 1B | 5 | 9 | 137 | 38 | 4E |
| Octal | 347 | 251 | 334 | 0 | 33 | 5 | 11 | 467 | 70 | 116 |
| Binary | 11100111 | 10101001 | 11011100 | 0 | 11011 | 101 | 1001 | 100110111 | 111000 | 1001110 |
Color Harmonies of #E7A9DC
Complementary color
Monochromatic Colors of #E7A9DC
Black with #E7A9DC
Text Example
Text Example
White with #E7A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A9DC; }
p { color: rgb(231,169,220); }
H1.HeaderClassName
{
color: #E7A9DC;
}
.AnyTagClassName
{
color: #E7A9DC;
}
</style>
background-color css
<style>
a { background-color: #E7A9DC; }
a { background-color: rgb(231,169,220); }
div.DivClassName
{
background-color: #E7A9DC;
}
.BgClassName
{
background-color: #E7A9DC;
}
</style>
border-color css
<style>
span { border-color: #E7A9DC; }
span { border-color: rgb(231,169,220); }
td.TdClassName
{
border-color: #E7A9DC;
}
.TagClassName
{
border-color: #E7A9DC;
}
</style>