Shades of French Lilac #E1B0DA
Tints of French Lilac #E1B0DA
RGB
CMYK
RGB Variations
Color information
#E1B0DA (or 0xE1B0DA) is known color: French Lilac. HEX triplet: E1, B0 and DA. RGB value is (225,176,218). Sum of RGB (Red+Green+Blue) = 225+176+218=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0DA is #1E4F25. Grayscale: #C3C3C3. Windows color (decimal): -1986342 or 14332129. OLE color: 14332129.
HSL color Cylindrical-coordinate representation of color #E1B0DA: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0DA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 218 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.12 |
| HSL | 308.57º | 0.45% | 0.79% | - |
| HSV(B) | 308.57º | 0.22% | 0.88% | - |
| XYZ | 59.23 | 52.12 | 73.27 | - |
| YUV | 195.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 218 | 0 | 0.22 | 0.03 | 0.12 | 308.57 | 0.45 | 0.79 |
| Hex | E1 | B0 | DA | 0 | 16 | 3 | C | 135 | 2D | 4F |
| Octal | 341 | 260 | 332 | 0 | 26 | 3 | 14 | 465 | 55 | 117 |
| Binary | 11100001 | 10110000 | 11011010 | 0 | 10110 | 11 | 1100 | 100110101 | 101101 | 1001111 |
Color Harmonies of #E1B0DA
Complementary color
Monochromatic Colors of #E1B0DA
Black with #E1B0DA
Text Example
Text Example
White with #E1B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0DA; }
p { color: rgb(225,176,218); }
H1.HeaderClassName
{
color: #E1B0DA;
}
.AnyTagClassName
{
color: #E1B0DA;
}
</style>
background-color css
<style>
a { background-color: #E1B0DA; }
a { background-color: rgb(225,176,218); }
div.DivClassName
{
background-color: #E1B0DA;
}
.BgClassName
{
background-color: #E1B0DA;
}
</style>
border-color css
<style>
span { border-color: #E1B0DA; }
span { border-color: rgb(225,176,218); }
td.TdClassName
{
border-color: #E1B0DA;
}
.TagClassName
{
border-color: #E1B0DA;
}
</style>