Shades of French Lilac #E8BADD
Tints of French Lilac #E8BADD
RGB
CMYK
RGB Variations
Color information
#E8BADD (or 0xE8BADD) is known color: French Lilac. HEX triplet: E8, BA and DD. RGB value is (232,186,221). Sum of RGB (Red+Green+Blue) = 232+186+221=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BADD is #174522. Grayscale: #CBCBCB. Windows color (decimal): -1525027 or 14531304. OLE color: 14531304.
HSL color Cylindrical-coordinate representation of color #E8BADD: hue angle of 314.35º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BADD is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 221 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.09 |
| HSL | 314.35º | 0.5% | 0.82% | - |
| HSV(B) | 314.35º | 0.2% | 0.91% | - |
| XYZ | 63.89 | 57.49 | 76.14 | - |
| YUV | 203.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 221 | 0 | 0.20 | 0.05 | 0.09 | 314.35 | 0.5 | 0.82 |
| Hex | E8 | BA | DD | 0 | 14 | 5 | 9 | 13A | 32 | 52 |
| Octal | 350 | 272 | 335 | 0 | 24 | 5 | 11 | 472 | 62 | 122 |
| Binary | 11101000 | 10111010 | 11011101 | 0 | 10100 | 101 | 1001 | 100111010 | 110010 | 1010010 |
Color Harmonies of #E8BADD
Complementary color
Monochromatic Colors of #E8BADD
Black with #E8BADD
Text Example
Text Example
White with #E8BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BADD; }
p { color: rgb(232,186,221); }
H1.HeaderClassName
{
color: #E8BADD;
}
.AnyTagClassName
{
color: #E8BADD;
}
</style>
background-color css
<style>
a { background-color: #E8BADD; }
a { background-color: rgb(232,186,221); }
div.DivClassName
{
background-color: #E8BADD;
}
.BgClassName
{
background-color: #E8BADD;
}
</style>
border-color css
<style>
span { border-color: #E8BADD; }
span { border-color: rgb(232,186,221); }
td.TdClassName
{
border-color: #E8BADD;
}
.TagClassName
{
border-color: #E8BADD;
}
</style>