Shades of French Lilac #E4BDDF
Tints of French Lilac #E4BDDF
RGB
CMYK
RGB Variations
Color information
#E4BDDF (or 0xE4BDDF) is known color: French Lilac. HEX triplet: E4, BD and DF. RGB value is (228,189,223). Sum of RGB (Red+Green+Blue) = 228+189+223=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDDF is #1B4220. Grayscale: #CCCCCC. Windows color (decimal): -1786401 or 14663140. OLE color: 14663140.
HSL color Cylindrical-coordinate representation of color #E4BDDF: hue angle of 307.69º degrees, saturation: 0.42, 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 #E4BDDF is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 189 | 223 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.11 |
| HSL | 307.69º | 0.42% | 0.82% | - |
| HSV(B) | 307.69º | 0.17% | 0.89% | - |
| XYZ | 63.51 | 58.22 | 77.7 | - |
| YUV | 204.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 223 | 0 | 0.17 | 0.02 | 0.11 | 307.69 | 0.42 | 0.82 |
| Hex | E4 | BD | DF | 0 | 11 | 2 | B | 134 | 2A | 52 |
| Octal | 344 | 275 | 337 | 0 | 21 | 2 | 13 | 464 | 52 | 122 |
| Binary | 11100100 | 10111101 | 11011111 | 0 | 10001 | 10 | 1011 | 100110100 | 101010 | 1010010 |
Color Harmonies of #E4BDDF
Complementary color
Monochromatic Colors of #E4BDDF
Black with #E4BDDF
Text Example
Text Example
White with #E4BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDDF; }
p { color: rgb(228,189,223); }
H1.HeaderClassName
{
color: #E4BDDF;
}
.AnyTagClassName
{
color: #E4BDDF;
}
</style>
background-color css
<style>
a { background-color: #E4BDDF; }
a { background-color: rgb(228,189,223); }
div.DivClassName
{
background-color: #E4BDDF;
}
.BgClassName
{
background-color: #E4BDDF;
}
</style>
border-color css
<style>
span { border-color: #E4BDDF; }
span { border-color: rgb(228,189,223); }
td.TdClassName
{
border-color: #E4BDDF;
}
.TagClassName
{
border-color: #E4BDDF;
}
</style>