Shades of French Lilac #E1B9E0
Tints of French Lilac #E1B9E0
RGB
CMYK
RGB Variations
Color information
#E1B9E0 (or 0xE1B9E0) is known color: French Lilac. HEX triplet: E1, B9 and E0. RGB value is (225,185,224). Sum of RGB (Red+Green+Blue) = 225+185+224=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9E0 is #1E461F. Grayscale: #C9C9C9. Windows color (decimal): -1984032 or 14727649. OLE color: 14727649.
HSL color Cylindrical-coordinate representation of color #E1B9E0: hue angle of 301.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1B9E0 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 224 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.12 |
| HSL | 301.5º | 0.4% | 0.8% | - |
| HSV(B) | 301.5º | 0.18% | 0.88% | - |
| XYZ | 61.85 | 56.09 | 78.09 | - |
| YUV | 201.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 224 | 0 | 0.18 | 0.00 | 0.12 | 301.5 | 0.4 | 0.8 |
| Hex | E1 | B9 | E0 | 0 | 12 | 0 | C | 12E | 28 | 50 |
| Octal | 341 | 271 | 340 | 0 | 22 | 0 | 14 | 456 | 50 | 120 |
| Binary | 11100001 | 10111001 | 11100000 | 0 | 10010 | 0 | 1100 | 100101110 | 101000 | 1010000 |
Color Harmonies of #E1B9E0
Complementary color
Monochromatic Colors of #E1B9E0
Black with #E1B9E0
Text Example
Text Example
White with #E1B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B9E0; }
p { color: rgb(225,185,224); }
H1.HeaderClassName
{
color: #E1B9E0;
}
.AnyTagClassName
{
color: #E1B9E0;
}
</style>
background-color css
<style>
a { background-color: #E1B9E0; }
a { background-color: rgb(225,185,224); }
div.DivClassName
{
background-color: #E1B9E0;
}
.BgClassName
{
background-color: #E1B9E0;
}
</style>
border-color css
<style>
span { border-color: #E1B9E0; }
span { border-color: rgb(225,185,224); }
td.TdClassName
{
border-color: #E1B9E0;
}
.TagClassName
{
border-color: #E1B9E0;
}
</style>