Shades of French Lilac #E9B2D8
Tints of French Lilac #E9B2D8
RGB
CMYK
RGB Variations
Color information
#E9B2D8 (or 0xE9B2D8) is known color: French Lilac. HEX triplet: E9, B2 and D8. RGB value is (233,178,216). Sum of RGB (Red+Green+Blue) = 233+178+216=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2D8 is #164D27. Grayscale: #C6C6C6. Windows color (decimal): -1461544 or 14201577. OLE color: 14201577.
HSL color Cylindrical-coordinate representation of color #E9B2D8: hue angle of 318.55º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B2D8 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 216 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.09 |
| HSL | 318.55º | 0.56% | 0.81% | - |
| HSV(B) | 318.55º | 0.24% | 0.91% | - |
| XYZ | 61.92 | 54.12 | 72.15 | - |
| YUV | 198.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 216 | 0 | 0.24 | 0.07 | 0.09 | 318.55 | 0.56 | 0.81 |
| Hex | E9 | B2 | D8 | 0 | 18 | 7 | 9 | 13F | 38 | 51 |
| Octal | 351 | 262 | 330 | 0 | 30 | 7 | 11 | 477 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11011000 | 0 | 11000 | 111 | 1001 | 100111111 | 111000 | 1010001 |
Color Harmonies of #E9B2D8
Complementary color
Monochromatic Colors of #E9B2D8
Black with #E9B2D8
Text Example
Text Example
White with #E9B2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2D8; }
p { color: rgb(233,178,216); }
H1.HeaderClassName
{
color: #E9B2D8;
}
.AnyTagClassName
{
color: #E9B2D8;
}
</style>
background-color css
<style>
a { background-color: #E9B2D8; }
a { background-color: rgb(233,178,216); }
div.DivClassName
{
background-color: #E9B2D8;
}
.BgClassName
{
background-color: #E9B2D8;
}
</style>
border-color css
<style>
span { border-color: #E9B2D8; }
span { border-color: rgb(233,178,216); }
td.TdClassName
{
border-color: #E9B2D8;
}
.TagClassName
{
border-color: #E9B2D8;
}
</style>