Shades of French Lilac #E1B4DF
Tints of French Lilac #E1B4DF
RGB
CMYK
RGB Variations
Color information
#E1B4DF (or 0xE1B4DF) is known color: French Lilac. HEX triplet: E1, B4 and DF. RGB value is (225,180,223). Sum of RGB (Red+Green+Blue) = 225+180+223=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4DF is #1E4B20. Grayscale: #C6C6C6. Windows color (decimal): -1985313 or 14660833. OLE color: 14660833.
HSL color Cylindrical-coordinate representation of color #E1B4DF: hue angle of 302.67º 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 #E1B4DF is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 223 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.12 |
| HSL | 302.67º | 0.43% | 0.79% | - |
| HSV(B) | 302.67º | 0.2% | 0.88% | - |
| XYZ | 60.69 | 53.98 | 77.03 | - |
| YUV | 198.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 223 | 0 | 0.2 | 0.01 | 0.12 | 302.67 | 0.43 | 0.79 |
| Hex | E1 | B4 | DF | 0 | 14 | 1 | C | 12F | 2B | 4F |
| Octal | 341 | 264 | 337 | 0 | 24 | 1 | 14 | 457 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11011111 | 0 | 10100 | 1 | 1100 | 100101111 | 101011 | 1001111 |
Color Harmonies of #E1B4DF
Complementary color
Monochromatic Colors of #E1B4DF
Black with #E1B4DF
Text Example
Text Example
White with #E1B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4DF; }
p { color: rgb(225,180,223); }
H1.HeaderClassName
{
color: #E1B4DF;
}
.AnyTagClassName
{
color: #E1B4DF;
}
</style>
background-color css
<style>
a { background-color: #E1B4DF; }
a { background-color: rgb(225,180,223); }
div.DivClassName
{
background-color: #E1B4DF;
}
.BgClassName
{
background-color: #E1B4DF;
}
</style>
border-color css
<style>
span { border-color: #E1B4DF; }
span { border-color: rgb(225,180,223); }
td.TdClassName
{
border-color: #E1B4DF;
}
.TagClassName
{
border-color: #E1B4DF;
}
</style>