Shades of French Lilac #E0BBDB
Tints of French Lilac #E0BBDB
RGB
CMYK
RGB Variations
Color information
#E0BBDB (or 0xE0BBDB) is known color: French Lilac. HEX triplet: E0, BB and DB. RGB value is (224,187,219). Sum of RGB (Red+Green+Blue) = 224+187+219=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBDB is #1F4424. Grayscale: #C9C9C9. Windows color (decimal): -2049061 or 14400480. OLE color: 14400480.
HSL color Cylindrical-coordinate representation of color #E0BBDB: hue angle of 308.11º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBDB is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 219 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.12 |
| HSL | 308.11º | 0.37% | 0.81% | - |
| HSV(B) | 308.11º | 0.17% | 0.88% | - |
| XYZ | 61.3 | 56.5 | 74.69 | - |
| YUV | 201.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 219 | 0 | 0.17 | 0.02 | 0.12 | 308.11 | 0.37 | 0.81 |
| Hex | E0 | BB | DB | 0 | 11 | 2 | C | 134 | 25 | 51 |
| Octal | 340 | 273 | 333 | 0 | 21 | 2 | 14 | 464 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11011011 | 0 | 10001 | 10 | 1100 | 100110100 | 100101 | 1010001 |
Color Harmonies of #E0BBDB
Complementary color
Monochromatic Colors of #E0BBDB
Black with #E0BBDB
Text Example
Text Example
White with #E0BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBDB; }
p { color: rgb(224,187,219); }
H1.HeaderClassName
{
color: #E0BBDB;
}
.AnyTagClassName
{
color: #E0BBDB;
}
</style>
background-color css
<style>
a { background-color: #E0BBDB; }
a { background-color: rgb(224,187,219); }
div.DivClassName
{
background-color: #E0BBDB;
}
.BgClassName
{
background-color: #E0BBDB;
}
</style>
border-color css
<style>
span { border-color: #E0BBDB; }
span { border-color: rgb(224,187,219); }
td.TdClassName
{
border-color: #E0BBDB;
}
.TagClassName
{
border-color: #E0BBDB;
}
</style>