Shades of French Lilac #E1B0D5
Tints of French Lilac #E1B0D5
RGB
CMYK
RGB Variations
Color information
#E1B0D5 (or 0xE1B0D5) is known color: French Lilac. HEX triplet: E1, B0 and D5. RGB value is (225,176,213). Sum of RGB (Red+Green+Blue) = 225+176+213=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0D5 is #1E4F2A. Grayscale: #C2C2C2. Windows color (decimal): -1986347 or 14004449. OLE color: 14004449.
HSL color Cylindrical-coordinate representation of color #E1B0D5: hue angle of 314.69º 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 #E1B0D5 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 213 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.12 |
| HSL | 314.69º | 0.45% | 0.79% | - |
| HSV(B) | 314.69º | 0.22% | 0.88% | - |
| XYZ | 58.59 | 51.86 | 69.87 | - |
| YUV | 194.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 213 | 0 | 0.22 | 0.05 | 0.12 | 314.69 | 0.45 | 0.79 |
| Hex | E1 | B0 | D5 | 0 | 16 | 5 | C | 13B | 2D | 4F |
| Octal | 341 | 260 | 325 | 0 | 26 | 5 | 14 | 473 | 55 | 117 |
| Binary | 11100001 | 10110000 | 11010101 | 0 | 10110 | 101 | 1100 | 100111011 | 101101 | 1001111 |
Color Harmonies of #E1B0D5
Complementary color
Monochromatic Colors of #E1B0D5
Black with #E1B0D5
Text Example
Text Example
White with #E1B0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0D5; }
p { color: rgb(225,176,213); }
H1.HeaderClassName
{
color: #E1B0D5;
}
.AnyTagClassName
{
color: #E1B0D5;
}
</style>
background-color css
<style>
a { background-color: #E1B0D5; }
a { background-color: rgb(225,176,213); }
div.DivClassName
{
background-color: #E1B0D5;
}
.BgClassName
{
background-color: #E1B0D5;
}
</style>
border-color css
<style>
span { border-color: #E1B0D5; }
span { border-color: rgb(225,176,213); }
td.TdClassName
{
border-color: #E1B0D5;
}
.TagClassName
{
border-color: #E1B0D5;
}
</style>