Shades of French Lilac #E4B0DF
Tints of French Lilac #E4B0DF
RGB
CMYK
RGB Variations
Color information
#E4B0DF (or 0xE4B0DF) is known color: French Lilac. HEX triplet: E4, B0 and DF. RGB value is (228,176,223). Sum of RGB (Red+Green+Blue) = 228+176+223=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4B0DF is #1B4F20. Grayscale: #C4C4C4. Windows color (decimal): -1789729 or 14659812. OLE color: 14659812.
HSL color Cylindrical-coordinate representation of color #E4B0DF: hue angle of 305.77º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4B0DF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 176 | 223 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.11 |
| HSL | 305.77º | 0.49% | 0.79% | - |
| HSV(B) | 305.77º | 0.23% | 0.89% | - |
| XYZ | 60.84 | 52.87 | 76.81 | - |
| YUV | 196.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 223 | 0 | 0.23 | 0.02 | 0.11 | 305.77 | 0.49 | 0.79 |
| Hex | E4 | B0 | DF | 0 | 17 | 2 | B | 132 | 31 | 4F |
| Octal | 344 | 260 | 337 | 0 | 27 | 2 | 13 | 462 | 61 | 117 |
| Binary | 11100100 | 10110000 | 11011111 | 0 | 10111 | 10 | 1011 | 100110010 | 110001 | 1001111 |
Color Harmonies of #E4B0DF
Complementary color
Monochromatic Colors of #E4B0DF
Black with #E4B0DF
Text Example
Text Example
White with #E4B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B0DF; }
p { color: rgb(228,176,223); }
H1.HeaderClassName
{
color: #E4B0DF;
}
.AnyTagClassName
{
color: #E4B0DF;
}
</style>
background-color css
<style>
a { background-color: #E4B0DF; }
a { background-color: rgb(228,176,223); }
div.DivClassName
{
background-color: #E4B0DF;
}
.BgClassName
{
background-color: #E4B0DF;
}
</style>
border-color css
<style>
span { border-color: #E4B0DF; }
span { border-color: rgb(228,176,223); }
td.TdClassName
{
border-color: #E4B0DF;
}
.TagClassName
{
border-color: #E4B0DF;
}
</style>