Shades of French Lilac #E1BDDB
Tints of French Lilac #E1BDDB
RGB
CMYK
RGB Variations
Color information
#E1BDDB (or 0xE1BDDB) is known color: French Lilac. HEX triplet: E1, BD and DB. RGB value is (225,189,219). Sum of RGB (Red+Green+Blue) = 225+189+219=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDDB is #1E4224. Grayscale: #CBCBCB. Windows color (decimal): -1983013 or 14400993. OLE color: 14400993.
HSL color Cylindrical-coordinate representation of color #E1BDDB: hue angle of 310º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BDDB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 219 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.12 |
| HSL | 310º | 0.38% | 0.81% | - |
| HSV(B) | 310º | 0.16% | 0.88% | - |
| XYZ | 62.04 | 57.52 | 74.85 | - |
| YUV | 203.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 219 | 0 | 0.16 | 0.03 | 0.12 | 310 | 0.38 | 0.81 |
| Hex | E1 | BD | DB | 0 | 10 | 3 | C | 136 | 26 | 51 |
| Octal | 341 | 275 | 333 | 0 | 20 | 3 | 14 | 466 | 46 | 121 |
| Binary | 11100001 | 10111101 | 11011011 | 0 | 10000 | 11 | 1100 | 100110110 | 100110 | 1010001 |
Color Harmonies of #E1BDDB
Complementary color
Monochromatic Colors of #E1BDDB
Black with #E1BDDB
Text Example
Text Example
White with #E1BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDDB; }
p { color: rgb(225,189,219); }
H1.HeaderClassName
{
color: #E1BDDB;
}
.AnyTagClassName
{
color: #E1BDDB;
}
</style>
background-color css
<style>
a { background-color: #E1BDDB; }
a { background-color: rgb(225,189,219); }
div.DivClassName
{
background-color: #E1BDDB;
}
.BgClassName
{
background-color: #E1BDDB;
}
</style>
border-color css
<style>
span { border-color: #E1BDDB; }
span { border-color: rgb(225,189,219); }
td.TdClassName
{
border-color: #E1BDDB;
}
.TagClassName
{
border-color: #E1BDDB;
}
</style>