Shades of French Lilac #E8B2DA
Tints of French Lilac #E8B2DA
RGB
CMYK
RGB Variations
Color information
#E8B2DA (or 0xE8B2DA) is known color: French Lilac. HEX triplet: E8, B2 and DA. RGB value is (232,178,218). Sum of RGB (Red+Green+Blue) = 232+178+218=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B2DA is #174D25. Grayscale: #C6C6C6. Windows color (decimal): -1527078 or 14332648. OLE color: 14332648.
HSL color Cylindrical-coordinate representation of color #E8B2DA: hue angle of 315.56º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8B2DA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 218 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.09 |
| HSL | 315.56º | 0.54% | 0.8% | - |
| HSV(B) | 315.56º | 0.23% | 0.91% | - |
| XYZ | 61.85 | 54.06 | 73.5 | - |
| YUV | 198.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 218 | 0 | 0.23 | 0.06 | 0.09 | 315.56 | 0.54 | 0.8 |
| Hex | E8 | B2 | DA | 0 | 17 | 6 | 9 | 13C | 36 | 50 |
| Octal | 350 | 262 | 332 | 0 | 27 | 6 | 11 | 474 | 66 | 120 |
| Binary | 11101000 | 10110010 | 11011010 | 0 | 10111 | 110 | 1001 | 100111100 | 110110 | 1010000 |
Color Harmonies of #E8B2DA
Complementary color
Monochromatic Colors of #E8B2DA
Black with #E8B2DA
Text Example
Text Example
White with #E8B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2DA; }
p { color: rgb(232,178,218); }
H1.HeaderClassName
{
color: #E8B2DA;
}
.AnyTagClassName
{
color: #E8B2DA;
}
</style>
background-color css
<style>
a { background-color: #E8B2DA; }
a { background-color: rgb(232,178,218); }
div.DivClassName
{
background-color: #E8B2DA;
}
.BgClassName
{
background-color: #E8B2DA;
}
</style>
border-color css
<style>
span { border-color: #E8B2DA; }
span { border-color: rgb(232,178,218); }
td.TdClassName
{
border-color: #E8B2DA;
}
.TagClassName
{
border-color: #E8B2DA;
}
</style>