Shades of French Lilac #E9BDDF
Tints of French Lilac #E9BDDF
RGB
CMYK
RGB Variations
Color information
#E9BDDF (or 0xE9BDDF) is known color: French Lilac. HEX triplet: E9, BD and DF. RGB value is (233,189,223). Sum of RGB (Red+Green+Blue) = 233+189+223=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDDF is #164220. Grayscale: #CDCDCD. Windows color (decimal): -1458721 or 14663145. OLE color: 14663145.
HSL color Cylindrical-coordinate representation of color #E9BDDF: hue angle of 313.64º 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 #E9BDDF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 223 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.09 |
| HSL | 313.64º | 0.5% | 0.83% | - |
| HSV(B) | 313.64º | 0.19% | 0.91% | - |
| XYZ | 65.12 | 59.05 | 77.78 | - |
| YUV | 206.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 223 | 0 | 0.19 | 0.04 | 0.09 | 313.64 | 0.5 | 0.83 |
| Hex | E9 | BD | DF | 0 | 13 | 4 | 9 | 13A | 32 | 53 |
| Octal | 351 | 275 | 337 | 0 | 23 | 4 | 11 | 472 | 62 | 123 |
| Binary | 11101001 | 10111101 | 11011111 | 0 | 10011 | 100 | 1001 | 100111010 | 110010 | 1010011 |
Color Harmonies of #E9BDDF
Complementary color
Monochromatic Colors of #E9BDDF
Black with #E9BDDF
Text Example
Text Example
White with #E9BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDDF; }
p { color: rgb(233,189,223); }
H1.HeaderClassName
{
color: #E9BDDF;
}
.AnyTagClassName
{
color: #E9BDDF;
}
</style>
background-color css
<style>
a { background-color: #E9BDDF; }
a { background-color: rgb(233,189,223); }
div.DivClassName
{
background-color: #E9BDDF;
}
.BgClassName
{
background-color: #E9BDDF;
}
</style>
border-color css
<style>
span { border-color: #E9BDDF; }
span { border-color: rgb(233,189,223); }
td.TdClassName
{
border-color: #E9BDDF;
}
.TagClassName
{
border-color: #E9BDDF;
}
</style>