Shades of French Lilac #E9B5DE
Tints of French Lilac #E9B5DE
RGB
CMYK
RGB Variations
Color information
#E9B5DE (or 0xE9B5DE) is known color: French Lilac. HEX triplet: E9, B5 and DE. RGB value is (233,181,222). Sum of RGB (Red+Green+Blue) = 233+181+222=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B5DE is #164A21. Grayscale: #C9C9C9. Windows color (decimal): -1460770 or 14595561. OLE color: 14595561.
HSL color Cylindrical-coordinate representation of color #E9B5DE: hue angle of 312.69º degrees, saturation: 0.54, 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 #E9B5DE is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 181 | 222 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.09 |
| HSL | 312.69º | 0.54% | 0.81% | - |
| HSV(B) | 312.69º | 0.22% | 0.91% | - |
| XYZ | 63.31 | 55.65 | 76.51 | - |
| YUV | 201.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 222 | 0 | 0.22 | 0.05 | 0.09 | 312.69 | 0.54 | 0.81 |
| Hex | E9 | B5 | DE | 0 | 16 | 5 | 9 | 139 | 36 | 51 |
| Octal | 351 | 265 | 336 | 0 | 26 | 5 | 11 | 471 | 66 | 121 |
| Binary | 11101001 | 10110101 | 11011110 | 0 | 10110 | 101 | 1001 | 100111001 | 110110 | 1010001 |
Color Harmonies of #E9B5DE
Complementary color
Monochromatic Colors of #E9B5DE
Black with #E9B5DE
Text Example
Text Example
White with #E9B5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B5DE; }
p { color: rgb(233,181,222); }
H1.HeaderClassName
{
color: #E9B5DE;
}
.AnyTagClassName
{
color: #E9B5DE;
}
</style>
background-color css
<style>
a { background-color: #E9B5DE; }
a { background-color: rgb(233,181,222); }
div.DivClassName
{
background-color: #E9B5DE;
}
.BgClassName
{
background-color: #E9B5DE;
}
</style>
border-color css
<style>
span { border-color: #E9B5DE; }
span { border-color: rgb(233,181,222); }
td.TdClassName
{
border-color: #E9B5DE;
}
.TagClassName
{
border-color: #E9B5DE;
}
</style>