Shades of French Lilac #E9B4D6
Tints of French Lilac #E9B4D6
RGB
CMYK
RGB Variations
Color information
#E9B4D6 (or 0xE9B4D6) is known color: French Lilac. HEX triplet: E9, B4 and D6. RGB value is (233,180,214). Sum of RGB (Red+Green+Blue) = 233+180+214=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B4D6 is #164B29. Grayscale: #C7C7C7. Windows color (decimal): -1461034 or 14071017. OLE color: 14071017.
HSL color Cylindrical-coordinate representation of color #E9B4D6: hue angle of 321.51º 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 #E9B4D6 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 180 | 214 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.09 |
| HSL | 321.51º | 0.55% | 0.81% | - |
| HSV(B) | 321.51º | 0.23% | 0.91% | - |
| XYZ | 62.06 | 54.82 | 70.93 | - |
| YUV | 199.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 180 | 214 | 0 | 0.23 | 0.08 | 0.09 | 321.51 | 0.55 | 0.81 |
| Hex | E9 | B4 | D6 | 0 | 17 | 8 | 9 | 142 | 37 | 51 |
| Octal | 351 | 264 | 326 | 0 | 27 | 10 | 11 | 502 | 67 | 121 |
| Binary | 11101001 | 10110100 | 11010110 | 0 | 10111 | 1000 | 1001 | 101000010 | 110111 | 1010001 |
Color Harmonies of #E9B4D6
Complementary color
Monochromatic Colors of #E9B4D6
Black with #E9B4D6
Text Example
Text Example
White with #E9B4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B4D6; }
p { color: rgb(233,180,214); }
H1.HeaderClassName
{
color: #E9B4D6;
}
.AnyTagClassName
{
color: #E9B4D6;
}
</style>
background-color css
<style>
a { background-color: #E9B4D6; }
a { background-color: rgb(233,180,214); }
div.DivClassName
{
background-color: #E9B4D6;
}
.BgClassName
{
background-color: #E9B4D6;
}
</style>
border-color css
<style>
span { border-color: #E9B4D6; }
span { border-color: rgb(233,180,214); }
td.TdClassName
{
border-color: #E9B4D6;
}
.TagClassName
{
border-color: #E9B4D6;
}
</style>