Shades of French Lilac #E7B1DB
Tints of French Lilac #E7B1DB
RGB
CMYK
RGB Variations
Color information
#E7B1DB (or 0xE7B1DB) is known color: French Lilac. HEX triplet: E7, B1 and DB. RGB value is (231,177,219). Sum of RGB (Red+Green+Blue) = 231+177+219=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B1DB is #184E24. Grayscale: #C5C5C5. Windows color (decimal): -1592869 or 14397927. OLE color: 14397927.
HSL color Cylindrical-coordinate representation of color #E7B1DB: hue angle of 313.33º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B1DB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 219 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.09 |
| HSL | 313.33º | 0.53% | 0.8% | - |
| HSV(B) | 313.33º | 0.23% | 0.91% | - |
| XYZ | 61.46 | 53.55 | 74.11 | - |
| YUV | 197.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 219 | 0 | 0.23 | 0.05 | 0.09 | 313.33 | 0.53 | 0.8 |
| Hex | E7 | B1 | DB | 0 | 17 | 5 | 9 | 139 | 35 | 50 |
| Octal | 347 | 261 | 333 | 0 | 27 | 5 | 11 | 471 | 65 | 120 |
| Binary | 11100111 | 10110001 | 11011011 | 0 | 10111 | 101 | 1001 | 100111001 | 110101 | 1010000 |
Color Harmonies of #E7B1DB
Complementary color
Monochromatic Colors of #E7B1DB
Black with #E7B1DB
Text Example
Text Example
White with #E7B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B1DB; }
p { color: rgb(231,177,219); }
H1.HeaderClassName
{
color: #E7B1DB;
}
.AnyTagClassName
{
color: #E7B1DB;
}
</style>
background-color css
<style>
a { background-color: #E7B1DB; }
a { background-color: rgb(231,177,219); }
div.DivClassName
{
background-color: #E7B1DB;
}
.BgClassName
{
background-color: #E7B1DB;
}
</style>
border-color css
<style>
span { border-color: #E7B1DB; }
span { border-color: rgb(231,177,219); }
td.TdClassName
{
border-color: #E7B1DB;
}
.TagClassName
{
border-color: #E7B1DB;
}
</style>