Shades of French Lilac #E0B1DB
Tints of French Lilac #E0B1DB
RGB
CMYK
RGB Variations
Color information
#E0B1DB (or 0xE0B1DB) is known color: French Lilac. HEX triplet: E0, B1 and DB. RGB value is (224,177,219). Sum of RGB (Red+Green+Blue) = 224+177+219=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B1DB is #1F4E24. Grayscale: #C3C3C3. Windows color (decimal): -2051621 or 14397920. OLE color: 14397920.
HSL color Cylindrical-coordinate representation of color #E0B1DB: hue angle of 306.38º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B1DB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 219 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.12 |
| HSL | 306.38º | 0.43% | 0.79% | - |
| HSV(B) | 306.38º | 0.21% | 0.88% | - |
| XYZ | 59.25 | 52.41 | 74.01 | - |
| YUV | 195.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 219 | 0 | 0.21 | 0.02 | 0.12 | 306.38 | 0.43 | 0.79 |
| Hex | E0 | B1 | DB | 0 | 15 | 2 | C | 132 | 2B | 4F |
| Octal | 340 | 261 | 333 | 0 | 25 | 2 | 14 | 462 | 53 | 117 |
| Binary | 11100000 | 10110001 | 11011011 | 0 | 10101 | 10 | 1100 | 100110010 | 101011 | 1001111 |
Color Harmonies of #E0B1DB
Complementary color
Monochromatic Colors of #E0B1DB
Black with #E0B1DB
Text Example
Text Example
White with #E0B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B1DB; }
p { color: rgb(224,177,219); }
H1.HeaderClassName
{
color: #E0B1DB;
}
.AnyTagClassName
{
color: #E0B1DB;
}
</style>
background-color css
<style>
a { background-color: #E0B1DB; }
a { background-color: rgb(224,177,219); }
div.DivClassName
{
background-color: #E0B1DB;
}
.BgClassName
{
background-color: #E0B1DB;
}
</style>
border-color css
<style>
span { border-color: #E0B1DB; }
span { border-color: rgb(224,177,219); }
td.TdClassName
{
border-color: #E0B1DB;
}
.TagClassName
{
border-color: #E0B1DB;
}
</style>