Shades of French Lilac #E9B3DA
Tints of French Lilac #E9B3DA
RGB
CMYK
RGB Variations
Color information
#E9B3DA (or 0xE9B3DA) is known color: French Lilac. HEX triplet: E9, B3 and DA. RGB value is (233,179,218). Sum of RGB (Red+Green+Blue) = 233+179+218=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B3DA is #164C25. Grayscale: #C7C7C7. Windows color (decimal): -1461286 or 14332905. OLE color: 14332905.
HSL color Cylindrical-coordinate representation of color #E9B3DA: hue angle of 316.67º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B3DA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 179 | 218 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.09 |
| HSL | 316.67º | 0.55% | 0.81% | - |
| HSV(B) | 316.67º | 0.23% | 0.91% | - |
| XYZ | 62.38 | 54.63 | 73.59 | - |
| YUV | 199.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 179 | 218 | 0 | 0.23 | 0.06 | 0.09 | 316.67 | 0.55 | 0.81 |
| Hex | E9 | B3 | DA | 0 | 17 | 6 | 9 | 13D | 37 | 51 |
| Octal | 351 | 263 | 332 | 0 | 27 | 6 | 11 | 475 | 67 | 121 |
| Binary | 11101001 | 10110011 | 11011010 | 0 | 10111 | 110 | 1001 | 100111101 | 110111 | 1010001 |
Color Harmonies of #E9B3DA
Complementary color
Monochromatic Colors of #E9B3DA
Black with #E9B3DA
Text Example
Text Example
White with #E9B3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B3DA; }
p { color: rgb(233,179,218); }
H1.HeaderClassName
{
color: #E9B3DA;
}
.AnyTagClassName
{
color: #E9B3DA;
}
</style>
background-color css
<style>
a { background-color: #E9B3DA; }
a { background-color: rgb(233,179,218); }
div.DivClassName
{
background-color: #E9B3DA;
}
.BgClassName
{
background-color: #E9B3DA;
}
</style>
border-color css
<style>
span { border-color: #E9B3DA; }
span { border-color: rgb(233,179,218); }
td.TdClassName
{
border-color: #E9B3DA;
}
.TagClassName
{
border-color: #E9B3DA;
}
</style>