Shades of French Lilac #E0B8DB
Tints of French Lilac #E0B8DB
RGB
CMYK
RGB Variations
Color information
#E0B8DB (or 0xE0B8DB) is known color: French Lilac. HEX triplet: E0, B8 and DB. RGB value is (224,184,219). Sum of RGB (Red+Green+Blue) = 224+184+219=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B8DB is #1F4724. Grayscale: #C7C7C7. Windows color (decimal): -2049829 or 14399712. OLE color: 14399712.
HSL color Cylindrical-coordinate representation of color #E0B8DB: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0B8DB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 219 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.12 |
| HSL | 307.5º | 0.39% | 0.8% | - |
| HSV(B) | 307.5º | 0.18% | 0.88% | - |
| XYZ | 60.67 | 55.24 | 74.48 | - |
| YUV | 199.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 219 | 0 | 0.18 | 0.02 | 0.12 | 307.5 | 0.39 | 0.8 |
| Hex | E0 | B8 | DB | 0 | 12 | 2 | C | 134 | 27 | 50 |
| Octal | 340 | 270 | 333 | 0 | 22 | 2 | 14 | 464 | 47 | 120 |
| Binary | 11100000 | 10111000 | 11011011 | 0 | 10010 | 10 | 1100 | 100110100 | 100111 | 1010000 |
Color Harmonies of #E0B8DB
Complementary color
Monochromatic Colors of #E0B8DB
Black with #E0B8DB
Text Example
Text Example
White with #E0B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B8DB; }
p { color: rgb(224,184,219); }
H1.HeaderClassName
{
color: #E0B8DB;
}
.AnyTagClassName
{
color: #E0B8DB;
}
</style>
background-color css
<style>
a { background-color: #E0B8DB; }
a { background-color: rgb(224,184,219); }
div.DivClassName
{
background-color: #E0B8DB;
}
.BgClassName
{
background-color: #E0B8DB;
}
</style>
border-color css
<style>
span { border-color: #E0B8DB; }
span { border-color: rgb(224,184,219); }
td.TdClassName
{
border-color: #E0B8DB;
}
.TagClassName
{
border-color: #E0B8DB;
}
</style>