Shades of French Lilac #E8B5DD
Tints of French Lilac #E8B5DD
RGB
CMYK
RGB Variations
Color information
#E8B5DD (or 0xE8B5DD) is known color: French Lilac. HEX triplet: E8, B5 and DD. RGB value is (232,181,221). Sum of RGB (Red+Green+Blue) = 232+181+221=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B5DD is #174A22. Grayscale: #C8C8C8. Windows color (decimal): -1526307 or 14530024. OLE color: 14530024.
HSL color Cylindrical-coordinate representation of color #E8B5DD: hue angle of 312.94º 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 #E8B5DD is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 181 | 221 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.09 |
| HSL | 312.94º | 0.53% | 0.81% | - |
| HSV(B) | 312.94º | 0.22% | 0.91% | - |
| XYZ | 62.85 | 55.42 | 75.79 | - |
| YUV | 200.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 221 | 0 | 0.22 | 0.05 | 0.09 | 312.94 | 0.53 | 0.81 |
| Hex | E8 | B5 | DD | 0 | 16 | 5 | 9 | 139 | 35 | 51 |
| Octal | 350 | 265 | 335 | 0 | 26 | 5 | 11 | 471 | 65 | 121 |
| Binary | 11101000 | 10110101 | 11011101 | 0 | 10110 | 101 | 1001 | 100111001 | 110101 | 1010001 |
Color Harmonies of #E8B5DD
Complementary color
Monochromatic Colors of #E8B5DD
Black with #E8B5DD
Text Example
Text Example
White with #E8B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5DD; }
p { color: rgb(232,181,221); }
H1.HeaderClassName
{
color: #E8B5DD;
}
.AnyTagClassName
{
color: #E8B5DD;
}
</style>
background-color css
<style>
a { background-color: #E8B5DD; }
a { background-color: rgb(232,181,221); }
div.DivClassName
{
background-color: #E8B5DD;
}
.BgClassName
{
background-color: #E8B5DD;
}
</style>
border-color css
<style>
span { border-color: #E8B5DD; }
span { border-color: rgb(232,181,221); }
td.TdClassName
{
border-color: #E8B5DD;
}
.TagClassName
{
border-color: #E8B5DD;
}
</style>