Shades of French Lilac #E9BBDF
Tints of French Lilac #E9BBDF
RGB
CMYK
RGB Variations
Color information
#E9BBDF (or 0xE9BBDF) is known color: French Lilac. HEX triplet: E9, BB and DF. RGB value is (233,187,223). Sum of RGB (Red+Green+Blue) = 233+187+223=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBDF is #164420. Grayscale: #CCCCCC. Windows color (decimal): -1459233 or 14662633. OLE color: 14662633.
HSL color Cylindrical-coordinate representation of color #E9BBDF: hue angle of 313.04º 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 #E9BBDF is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 223 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.09 |
| HSL | 313.04º | 0.51% | 0.82% | - |
| HSV(B) | 313.04º | 0.2% | 0.91% | - |
| XYZ | 64.69 | 58.19 | 77.63 | - |
| YUV | 204.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 223 | 0 | 0.20 | 0.04 | 0.09 | 313.04 | 0.51 | 0.82 |
| Hex | E9 | BB | DF | 0 | 14 | 4 | 9 | 139 | 33 | 52 |
| Octal | 351 | 273 | 337 | 0 | 24 | 4 | 11 | 471 | 63 | 122 |
| Binary | 11101001 | 10111011 | 11011111 | 0 | 10100 | 100 | 1001 | 100111001 | 110011 | 1010010 |
Color Harmonies of #E9BBDF
Complementary color
Monochromatic Colors of #E9BBDF
Black with #E9BBDF
Text Example
Text Example
White with #E9BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBDF; }
p { color: rgb(233,187,223); }
H1.HeaderClassName
{
color: #E9BBDF;
}
.AnyTagClassName
{
color: #E9BBDF;
}
</style>
background-color css
<style>
a { background-color: #E9BBDF; }
a { background-color: rgb(233,187,223); }
div.DivClassName
{
background-color: #E9BBDF;
}
.BgClassName
{
background-color: #E9BBDF;
}
</style>
border-color css
<style>
span { border-color: #E9BBDF; }
span { border-color: rgb(233,187,223); }
td.TdClassName
{
border-color: #E9BBDF;
}
.TagClassName
{
border-color: #E9BBDF;
}
</style>