Shades of French Lilac #E9BDDE
Tints of French Lilac #E9BDDE
RGB
CMYK
RGB Variations
Color information
#E9BDDE (or 0xE9BDDE) is known color: French Lilac. HEX triplet: E9, BD and DE. RGB value is (233,189,222). Sum of RGB (Red+Green+Blue) = 233+189+222=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDDE is #164221. Grayscale: #CDCDCD. Windows color (decimal): -1458722 or 14597609. OLE color: 14597609.
HSL color Cylindrical-coordinate representation of color #E9BDDE: hue angle of 315º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDDE is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 222 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.09 |
| HSL | 315º | 0.5% | 0.83% | - |
| HSV(B) | 315º | 0.19% | 0.91% | - |
| XYZ | 64.99 | 58.99 | 77.07 | - |
| YUV | 205.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 222 | 0 | 0.19 | 0.05 | 0.09 | 315 | 0.5 | 0.83 |
| Hex | E9 | BD | DE | 0 | 13 | 5 | 9 | 13B | 32 | 53 |
| Octal | 351 | 275 | 336 | 0 | 23 | 5 | 11 | 473 | 62 | 123 |
| Binary | 11101001 | 10111101 | 11011110 | 0 | 10011 | 101 | 1001 | 100111011 | 110010 | 1010011 |
Color Harmonies of #E9BDDE
Complementary color
Monochromatic Colors of #E9BDDE
Black with #E9BDDE
Text Example
Text Example
White with #E9BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDDE; }
p { color: rgb(233,189,222); }
H1.HeaderClassName
{
color: #E9BDDE;
}
.AnyTagClassName
{
color: #E9BDDE;
}
</style>
background-color css
<style>
a { background-color: #E9BDDE; }
a { background-color: rgb(233,189,222); }
div.DivClassName
{
background-color: #E9BDDE;
}
.BgClassName
{
background-color: #E9BDDE;
}
</style>
border-color css
<style>
span { border-color: #E9BDDE; }
span { border-color: rgb(233,189,222); }
td.TdClassName
{
border-color: #E9BDDE;
}
.TagClassName
{
border-color: #E9BDDE;
}
</style>