Shades of French Lilac #E7BDE5
Tints of French Lilac #E7BDE5
RGB
CMYK
RGB Variations
Color information
#E7BDE5 (or 0xE7BDE5) is known color: French Lilac. HEX triplet: E7, BD and E5. RGB value is (231,189,229). Sum of RGB (Red+Green+Blue) = 231+189+229=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDE5 is #18421A. Grayscale: #CECECE. Windows color (decimal): -1589787 or 15056359. OLE color: 15056359.
HSL color Cylindrical-coordinate representation of color #E7BDE5: hue angle of 302.86º 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 #E7BDE5 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 229 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.09 |
| HSL | 302.86º | 0.47% | 0.82% | - |
| HSV(B) | 302.86º | 0.18% | 0.91% | - |
| XYZ | 65.3 | 59.04 | 82.08 | - |
| YUV | 206.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 229 | 0 | 0.18 | 0.01 | 0.09 | 302.86 | 0.47 | 0.82 |
| Hex | E7 | BD | E5 | 0 | 12 | 1 | 9 | 12F | 2F | 52 |
| Octal | 347 | 275 | 345 | 0 | 22 | 1 | 11 | 457 | 57 | 122 |
| Binary | 11100111 | 10111101 | 11100101 | 0 | 10010 | 1 | 1001 | 100101111 | 101111 | 1010010 |
Color Harmonies of #E7BDE5
Complementary color
Monochromatic Colors of #E7BDE5
Black with #E7BDE5
Text Example
Text Example
White with #E7BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDE5; }
p { color: rgb(231,189,229); }
H1.HeaderClassName
{
color: #E7BDE5;
}
.AnyTagClassName
{
color: #E7BDE5;
}
</style>
background-color css
<style>
a { background-color: #E7BDE5; }
a { background-color: rgb(231,189,229); }
div.DivClassName
{
background-color: #E7BDE5;
}
.BgClassName
{
background-color: #E7BDE5;
}
</style>
border-color css
<style>
span { border-color: #E7BDE5; }
span { border-color: rgb(231,189,229); }
td.TdClassName
{
border-color: #E7BDE5;
}
.TagClassName
{
border-color: #E7BDE5;
}
</style>