Shades of French Lilac #E0B4DB
Tints of French Lilac #E0B4DB
RGB
CMYK
RGB Variations
Color information
#E0B4DB (or 0xE0B4DB) is known color: French Lilac. HEX triplet: E0, B4 and DB. RGB value is (224,180,219). Sum of RGB (Red+Green+Blue) = 224+180+219=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4DB is #1F4B24. Grayscale: #C5C5C5. Windows color (decimal): -2050853 or 14398688. OLE color: 14398688.
HSL color Cylindrical-coordinate representation of color #E0B4DB: hue angle of 306.82º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B4DB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 219 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.12 |
| HSL | 306.82º | 0.42% | 0.79% | - |
| HSV(B) | 306.82º | 0.2% | 0.88% | - |
| XYZ | 59.85 | 53.6 | 74.21 | - |
| YUV | 197.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 219 | 0 | 0.20 | 0.02 | 0.12 | 306.82 | 0.42 | 0.79 |
| Hex | E0 | B4 | DB | 0 | 14 | 2 | C | 133 | 2A | 4F |
| Octal | 340 | 264 | 333 | 0 | 24 | 2 | 14 | 463 | 52 | 117 |
| Binary | 11100000 | 10110100 | 11011011 | 0 | 10100 | 10 | 1100 | 100110011 | 101010 | 1001111 |
Color Harmonies of #E0B4DB
Complementary color
Monochromatic Colors of #E0B4DB
Black with #E0B4DB
Text Example
Text Example
White with #E0B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B4DB; }
p { color: rgb(224,180,219); }
H1.HeaderClassName
{
color: #E0B4DB;
}
.AnyTagClassName
{
color: #E0B4DB;
}
</style>
background-color css
<style>
a { background-color: #E0B4DB; }
a { background-color: rgb(224,180,219); }
div.DivClassName
{
background-color: #E0B4DB;
}
.BgClassName
{
background-color: #E0B4DB;
}
</style>
border-color css
<style>
span { border-color: #E0B4DB; }
span { border-color: rgb(224,180,219); }
td.TdClassName
{
border-color: #E0B4DB;
}
.TagClassName
{
border-color: #E0B4DB;
}
</style>