Shades of French Lilac #E2B1DB
Tints of French Lilac #E2B1DB
RGB
CMYK
RGB Variations
Color information
#E2B1DB (or 0xE2B1DB) is known color: French Lilac. HEX triplet: E2, B1 and DB. RGB value is (226,177,219). Sum of RGB (Red+Green+Blue) = 226+177+219=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1DB is #1D4E24. Grayscale: #C4C4C4. Windows color (decimal): -1920549 or 14397922. OLE color: 14397922.
HSL color Cylindrical-coordinate representation of color #E2B1DB: hue angle of 308.57º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B1DB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 219 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.11 |
| HSL | 308.57º | 0.46% | 0.79% | - |
| HSV(B) | 308.57º | 0.22% | 0.89% | - |
| XYZ | 59.87 | 52.73 | 74.04 | - |
| YUV | 196.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 219 | 0 | 0.22 | 0.03 | 0.11 | 308.57 | 0.46 | 0.79 |
| Hex | E2 | B1 | DB | 0 | 16 | 3 | B | 135 | 2E | 4F |
| Octal | 342 | 261 | 333 | 0 | 26 | 3 | 13 | 465 | 56 | 117 |
| Binary | 11100010 | 10110001 | 11011011 | 0 | 10110 | 11 | 1011 | 100110101 | 101110 | 1001111 |
Color Harmonies of #E2B1DB
Complementary color
Monochromatic Colors of #E2B1DB
Black with #E2B1DB
Text Example
Text Example
White with #E2B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1DB; }
p { color: rgb(226,177,219); }
H1.HeaderClassName
{
color: #E2B1DB;
}
.AnyTagClassName
{
color: #E2B1DB;
}
</style>
background-color css
<style>
a { background-color: #E2B1DB; }
a { background-color: rgb(226,177,219); }
div.DivClassName
{
background-color: #E2B1DB;
}
.BgClassName
{
background-color: #E2B1DB;
}
</style>
border-color css
<style>
span { border-color: #E2B1DB; }
span { border-color: rgb(226,177,219); }
td.TdClassName
{
border-color: #E2B1DB;
}
.TagClassName
{
border-color: #E2B1DB;
}
</style>