Shades of French Lilac #E4BEDD
Tints of French Lilac #E4BEDD
RGB
CMYK
RGB Variations
Color information
#E4BEDD (or 0xE4BEDD) is known color: French Lilac. HEX triplet: E4, BE and DD. RGB value is (228,190,221). Sum of RGB (Red+Green+Blue) = 228+190+221=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BEDD is #1B4122. Grayscale: #CCCCCC. Windows color (decimal): -1786147 or 14532324. OLE color: 14532324.
HSL color Cylindrical-coordinate representation of color #E4BEDD: hue angle of 311.05º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4BEDD is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 190 | 221 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.11 |
| HSL | 311.05º | 0.41% | 0.82% | - |
| HSV(B) | 311.05º | 0.17% | 0.89% | - |
| XYZ | 63.46 | 58.54 | 76.36 | - |
| YUV | 204.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 221 | 0 | 0.17 | 0.03 | 0.11 | 311.05 | 0.41 | 0.82 |
| Hex | E4 | BE | DD | 0 | 11 | 3 | B | 137 | 29 | 52 |
| Octal | 344 | 276 | 335 | 0 | 21 | 3 | 13 | 467 | 51 | 122 |
| Binary | 11100100 | 10111110 | 11011101 | 0 | 10001 | 11 | 1011 | 100110111 | 101001 | 1010010 |
Color Harmonies of #E4BEDD
Complementary color
Monochromatic Colors of #E4BEDD
Black with #E4BEDD
Text Example
Text Example
White with #E4BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BEDD; }
p { color: rgb(228,190,221); }
H1.HeaderClassName
{
color: #E4BEDD;
}
.AnyTagClassName
{
color: #E4BEDD;
}
</style>
background-color css
<style>
a { background-color: #E4BEDD; }
a { background-color: rgb(228,190,221); }
div.DivClassName
{
background-color: #E4BEDD;
}
.BgClassName
{
background-color: #E4BEDD;
}
</style>
border-color css
<style>
span { border-color: #E4BEDD; }
span { border-color: rgb(228,190,221); }
td.TdClassName
{
border-color: #E4BEDD;
}
.TagClassName
{
border-color: #E4BEDD;
}
</style>