Shades of French Lilac #E9BDEA
Tints of French Lilac #E9BDEA
RGB
CMYK
RGB Variations
Color information
#E9BDEA (or 0xE9BDEA) is known color: French Lilac. HEX triplet: E9, BD and EA. RGB value is (233,189,234). Sum of RGB (Red+Green+Blue) = 233+189+234=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDEA is #164215. Grayscale: #CFCFCF. Windows color (decimal): -1458710 or 15384041. OLE color: 15384041.
HSL color Cylindrical-coordinate representation of color #E9BDEA: hue angle of 298.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDEA is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 189 | 234 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.08 |
| HSL | 298.67º | 0.52% | 0.83% | - |
| HSV(B) | 298.67º | 0.19% | 0.92% | - |
| XYZ | 66.65 | 59.66 | 85.84 | - |
| YUV | 207.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 234 | 0.00 | 0.19 | 0 | 0.08 | 298.67 | 0.52 | 0.83 |
| Hex | E9 | BD | EA | 0 | 13 | 0 | 8 | 12B | 34 | 53 |
| Octal | 351 | 275 | 352 | 0 | 23 | 0 | 10 | 453 | 64 | 123 |
| Binary | 11101001 | 10111101 | 11101010 | 0 | 10011 | 0 | 1000 | 100101011 | 110100 | 1010011 |
Color Harmonies of #E9BDEA
Complementary color
Monochromatic Colors of #E9BDEA
Black with #E9BDEA
Text Example
Text Example
White with #E9BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDEA; }
p { color: rgb(233,189,234); }
H1.HeaderClassName
{
color: #E9BDEA;
}
.AnyTagClassName
{
color: #E9BDEA;
}
</style>
background-color css
<style>
a { background-color: #E9BDEA; }
a { background-color: rgb(233,189,234); }
div.DivClassName
{
background-color: #E9BDEA;
}
.BgClassName
{
background-color: #E9BDEA;
}
</style>
border-color css
<style>
span { border-color: #E9BDEA; }
span { border-color: rgb(233,189,234); }
td.TdClassName
{
border-color: #E9BDEA;
}
.TagClassName
{
border-color: #E9BDEA;
}
</style>