Shades of French Lilac #E2B0DB
Tints of French Lilac #E2B0DB
RGB
CMYK
RGB Variations
Color information
#E2B0DB (or 0xE2B0DB) is known color: French Lilac. HEX triplet: E2, B0 and DB. RGB value is (226,176,219). Sum of RGB (Red+Green+Blue) = 226+176+219=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B0DB is #1D4F24. Grayscale: #C3C3C3. Windows color (decimal): -1920805 or 14397666. OLE color: 14397666.
HSL color Cylindrical-coordinate representation of color #E2B0DB: hue angle of 308.4º 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 #E2B0DB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 219 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.11 |
| HSL | 308.4º | 0.46% | 0.79% | - |
| HSV(B) | 308.4º | 0.22% | 0.89% | - |
| XYZ | 59.68 | 52.33 | 73.97 | - |
| YUV | 195.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 219 | 0 | 0.22 | 0.03 | 0.11 | 308.4 | 0.46 | 0.79 |
| Hex | E2 | B0 | DB | 0 | 16 | 3 | B | 134 | 2E | 4F |
| Octal | 342 | 260 | 333 | 0 | 26 | 3 | 13 | 464 | 56 | 117 |
| Binary | 11100010 | 10110000 | 11011011 | 0 | 10110 | 11 | 1011 | 100110100 | 101110 | 1001111 |
Color Harmonies of #E2B0DB
Complementary color
Monochromatic Colors of #E2B0DB
Black with #E2B0DB
Text Example
Text Example
White with #E2B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0DB; }
p { color: rgb(226,176,219); }
H1.HeaderClassName
{
color: #E2B0DB;
}
.AnyTagClassName
{
color: #E2B0DB;
}
</style>
background-color css
<style>
a { background-color: #E2B0DB; }
a { background-color: rgb(226,176,219); }
div.DivClassName
{
background-color: #E2B0DB;
}
.BgClassName
{
background-color: #E2B0DB;
}
</style>
border-color css
<style>
span { border-color: #E2B0DB; }
span { border-color: rgb(226,176,219); }
td.TdClassName
{
border-color: #E2B0DB;
}
.TagClassName
{
border-color: #E2B0DB;
}
</style>