Shades of French Lilac #E9BCDD
Tints of French Lilac #E9BCDD
RGB
CMYK
RGB Variations
Color information
#E9BCDD (or 0xE9BCDD) is known color: French Lilac. HEX triplet: E9, BC and DD. RGB value is (233,188,221). Sum of RGB (Red+Green+Blue) = 233+188+221=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BCDD is #164322. Grayscale: #CDCDCD. Windows color (decimal): -1458979 or 14531817. OLE color: 14531817.
HSL color Cylindrical-coordinate representation of color #E9BCDD: hue angle of 316º degrees, saturation: 0.51, 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 #E9BCDD is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 221 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.09 |
| HSL | 316º | 0.51% | 0.83% | - |
| HSV(B) | 316º | 0.19% | 0.91% | - |
| XYZ | 64.64 | 58.51 | 76.29 | - |
| YUV | 205.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 221 | 0 | 0.19 | 0.05 | 0.09 | 316 | 0.51 | 0.83 |
| Hex | E9 | BC | DD | 0 | 13 | 5 | 9 | 13C | 33 | 53 |
| Octal | 351 | 274 | 335 | 0 | 23 | 5 | 11 | 474 | 63 | 123 |
| Binary | 11101001 | 10111100 | 11011101 | 0 | 10011 | 101 | 1001 | 100111100 | 110011 | 1010011 |
Color Harmonies of #E9BCDD
Complementary color
Monochromatic Colors of #E9BCDD
Black with #E9BCDD
Text Example
Text Example
White with #E9BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCDD; }
p { color: rgb(233,188,221); }
H1.HeaderClassName
{
color: #E9BCDD;
}
.AnyTagClassName
{
color: #E9BCDD;
}
</style>
background-color css
<style>
a { background-color: #E9BCDD; }
a { background-color: rgb(233,188,221); }
div.DivClassName
{
background-color: #E9BCDD;
}
.BgClassName
{
background-color: #E9BCDD;
}
</style>
border-color css
<style>
span { border-color: #E9BCDD; }
span { border-color: rgb(233,188,221); }
td.TdClassName
{
border-color: #E9BCDD;
}
.TagClassName
{
border-color: #E9BCDD;
}
</style>