Shades of French Lilac #E9B1D5
Tints of French Lilac #E9B1D5
RGB
CMYK
RGB Variations
Color information
#E9B1D5 (or 0xE9B1D5) is known color: French Lilac. HEX triplet: E9, B1 and D5. RGB value is (233,177,213). Sum of RGB (Red+Green+Blue) = 233+177+213=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1D5 is #164E2A. Grayscale: #C5C5C5. Windows color (decimal): -1461803 or 14004713. OLE color: 14004713.
HSL color Cylindrical-coordinate representation of color #E9B1D5: hue angle of 321.43º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B1D5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 213 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.09 |
| HSL | 321.43º | 0.56% | 0.8% | - |
| HSV(B) | 321.43º | 0.24% | 0.91% | - |
| XYZ | 61.34 | 53.57 | 70.06 | - |
| YUV | 197.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 213 | 0 | 0.24 | 0.09 | 0.09 | 321.43 | 0.56 | 0.8 |
| Hex | E9 | B1 | D5 | 0 | 18 | 9 | 9 | 141 | 38 | 50 |
| Octal | 351 | 261 | 325 | 0 | 30 | 11 | 11 | 501 | 70 | 120 |
| Binary | 11101001 | 10110001 | 11010101 | 0 | 11000 | 1001 | 1001 | 101000001 | 111000 | 1010000 |
Color Harmonies of #E9B1D5
Complementary color
Monochromatic Colors of #E9B1D5
Black with #E9B1D5
Text Example
Text Example
White with #E9B1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B1D5; }
p { color: rgb(233,177,213); }
H1.HeaderClassName
{
color: #E9B1D5;
}
.AnyTagClassName
{
color: #E9B1D5;
}
</style>
background-color css
<style>
a { background-color: #E9B1D5; }
a { background-color: rgb(233,177,213); }
div.DivClassName
{
background-color: #E9B1D5;
}
.BgClassName
{
background-color: #E9B1D5;
}
</style>
border-color css
<style>
span { border-color: #E9B1D5; }
span { border-color: rgb(233,177,213); }
td.TdClassName
{
border-color: #E9B1D5;
}
.TagClassName
{
border-color: #E9B1D5;
}
</style>