Shades of French Lilac #E8B1DB
Tints of French Lilac #E8B1DB
RGB
CMYK
RGB Variations
Color information
#E8B1DB (or 0xE8B1DB) is known color: French Lilac. HEX triplet: E8, B1 and DB. RGB value is (232,177,219). Sum of RGB (Red+Green+Blue) = 232+177+219=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1DB is #174E24. Grayscale: #C6C6C6. Windows color (decimal): -1527333 or 14397928. OLE color: 14397928.
HSL color Cylindrical-coordinate representation of color #E8B1DB: hue angle of 314.18º degrees, saturation: 0.54, 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 #E8B1DB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 219 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.09 |
| HSL | 314.18º | 0.54% | 0.8% | - |
| HSV(B) | 314.18º | 0.24% | 0.91% | - |
| XYZ | 61.79 | 53.71 | 74.13 | - |
| YUV | 198.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 219 | 0 | 0.24 | 0.06 | 0.09 | 314.18 | 0.54 | 0.8 |
| Hex | E8 | B1 | DB | 0 | 18 | 6 | 9 | 13A | 36 | 50 |
| Octal | 350 | 261 | 333 | 0 | 30 | 6 | 11 | 472 | 66 | 120 |
| Binary | 11101000 | 10110001 | 11011011 | 0 | 11000 | 110 | 1001 | 100111010 | 110110 | 1010000 |
Color Harmonies of #E8B1DB
Complementary color
Monochromatic Colors of #E8B1DB
Black with #E8B1DB
Text Example
Text Example
White with #E8B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1DB; }
p { color: rgb(232,177,219); }
H1.HeaderClassName
{
color: #E8B1DB;
}
.AnyTagClassName
{
color: #E8B1DB;
}
</style>
background-color css
<style>
a { background-color: #E8B1DB; }
a { background-color: rgb(232,177,219); }
div.DivClassName
{
background-color: #E8B1DB;
}
.BgClassName
{
background-color: #E8B1DB;
}
</style>
border-color css
<style>
span { border-color: #E8B1DB; }
span { border-color: rgb(232,177,219); }
td.TdClassName
{
border-color: #E8B1DB;
}
.TagClassName
{
border-color: #E8B1DB;
}
</style>