Shades of French Lilac #E5BFDE
Tints of French Lilac #E5BFDE
RGB
CMYK
RGB Variations
Color information
#E5BFDE (or 0xE5BFDE) is known color: French Lilac. HEX triplet: E5, BF and DE. RGB value is (229,191,222). Sum of RGB (Red+Green+Blue) = 229+191+222=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFDE is #1A4021. Grayscale: #CDCDCD. Windows color (decimal): -1720354 or 14598117. OLE color: 14598117.
HSL color Cylindrical-coordinate representation of color #E5BFDE: hue angle of 311.05º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BFDE is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 222 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.10 |
| HSL | 311.05º | 0.42% | 0.82% | - |
| HSV(B) | 311.05º | 0.17% | 0.9% | - |
| XYZ | 64.13 | 59.19 | 77.15 | - |
| YUV | 205.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 222 | 0 | 0.17 | 0.03 | 0.10 | 311.05 | 0.42 | 0.82 |
| Hex | E5 | BF | DE | 0 | 11 | 3 | A | 137 | 2A | 52 |
| Octal | 345 | 277 | 336 | 0 | 21 | 3 | 12 | 467 | 52 | 122 |
| Binary | 11100101 | 10111111 | 11011110 | 0 | 10001 | 11 | 1010 | 100110111 | 101010 | 1010010 |
Color Harmonies of #E5BFDE
Complementary color
Monochromatic Colors of #E5BFDE
Black with #E5BFDE
Text Example
Text Example
White with #E5BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFDE; }
p { color: rgb(229,191,222); }
H1.HeaderClassName
{
color: #E5BFDE;
}
.AnyTagClassName
{
color: #E5BFDE;
}
</style>
background-color css
<style>
a { background-color: #E5BFDE; }
a { background-color: rgb(229,191,222); }
div.DivClassName
{
background-color: #E5BFDE;
}
.BgClassName
{
background-color: #E5BFDE;
}
</style>
border-color css
<style>
span { border-color: #E5BFDE; }
span { border-color: rgb(229,191,222); }
td.TdClassName
{
border-color: #E5BFDE;
}
.TagClassName
{
border-color: #E5BFDE;
}
</style>