Shades of French Lilac #E5BED9
Tints of French Lilac #E5BED9
RGB
CMYK
RGB Variations
Color information
#E5BED9 (or 0xE5BED9) is known color: French Lilac. HEX triplet: E5, BE and D9. RGB value is (229,190,217). Sum of RGB (Red+Green+Blue) = 229+190+217=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BED9 is #1A4126. Grayscale: #CCCCCC. Windows color (decimal): -1720615 or 14270181. OLE color: 14270181.
HSL color Cylindrical-coordinate representation of color #E5BED9: hue angle of 318.46º degrees, saturation: 0.43, 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 #E5BED9 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 217 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.10 |
| HSL | 318.46º | 0.43% | 0.82% | - |
| HSV(B) | 318.46º | 0.17% | 0.9% | - |
| XYZ | 63.25 | 58.49 | 73.6 | - |
| YUV | 204.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 217 | 0 | 0.17 | 0.05 | 0.10 | 318.46 | 0.43 | 0.82 |
| Hex | E5 | BE | D9 | 0 | 11 | 5 | A | 13E | 2B | 52 |
| Octal | 345 | 276 | 331 | 0 | 21 | 5 | 12 | 476 | 53 | 122 |
| Binary | 11100101 | 10111110 | 11011001 | 0 | 10001 | 101 | 1010 | 100111110 | 101011 | 1010010 |
Color Harmonies of #E5BED9
Complementary color
Monochromatic Colors of #E5BED9
Black with #E5BED9
Text Example
Text Example
White with #E5BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BED9; }
p { color: rgb(229,190,217); }
H1.HeaderClassName
{
color: #E5BED9;
}
.AnyTagClassName
{
color: #E5BED9;
}
</style>
background-color css
<style>
a { background-color: #E5BED9; }
a { background-color: rgb(229,190,217); }
div.DivClassName
{
background-color: #E5BED9;
}
.BgClassName
{
background-color: #E5BED9;
}
</style>
border-color css
<style>
span { border-color: #E5BED9; }
span { border-color: rgb(229,190,217); }
td.TdClassName
{
border-color: #E5BED9;
}
.TagClassName
{
border-color: #E5BED9;
}
</style>