Shades of French Lilac #E8BDE0
Tints of French Lilac #E8BDE0
RGB
CMYK
RGB Variations
Color information
#E8BDE0 (or 0xE8BDE0) is known color: French Lilac. HEX triplet: E8, BD and E0. RGB value is (232,189,224). Sum of RGB (Red+Green+Blue) = 232+189+224=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDE0 is #17421F. Grayscale: #CDCDCD. Windows color (decimal): -1524256 or 14728680. OLE color: 14728680.
HSL color Cylindrical-coordinate representation of color #E8BDE0: hue angle of 311.16º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BDE0 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 224 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.09 |
| HSL | 311.16º | 0.48% | 0.83% | - |
| HSV(B) | 311.16º | 0.19% | 0.91% | - |
| XYZ | 64.93 | 58.93 | 78.47 | - |
| YUV | 205.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 224 | 0 | 0.19 | 0.03 | 0.09 | 311.16 | 0.48 | 0.83 |
| Hex | E8 | BD | E0 | 0 | 13 | 3 | 9 | 137 | 30 | 53 |
| Octal | 350 | 275 | 340 | 0 | 23 | 3 | 11 | 467 | 60 | 123 |
| Binary | 11101000 | 10111101 | 11100000 | 0 | 10011 | 11 | 1001 | 100110111 | 110000 | 1010011 |
Color Harmonies of #E8BDE0
Complementary color
Monochromatic Colors of #E8BDE0
Black with #E8BDE0
Text Example
Text Example
White with #E8BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDE0; }
p { color: rgb(232,189,224); }
H1.HeaderClassName
{
color: #E8BDE0;
}
.AnyTagClassName
{
color: #E8BDE0;
}
</style>
background-color css
<style>
a { background-color: #E8BDE0; }
a { background-color: rgb(232,189,224); }
div.DivClassName
{
background-color: #E8BDE0;
}
.BgClassName
{
background-color: #E8BDE0;
}
</style>
border-color css
<style>
span { border-color: #E8BDE0; }
span { border-color: rgb(232,189,224); }
td.TdClassName
{
border-color: #E8BDE0;
}
.TagClassName
{
border-color: #E8BDE0;
}
</style>