Shades of French Lilac #E7BDE3
Tints of French Lilac #E7BDE3
RGB
CMYK
RGB Variations
Color information
#E7BDE3 (or 0xE7BDE3) is known color: French Lilac. HEX triplet: E7, BD and E3. RGB value is (231,189,227). Sum of RGB (Red+Green+Blue) = 231+189+227=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDE3 is #18421C. Grayscale: #CDCDCD. Windows color (decimal): -1589789 or 14925287. OLE color: 14925287.
HSL color Cylindrical-coordinate representation of color #E7BDE3: hue angle of 305.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BDE3 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 227 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.09 |
| HSL | 305.71º | 0.47% | 0.82% | - |
| HSV(B) | 305.71º | 0.18% | 0.91% | - |
| XYZ | 65.02 | 58.93 | 80.62 | - |
| YUV | 205.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 227 | 0 | 0.18 | 0.02 | 0.09 | 305.71 | 0.47 | 0.82 |
| Hex | E7 | BD | E3 | 0 | 12 | 2 | 9 | 132 | 2F | 52 |
| Octal | 347 | 275 | 343 | 0 | 22 | 2 | 11 | 462 | 57 | 122 |
| Binary | 11100111 | 10111101 | 11100011 | 0 | 10010 | 10 | 1001 | 100110010 | 101111 | 1010010 |
Color Harmonies of #E7BDE3
Complementary color
Monochromatic Colors of #E7BDE3
Black with #E7BDE3
Text Example
Text Example
White with #E7BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDE3; }
p { color: rgb(231,189,227); }
H1.HeaderClassName
{
color: #E7BDE3;
}
.AnyTagClassName
{
color: #E7BDE3;
}
</style>
background-color css
<style>
a { background-color: #E7BDE3; }
a { background-color: rgb(231,189,227); }
div.DivClassName
{
background-color: #E7BDE3;
}
.BgClassName
{
background-color: #E7BDE3;
}
</style>
border-color css
<style>
span { border-color: #E7BDE3; }
span { border-color: rgb(231,189,227); }
td.TdClassName
{
border-color: #E7BDE3;
}
.TagClassName
{
border-color: #E7BDE3;
}
</style>