Shades of French Lilac #E9B0DD
Tints of French Lilac #E9B0DD
RGB
CMYK
RGB Variations
Color information
#E9B0DD (or 0xE9B0DD) is known color: French Lilac. HEX triplet: E9, B0 and DD. RGB value is (233,176,221). Sum of RGB (Red+Green+Blue) = 233+176+221=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B0DD is #164F22. Grayscale: #C6C6C6. Windows color (decimal): -1462051 or 14528745. OLE color: 14528745.
HSL color Cylindrical-coordinate representation of color #E9B0DD: hue angle of 312.63º 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 #E9B0DD is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 221 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.09 |
| HSL | 312.63º | 0.56% | 0.8% | - |
| HSV(B) | 312.63º | 0.24% | 0.91% | - |
| XYZ | 62.18 | 53.59 | 75.47 | - |
| YUV | 198.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 221 | 0 | 0.24 | 0.05 | 0.09 | 312.63 | 0.56 | 0.8 |
| Hex | E9 | B0 | DD | 0 | 18 | 5 | 9 | 139 | 38 | 50 |
| Octal | 351 | 260 | 335 | 0 | 30 | 5 | 11 | 471 | 70 | 120 |
| Binary | 11101001 | 10110000 | 11011101 | 0 | 11000 | 101 | 1001 | 100111001 | 111000 | 1010000 |
Color Harmonies of #E9B0DD
Complementary color
Monochromatic Colors of #E9B0DD
Black with #E9B0DD
Text Example
Text Example
White with #E9B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0DD; }
p { color: rgb(233,176,221); }
H1.HeaderClassName
{
color: #E9B0DD;
}
.AnyTagClassName
{
color: #E9B0DD;
}
</style>
background-color css
<style>
a { background-color: #E9B0DD; }
a { background-color: rgb(233,176,221); }
div.DivClassName
{
background-color: #E9B0DD;
}
.BgClassName
{
background-color: #E9B0DD;
}
</style>
border-color css
<style>
span { border-color: #E9B0DD; }
span { border-color: rgb(233,176,221); }
td.TdClassName
{
border-color: #E9B0DD;
}
.TagClassName
{
border-color: #E9B0DD;
}
</style>