Shades of French Lilac #E8B2D9
Tints of French Lilac #E8B2D9
RGB
CMYK
RGB Variations
Color information
#E8B2D9 (or 0xE8B2D9) is known color: French Lilac. HEX triplet: E8, B2 and D9. RGB value is (232,178,217). Sum of RGB (Red+Green+Blue) = 232+178+217=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B2D9 is #174D26. Grayscale: #C6C6C6. Windows color (decimal): -1527079 or 14267112. OLE color: 14267112.
HSL color Cylindrical-coordinate representation of color #E8B2D9: hue angle of 316.67º 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 #E8B2D9 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 217 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.09 |
| HSL | 316.67º | 0.54% | 0.8% | - |
| HSV(B) | 316.67º | 0.23% | 0.91% | - |
| XYZ | 61.72 | 54.01 | 72.82 | - |
| YUV | 198.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 217 | 0 | 0.23 | 0.06 | 0.09 | 316.67 | 0.54 | 0.8 |
| Hex | E8 | B2 | D9 | 0 | 17 | 6 | 9 | 13D | 36 | 50 |
| Octal | 350 | 262 | 331 | 0 | 27 | 6 | 11 | 475 | 66 | 120 |
| Binary | 11101000 | 10110010 | 11011001 | 0 | 10111 | 110 | 1001 | 100111101 | 110110 | 1010000 |
Color Harmonies of #E8B2D9
Complementary color
Monochromatic Colors of #E8B2D9
Black with #E8B2D9
Text Example
Text Example
White with #E8B2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2D9; }
p { color: rgb(232,178,217); }
H1.HeaderClassName
{
color: #E8B2D9;
}
.AnyTagClassName
{
color: #E8B2D9;
}
</style>
background-color css
<style>
a { background-color: #E8B2D9; }
a { background-color: rgb(232,178,217); }
div.DivClassName
{
background-color: #E8B2D9;
}
.BgClassName
{
background-color: #E8B2D9;
}
</style>
border-color css
<style>
span { border-color: #E8B2D9; }
span { border-color: rgb(232,178,217); }
td.TdClassName
{
border-color: #E8B2D9;
}
.TagClassName
{
border-color: #E8B2D9;
}
</style>