Shades of French Lilac #E9BDDC
Tints of French Lilac #E9BDDC
RGB
CMYK
RGB Variations
Color information
#E9BDDC (or 0xE9BDDC) is known color: French Lilac. HEX triplet: E9, BD and DC. RGB value is (233,189,220). Sum of RGB (Red+Green+Blue) = 233+189+220=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDDC is #164223. Grayscale: #CDCDCD. Windows color (decimal): -1458724 or 14466537. OLE color: 14466537.
HSL color Cylindrical-coordinate representation of color #E9BDDC: hue angle of 317.73º 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 #E9BDDC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 220 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.09 |
| HSL | 317.73º | 0.5% | 0.83% | - |
| HSV(B) | 317.73º | 0.19% | 0.91% | - |
| XYZ | 64.72 | 58.89 | 75.67 | - |
| YUV | 205.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 220 | 0 | 0.19 | 0.06 | 0.09 | 317.73 | 0.5 | 0.83 |
| Hex | E9 | BD | DC | 0 | 13 | 6 | 9 | 13E | 32 | 53 |
| Octal | 351 | 275 | 334 | 0 | 23 | 6 | 11 | 476 | 62 | 123 |
| Binary | 11101001 | 10111101 | 11011100 | 0 | 10011 | 110 | 1001 | 100111110 | 110010 | 1010011 |
Color Harmonies of #E9BDDC
Complementary color
Monochromatic Colors of #E9BDDC
Black with #E9BDDC
Text Example
Text Example
White with #E9BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDDC; }
p { color: rgb(233,189,220); }
H1.HeaderClassName
{
color: #E9BDDC;
}
.AnyTagClassName
{
color: #E9BDDC;
}
</style>
background-color css
<style>
a { background-color: #E9BDDC; }
a { background-color: rgb(233,189,220); }
div.DivClassName
{
background-color: #E9BDDC;
}
.BgClassName
{
background-color: #E9BDDC;
}
</style>
border-color css
<style>
span { border-color: #E9BDDC; }
span { border-color: rgb(233,189,220); }
td.TdClassName
{
border-color: #E9BDDC;
}
.TagClassName
{
border-color: #E9BDDC;
}
</style>