Shades of French Lilac #E1B4DC
Tints of French Lilac #E1B4DC
RGB
CMYK
RGB Variations
Color information
#E1B4DC (or 0xE1B4DC) is known color: French Lilac. HEX triplet: E1, B4 and DC. RGB value is (225,180,220). Sum of RGB (Red+Green+Blue) = 225+180+220=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4DC is #1E4B23. Grayscale: #C5C5C5. Windows color (decimal): -1985316 or 14464225. OLE color: 14464225.
HSL color Cylindrical-coordinate representation of color #E1B4DC: hue angle of 306.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 #E1B4DC is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 220 | - |
| CMYK | 0 | 0.2 | 0.02 | 0.12 |
| HSL | 306.67º | 0.43% | 0.79% | - |
| HSV(B) | 306.67º | 0.2% | 0.88% | - |
| XYZ | 60.29 | 53.82 | 74.92 | - |
| YUV | 198.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 220 | 0 | 0.2 | 0.02 | 0.12 | 306.67 | 0.43 | 0.79 |
| Hex | E1 | B4 | DC | 0 | 14 | 2 | C | 133 | 2B | 4F |
| Octal | 341 | 264 | 334 | 0 | 24 | 2 | 14 | 463 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11011100 | 0 | 10100 | 10 | 1100 | 100110011 | 101011 | 1001111 |
Color Harmonies of #E1B4DC
Complementary color
Monochromatic Colors of #E1B4DC
Black with #E1B4DC
Text Example
Text Example
White with #E1B4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4DC; }
p { color: rgb(225,180,220); }
H1.HeaderClassName
{
color: #E1B4DC;
}
.AnyTagClassName
{
color: #E1B4DC;
}
</style>
background-color css
<style>
a { background-color: #E1B4DC; }
a { background-color: rgb(225,180,220); }
div.DivClassName
{
background-color: #E1B4DC;
}
.BgClassName
{
background-color: #E1B4DC;
}
</style>
border-color css
<style>
span { border-color: #E1B4DC; }
span { border-color: rgb(225,180,220); }
td.TdClassName
{
border-color: #E1B4DC;
}
.TagClassName
{
border-color: #E1B4DC;
}
</style>