Shades of French Lilac #E1B3D9
Tints of French Lilac #E1B3D9
RGB
CMYK
RGB Variations
Color information
#E1B3D9 (or 0xE1B3D9) is known color: French Lilac. HEX triplet: E1, B3 and D9. RGB value is (225,179,217). Sum of RGB (Red+Green+Blue) = 225+179+217=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3D9 is #1E4C26. Grayscale: #C4C4C4. Windows color (decimal): -1985575 or 14267361. OLE color: 14267361.
HSL color Cylindrical-coordinate representation of color #E1B3D9: hue angle of 310.43º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3D9 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 217 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.12 |
| HSL | 310.43º | 0.43% | 0.79% | - |
| HSV(B) | 310.43º | 0.2% | 0.88% | - |
| XYZ | 59.7 | 53.26 | 72.78 | - |
| YUV | 197.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 217 | 0 | 0.20 | 0.04 | 0.12 | 310.43 | 0.43 | 0.79 |
| Hex | E1 | B3 | D9 | 0 | 14 | 4 | C | 136 | 2B | 4F |
| Octal | 341 | 263 | 331 | 0 | 24 | 4 | 14 | 466 | 53 | 117 |
| Binary | 11100001 | 10110011 | 11011001 | 0 | 10100 | 100 | 1100 | 100110110 | 101011 | 1001111 |
Color Harmonies of #E1B3D9
Complementary color
Monochromatic Colors of #E1B3D9
Black with #E1B3D9
Text Example
Text Example
White with #E1B3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3D9; }
p { color: rgb(225,179,217); }
H1.HeaderClassName
{
color: #E1B3D9;
}
.AnyTagClassName
{
color: #E1B3D9;
}
</style>
background-color css
<style>
a { background-color: #E1B3D9; }
a { background-color: rgb(225,179,217); }
div.DivClassName
{
background-color: #E1B3D9;
}
.BgClassName
{
background-color: #E1B3D9;
}
</style>
border-color css
<style>
span { border-color: #E1B3D9; }
span { border-color: rgb(225,179,217); }
td.TdClassName
{
border-color: #E1B3D9;
}
.TagClassName
{
border-color: #E1B3D9;
}
</style>