Shades of French Lilac #E2B1DA
Tints of French Lilac #E2B1DA
RGB
CMYK
RGB Variations
Color information
#E2B1DA (or 0xE2B1DA) is known color: French Lilac. HEX triplet: E2, B1 and DA. RGB value is (226,177,218). Sum of RGB (Red+Green+Blue) = 226+177+218=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1DA is #1D4E25. Grayscale: #C4C4C4. Windows color (decimal): -1920550 or 14332386. OLE color: 14332386.
HSL color Cylindrical-coordinate representation of color #E2B1DA: hue angle of 309.8º 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 #E2B1DA is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 218 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.11 |
| HSL | 309.8º | 0.46% | 0.79% | - |
| HSV(B) | 309.8º | 0.22% | 0.89% | - |
| XYZ | 59.74 | 52.67 | 73.35 | - |
| YUV | 196.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 218 | 0 | 0.22 | 0.04 | 0.11 | 309.8 | 0.46 | 0.79 |
| Hex | E2 | B1 | DA | 0 | 16 | 4 | B | 136 | 2E | 4F |
| Octal | 342 | 261 | 332 | 0 | 26 | 4 | 13 | 466 | 56 | 117 |
| Binary | 11100010 | 10110001 | 11011010 | 0 | 10110 | 100 | 1011 | 100110110 | 101110 | 1001111 |
Color Harmonies of #E2B1DA
Complementary color
Monochromatic Colors of #E2B1DA
Black with #E2B1DA
Text Example
Text Example
White with #E2B1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1DA; }
p { color: rgb(226,177,218); }
H1.HeaderClassName
{
color: #E2B1DA;
}
.AnyTagClassName
{
color: #E2B1DA;
}
</style>
background-color css
<style>
a { background-color: #E2B1DA; }
a { background-color: rgb(226,177,218); }
div.DivClassName
{
background-color: #E2B1DA;
}
.BgClassName
{
background-color: #E2B1DA;
}
</style>
border-color css
<style>
span { border-color: #E2B1DA; }
span { border-color: rgb(226,177,218); }
td.TdClassName
{
border-color: #E2B1DA;
}
.TagClassName
{
border-color: #E2B1DA;
}
</style>