Shades of French Lilac #E8BCDA
Tints of French Lilac #E8BCDA
RGB
CMYK
RGB Variations
Color information
#E8BCDA (or 0xE8BCDA) is known color: French Lilac. HEX triplet: E8, BC and DA. RGB value is (232,188,218). Sum of RGB (Red+Green+Blue) = 232+188+218=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCDA is #174325. Grayscale: #CCCCCC. Windows color (decimal): -1524518 or 14335208. OLE color: 14335208.
HSL color Cylindrical-coordinate representation of color #E8BCDA: hue angle of 319.09º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BCDA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 218 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.09 |
| HSL | 319.09º | 0.49% | 0.82% | - |
| HSV(B) | 319.09º | 0.19% | 0.91% | - |
| XYZ | 63.92 | 58.18 | 74.19 | - |
| YUV | 204.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 218 | 0 | 0.19 | 0.06 | 0.09 | 319.09 | 0.49 | 0.82 |
| Hex | E8 | BC | DA | 0 | 13 | 6 | 9 | 13F | 31 | 52 |
| Octal | 350 | 274 | 332 | 0 | 23 | 6 | 11 | 477 | 61 | 122 |
| Binary | 11101000 | 10111100 | 11011010 | 0 | 10011 | 110 | 1001 | 100111111 | 110001 | 1010010 |
Color Harmonies of #E8BCDA
Complementary color
Monochromatic Colors of #E8BCDA
Black with #E8BCDA
Text Example
Text Example
White with #E8BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCDA; }
p { color: rgb(232,188,218); }
H1.HeaderClassName
{
color: #E8BCDA;
}
.AnyTagClassName
{
color: #E8BCDA;
}
</style>
background-color css
<style>
a { background-color: #E8BCDA; }
a { background-color: rgb(232,188,218); }
div.DivClassName
{
background-color: #E8BCDA;
}
.BgClassName
{
background-color: #E8BCDA;
}
</style>
border-color css
<style>
span { border-color: #E8BCDA; }
span { border-color: rgb(232,188,218); }
td.TdClassName
{
border-color: #E8BCDA;
}
.TagClassName
{
border-color: #E8BCDA;
}
</style>