Shades of French Lilac #E7B9DB
Tints of French Lilac #E7B9DB
RGB
CMYK
RGB Variations
Color information
#E7B9DB (or 0xE7B9DB) is known color: French Lilac. HEX triplet: E7, B9 and DB. RGB value is (231,185,219). Sum of RGB (Red+Green+Blue) = 231+185+219=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9DB is #184624. Grayscale: #CACACA. Windows color (decimal): -1590821 or 14399975. OLE color: 14399975.
HSL color Cylindrical-coordinate representation of color #E7B9DB: hue angle of 315.65º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9DB is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 219 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.09 |
| HSL | 315.65º | 0.49% | 0.82% | - |
| HSV(B) | 315.65º | 0.2% | 0.91% | - |
| XYZ | 63.09 | 56.8 | 74.66 | - |
| YUV | 202.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 219 | 0 | 0.20 | 0.05 | 0.09 | 315.65 | 0.49 | 0.82 |
| Hex | E7 | B9 | DB | 0 | 14 | 5 | 9 | 13C | 31 | 52 |
| Octal | 347 | 271 | 333 | 0 | 24 | 5 | 11 | 474 | 61 | 122 |
| Binary | 11100111 | 10111001 | 11011011 | 0 | 10100 | 101 | 1001 | 100111100 | 110001 | 1010010 |
Color Harmonies of #E7B9DB
Complementary color
Monochromatic Colors of #E7B9DB
Black with #E7B9DB
Text Example
Text Example
White with #E7B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9DB; }
p { color: rgb(231,185,219); }
H1.HeaderClassName
{
color: #E7B9DB;
}
.AnyTagClassName
{
color: #E7B9DB;
}
</style>
background-color css
<style>
a { background-color: #E7B9DB; }
a { background-color: rgb(231,185,219); }
div.DivClassName
{
background-color: #E7B9DB;
}
.BgClassName
{
background-color: #E7B9DB;
}
</style>
border-color css
<style>
span { border-color: #E7B9DB; }
span { border-color: rgb(231,185,219); }
td.TdClassName
{
border-color: #E7B9DB;
}
.TagClassName
{
border-color: #E7B9DB;
}
</style>