Shades of French Lilac #E8B4DF
Tints of French Lilac #E8B4DF
RGB
CMYK
RGB Variations
Color information
#E8B4DF (or 0xE8B4DF) is known color: French Lilac. HEX triplet: E8, B4 and DF. RGB value is (232,180,223). Sum of RGB (Red+Green+Blue) = 232+180+223=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4DF is #174B20. Grayscale: #C8C8C8. Windows color (decimal): -1526561 or 14660840. OLE color: 14660840.
HSL color Cylindrical-coordinate representation of color #E8B4DF: hue angle of 310.38º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B4DF is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 223 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.09 |
| HSL | 310.38º | 0.53% | 0.81% | - |
| HSV(B) | 310.38º | 0.22% | 0.91% | - |
| XYZ | 62.92 | 55.13 | 77.14 | - |
| YUV | 200.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 223 | 0 | 0.22 | 0.04 | 0.09 | 310.38 | 0.53 | 0.81 |
| Hex | E8 | B4 | DF | 0 | 16 | 4 | 9 | 136 | 35 | 51 |
| Octal | 350 | 264 | 337 | 0 | 26 | 4 | 11 | 466 | 65 | 121 |
| Binary | 11101000 | 10110100 | 11011111 | 0 | 10110 | 100 | 1001 | 100110110 | 110101 | 1010001 |
Color Harmonies of #E8B4DF
Complementary color
Monochromatic Colors of #E8B4DF
Black with #E8B4DF
Text Example
Text Example
White with #E8B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B4DF; }
p { color: rgb(232,180,223); }
H1.HeaderClassName
{
color: #E8B4DF;
}
.AnyTagClassName
{
color: #E8B4DF;
}
</style>
background-color css
<style>
a { background-color: #E8B4DF; }
a { background-color: rgb(232,180,223); }
div.DivClassName
{
background-color: #E8B4DF;
}
.BgClassName
{
background-color: #E8B4DF;
}
</style>
border-color css
<style>
span { border-color: #E8B4DF; }
span { border-color: rgb(232,180,223); }
td.TdClassName
{
border-color: #E8B4DF;
}
.TagClassName
{
border-color: #E8B4DF;
}
</style>