Shades of French Lilac #E7B0DA
Tints of French Lilac #E7B0DA
RGB
CMYK
RGB Variations
Color information
#E7B0DA (or 0xE7B0DA) is known color: French Lilac. HEX triplet: E7, B0 and DA. RGB value is (231,176,218). Sum of RGB (Red+Green+Blue) = 231+176+218=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0DA is #184F25. Grayscale: #C5C5C5. Windows color (decimal): -1593126 or 14332135. OLE color: 14332135.
HSL color Cylindrical-coordinate representation of color #E7B0DA: hue angle of 314.18º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0DA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 218 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.09 |
| HSL | 314.18º | 0.53% | 0.8% | - |
| HSV(B) | 314.18º | 0.24% | 0.91% | - |
| XYZ | 61.14 | 53.1 | 73.36 | - |
| YUV | 197.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 218 | 0 | 0.24 | 0.06 | 0.09 | 314.18 | 0.53 | 0.8 |
| Hex | E7 | B0 | DA | 0 | 18 | 6 | 9 | 13A | 35 | 50 |
| Octal | 347 | 260 | 332 | 0 | 30 | 6 | 11 | 472 | 65 | 120 |
| Binary | 11100111 | 10110000 | 11011010 | 0 | 11000 | 110 | 1001 | 100111010 | 110101 | 1010000 |
Color Harmonies of #E7B0DA
Complementary color
Monochromatic Colors of #E7B0DA
Black with #E7B0DA
Text Example
Text Example
White with #E7B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0DA; }
p { color: rgb(231,176,218); }
H1.HeaderClassName
{
color: #E7B0DA;
}
.AnyTagClassName
{
color: #E7B0DA;
}
</style>
background-color css
<style>
a { background-color: #E7B0DA; }
a { background-color: rgb(231,176,218); }
div.DivClassName
{
background-color: #E7B0DA;
}
.BgClassName
{
background-color: #E7B0DA;
}
</style>
border-color css
<style>
span { border-color: #E7B0DA; }
span { border-color: rgb(231,176,218); }
td.TdClassName
{
border-color: #E7B0DA;
}
.TagClassName
{
border-color: #E7B0DA;
}
</style>