Shades of French Lilac #E7A8DB
Tints of French Lilac #E7A8DB
RGB
CMYK
RGB Variations
Color information
#E7A8DB (or 0xE7A8DB) is known color: French Lilac. HEX triplet: E7, A8 and DB. RGB value is (231,168,219). Sum of RGB (Red+Green+Blue) = 231+168+219=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8DB is #185724. Grayscale: #C0C0C0. Windows color (decimal): -1595173 or 14395623. OLE color: 14395623.
HSL color Cylindrical-coordinate representation of color #E7A8DB: hue angle of 311.43º degrees, saturation: 0.57, 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 #E7A8DB is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 219 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.09 |
| HSL | 311.43º | 0.57% | 0.78% | - |
| HSV(B) | 311.43º | 0.27% | 0.91% | - |
| XYZ | 59.74 | 50.11 | 73.54 | - |
| YUV | 192.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 219 | 0 | 0.27 | 0.05 | 0.09 | 311.43 | 0.57 | 0.78 |
| Hex | E7 | A8 | DB | 0 | 1B | 5 | 9 | 137 | 39 | 4E |
| Octal | 347 | 250 | 333 | 0 | 33 | 5 | 11 | 467 | 71 | 116 |
| Binary | 11100111 | 10101000 | 11011011 | 0 | 11011 | 101 | 1001 | 100110111 | 111001 | 1001110 |
Color Harmonies of #E7A8DB
Complementary color
Monochromatic Colors of #E7A8DB
Black with #E7A8DB
Text Example
Text Example
White with #E7A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8DB; }
p { color: rgb(231,168,219); }
H1.HeaderClassName
{
color: #E7A8DB;
}
.AnyTagClassName
{
color: #E7A8DB;
}
</style>
background-color css
<style>
a { background-color: #E7A8DB; }
a { background-color: rgb(231,168,219); }
div.DivClassName
{
background-color: #E7A8DB;
}
.BgClassName
{
background-color: #E7A8DB;
}
</style>
border-color css
<style>
span { border-color: #E7A8DB; }
span { border-color: rgb(231,168,219); }
td.TdClassName
{
border-color: #E7A8DB;
}
.TagClassName
{
border-color: #E7A8DB;
}
</style>