Shades of French Lilac #E5B1DC
Tints of French Lilac #E5B1DC
RGB
CMYK
RGB Variations
Color information
#E5B1DC (or 0xE5B1DC) is known color: French Lilac. HEX triplet: E5, B1 and DC. RGB value is (229,177,220). Sum of RGB (Red+Green+Blue) = 229+177+220=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B1DC is #1A4E23. Grayscale: #C5C5C5. Windows color (decimal): -1723940 or 14463461. OLE color: 14463461.
HSL color Cylindrical-coordinate representation of color #E5B1DC: hue angle of 310.38º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B1DC is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 220 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.10 |
| HSL | 310.38º | 0.5% | 0.8% | - |
| HSV(B) | 310.38º | 0.23% | 0.9% | - |
| XYZ | 60.95 | 53.27 | 74.78 | - |
| YUV | 197.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 220 | 0 | 0.23 | 0.04 | 0.10 | 310.38 | 0.5 | 0.8 |
| Hex | E5 | B1 | DC | 0 | 17 | 4 | A | 136 | 32 | 50 |
| Octal | 345 | 261 | 334 | 0 | 27 | 4 | 12 | 466 | 62 | 120 |
| Binary | 11100101 | 10110001 | 11011100 | 0 | 10111 | 100 | 1010 | 100110110 | 110010 | 1010000 |
Color Harmonies of #E5B1DC
Complementary color
Monochromatic Colors of #E5B1DC
Black with #E5B1DC
Text Example
Text Example
White with #E5B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1DC; }
p { color: rgb(229,177,220); }
H1.HeaderClassName
{
color: #E5B1DC;
}
.AnyTagClassName
{
color: #E5B1DC;
}
</style>
background-color css
<style>
a { background-color: #E5B1DC; }
a { background-color: rgb(229,177,220); }
div.DivClassName
{
background-color: #E5B1DC;
}
.BgClassName
{
background-color: #E5B1DC;
}
</style>
border-color css
<style>
span { border-color: #E5B1DC; }
span { border-color: rgb(229,177,220); }
td.TdClassName
{
border-color: #E5B1DC;
}
.TagClassName
{
border-color: #E5B1DC;
}
</style>