Shades of French Lilac #E9BBD9
Tints of French Lilac #E9BBD9
RGB
CMYK
RGB Variations
Color information
#E9BBD9 (or 0xE9BBD9) is known color: French Lilac. HEX triplet: E9, BB and D9. RGB value is (233,187,217). Sum of RGB (Red+Green+Blue) = 233+187+217=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBD9 is #164426. Grayscale: #CCCCCC. Windows color (decimal): -1459239 or 14269417. OLE color: 14269417.
HSL color Cylindrical-coordinate representation of color #E9BBD9: hue angle of 320.87º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBD9 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 217 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.09 |
| HSL | 320.87º | 0.51% | 0.82% | - |
| HSV(B) | 320.87º | 0.2% | 0.91% | - |
| XYZ | 63.9 | 57.87 | 73.45 | - |
| YUV | 204.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 217 | 0 | 0.20 | 0.07 | 0.09 | 320.87 | 0.51 | 0.82 |
| Hex | E9 | BB | D9 | 0 | 14 | 7 | 9 | 141 | 33 | 52 |
| Octal | 351 | 273 | 331 | 0 | 24 | 7 | 11 | 501 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11011001 | 0 | 10100 | 111 | 1001 | 101000001 | 110011 | 1010010 |
Color Harmonies of #E9BBD9
Complementary color
Monochromatic Colors of #E9BBD9
Black with #E9BBD9
Text Example
Text Example
White with #E9BBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBD9; }
p { color: rgb(233,187,217); }
H1.HeaderClassName
{
color: #E9BBD9;
}
.AnyTagClassName
{
color: #E9BBD9;
}
</style>
background-color css
<style>
a { background-color: #E9BBD9; }
a { background-color: rgb(233,187,217); }
div.DivClassName
{
background-color: #E9BBD9;
}
.BgClassName
{
background-color: #E9BBD9;
}
</style>
border-color css
<style>
span { border-color: #E9BBD9; }
span { border-color: rgb(233,187,217); }
td.TdClassName
{
border-color: #E9BBD9;
}
.TagClassName
{
border-color: #E9BBD9;
}
</style>