Shades of French Lilac #E8BFDC
Tints of French Lilac #E8BFDC
RGB
CMYK
RGB Variations
Color information
#E8BFDC (or 0xE8BFDC) is known color: French Lilac. HEX triplet: E8, BF and DC. RGB value is (232,191,220). Sum of RGB (Red+Green+Blue) = 232+191+220=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFDC is #174023. Grayscale: #CECECE. Windows color (decimal): -1523748 or 14467048. OLE color: 14467048.
HSL color Cylindrical-coordinate representation of color #E8BFDC: hue angle of 317.56º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8BFDC is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 220 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.09 |
| HSL | 317.56º | 0.47% | 0.83% | - |
| HSV(B) | 317.56º | 0.18% | 0.91% | - |
| XYZ | 64.83 | 59.58 | 75.79 | - |
| YUV | 206.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 220 | 0 | 0.18 | 0.05 | 0.09 | 317.56 | 0.47 | 0.83 |
| Hex | E8 | BF | DC | 0 | 12 | 5 | 9 | 13E | 2F | 53 |
| Octal | 350 | 277 | 334 | 0 | 22 | 5 | 11 | 476 | 57 | 123 |
| Binary | 11101000 | 10111111 | 11011100 | 0 | 10010 | 101 | 1001 | 100111110 | 101111 | 1010011 |
Color Harmonies of #E8BFDC
Complementary color
Monochromatic Colors of #E8BFDC
Black with #E8BFDC
Text Example
Text Example
White with #E8BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFDC; }
p { color: rgb(232,191,220); }
H1.HeaderClassName
{
color: #E8BFDC;
}
.AnyTagClassName
{
color: #E8BFDC;
}
</style>
background-color css
<style>
a { background-color: #E8BFDC; }
a { background-color: rgb(232,191,220); }
div.DivClassName
{
background-color: #E8BFDC;
}
.BgClassName
{
background-color: #E8BFDC;
}
</style>
border-color css
<style>
span { border-color: #E8BFDC; }
span { border-color: rgb(232,191,220); }
td.TdClassName
{
border-color: #E8BFDC;
}
.TagClassName
{
border-color: #E8BFDC;
}
</style>