Shades of French Lilac #E9B2DD
Tints of French Lilac #E9B2DD
RGB
CMYK
RGB Variations
Color information
#E9B2DD (or 0xE9B2DD) is known color: French Lilac. HEX triplet: E9, B2 and DD. RGB value is (233,178,221). Sum of RGB (Red+Green+Blue) = 233+178+221=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2DD is #164D22. Grayscale: #C7C7C7. Windows color (decimal): -1461539 or 14529257. OLE color: 14529257.
HSL color Cylindrical-coordinate representation of color #E9B2DD: hue angle of 313.09º 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 #E9B2DD is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 221 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.09 |
| HSL | 313.09º | 0.56% | 0.81% | - |
| HSV(B) | 313.09º | 0.24% | 0.91% | - |
| XYZ | 62.58 | 54.38 | 75.61 | - |
| YUV | 199.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 221 | 0 | 0.24 | 0.05 | 0.09 | 313.09 | 0.56 | 0.81 |
| Hex | E9 | B2 | DD | 0 | 18 | 5 | 9 | 139 | 38 | 51 |
| Octal | 351 | 262 | 335 | 0 | 30 | 5 | 11 | 471 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11011101 | 0 | 11000 | 101 | 1001 | 100111001 | 111000 | 1010001 |
Color Harmonies of #E9B2DD
Complementary color
Monochromatic Colors of #E9B2DD
Black with #E9B2DD
Text Example
Text Example
White with #E9B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2DD; }
p { color: rgb(233,178,221); }
H1.HeaderClassName
{
color: #E9B2DD;
}
.AnyTagClassName
{
color: #E9B2DD;
}
</style>
background-color css
<style>
a { background-color: #E9B2DD; }
a { background-color: rgb(233,178,221); }
div.DivClassName
{
background-color: #E9B2DD;
}
.BgClassName
{
background-color: #E9B2DD;
}
</style>
border-color css
<style>
span { border-color: #E9B2DD; }
span { border-color: rgb(233,178,221); }
td.TdClassName
{
border-color: #E9B2DD;
}
.TagClassName
{
border-color: #E9B2DD;
}
</style>