Shades of French Lilac #E8B0DB
Tints of French Lilac #E8B0DB
RGB
CMYK
RGB Variations
Color information
#E8B0DB (or 0xE8B0DB) is known color: French Lilac. HEX triplet: E8, B0 and DB. RGB value is (232,176,219). Sum of RGB (Red+Green+Blue) = 232+176+219=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B0DB is #174F24. Grayscale: #C5C5C5. Windows color (decimal): -1527589 or 14397672. OLE color: 14397672.
HSL color Cylindrical-coordinate representation of color #E8B0DB: hue angle of 313.93º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B0DB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 219 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.09 |
| HSL | 313.93º | 0.55% | 0.8% | - |
| HSV(B) | 313.93º | 0.24% | 0.91% | - |
| XYZ | 61.59 | 53.32 | 74.06 | - |
| YUV | 197.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 219 | 0 | 0.24 | 0.06 | 0.09 | 313.93 | 0.55 | 0.8 |
| Hex | E8 | B0 | DB | 0 | 18 | 6 | 9 | 13A | 37 | 50 |
| Octal | 350 | 260 | 333 | 0 | 30 | 6 | 11 | 472 | 67 | 120 |
| Binary | 11101000 | 10110000 | 11011011 | 0 | 11000 | 110 | 1001 | 100111010 | 110111 | 1010000 |
Color Harmonies of #E8B0DB
Complementary color
Monochromatic Colors of #E8B0DB
Black with #E8B0DB
Text Example
Text Example
White with #E8B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0DB; }
p { color: rgb(232,176,219); }
H1.HeaderClassName
{
color: #E8B0DB;
}
.AnyTagClassName
{
color: #E8B0DB;
}
</style>
background-color css
<style>
a { background-color: #E8B0DB; }
a { background-color: rgb(232,176,219); }
div.DivClassName
{
background-color: #E8B0DB;
}
.BgClassName
{
background-color: #E8B0DB;
}
</style>
border-color css
<style>
span { border-color: #E8B0DB; }
span { border-color: rgb(232,176,219); }
td.TdClassName
{
border-color: #E8B0DB;
}
.TagClassName
{
border-color: #E8B0DB;
}
</style>