Shades of French Lilac #E4BFDE
Tints of French Lilac #E4BFDE
RGB
CMYK
RGB Variations
Color information
#E4BFDE (or 0xE4BFDE) is known color: French Lilac. HEX triplet: E4, BF and DE. RGB value is (228,191,222). Sum of RGB (Red+Green+Blue) = 228+191+222=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFDE is #1B4021. Grayscale: #CDCDCD. Windows color (decimal): -1785890 or 14598116. OLE color: 14598116.
HSL color Cylindrical-coordinate representation of color #E4BFDE: hue angle of 309.73º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4BFDE is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 222 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.11 |
| HSL | 309.73º | 0.41% | 0.82% | - |
| HSV(B) | 309.73º | 0.16% | 0.89% | - |
| XYZ | 63.81 | 59.03 | 77.14 | - |
| YUV | 205.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 222 | 0 | 0.16 | 0.03 | 0.11 | 309.73 | 0.41 | 0.82 |
| Hex | E4 | BF | DE | 0 | 10 | 3 | B | 136 | 29 | 52 |
| Octal | 344 | 277 | 336 | 0 | 20 | 3 | 13 | 466 | 51 | 122 |
| Binary | 11100100 | 10111111 | 11011110 | 0 | 10000 | 11 | 1011 | 100110110 | 101001 | 1010010 |
Color Harmonies of #E4BFDE
Complementary color
Monochromatic Colors of #E4BFDE
Black with #E4BFDE
Text Example
Text Example
White with #E4BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFDE; }
p { color: rgb(228,191,222); }
H1.HeaderClassName
{
color: #E4BFDE;
}
.AnyTagClassName
{
color: #E4BFDE;
}
</style>
background-color css
<style>
a { background-color: #E4BFDE; }
a { background-color: rgb(228,191,222); }
div.DivClassName
{
background-color: #E4BFDE;
}
.BgClassName
{
background-color: #E4BFDE;
}
</style>
border-color css
<style>
span { border-color: #E4BFDE; }
span { border-color: rgb(228,191,222); }
td.TdClassName
{
border-color: #E4BFDE;
}
.TagClassName
{
border-color: #E4BFDE;
}
</style>