Shades of French Lilac #E5BFDF
Tints of French Lilac #E5BFDF
RGB
CMYK
RGB Variations
Color information
#E5BFDF (or 0xE5BFDF) is known color: French Lilac. HEX triplet: E5, BF and DF. RGB value is (229,191,223). Sum of RGB (Red+Green+Blue) = 229+191+223=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFDF is #1A4020. Grayscale: #CDCDCD. Windows color (decimal): -1720353 or 14663653. OLE color: 14663653.
HSL color Cylindrical-coordinate representation of color #E5BFDF: hue angle of 309.47º 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 #E5BFDF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 223 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.10 |
| HSL | 309.47º | 0.42% | 0.82% | - |
| HSV(B) | 309.47º | 0.17% | 0.9% | - |
| XYZ | 64.26 | 59.25 | 77.86 | - |
| YUV | 206.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 223 | 0 | 0.17 | 0.03 | 0.10 | 309.47 | 0.42 | 0.82 |
| Hex | E5 | BF | DF | 0 | 11 | 3 | A | 135 | 2A | 52 |
| Octal | 345 | 277 | 337 | 0 | 21 | 3 | 12 | 465 | 52 | 122 |
| Binary | 11100101 | 10111111 | 11011111 | 0 | 10001 | 11 | 1010 | 100110101 | 101010 | 1010010 |
Color Harmonies of #E5BFDF
Complementary color
Monochromatic Colors of #E5BFDF
Black with #E5BFDF
Text Example
Text Example
White with #E5BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFDF; }
p { color: rgb(229,191,223); }
H1.HeaderClassName
{
color: #E5BFDF;
}
.AnyTagClassName
{
color: #E5BFDF;
}
</style>
background-color css
<style>
a { background-color: #E5BFDF; }
a { background-color: rgb(229,191,223); }
div.DivClassName
{
background-color: #E5BFDF;
}
.BgClassName
{
background-color: #E5BFDF;
}
</style>
border-color css
<style>
span { border-color: #E5BFDF; }
span { border-color: rgb(229,191,223); }
td.TdClassName
{
border-color: #E5BFDF;
}
.TagClassName
{
border-color: #E5BFDF;
}
</style>