Shades of French Lilac #EEB9DC
Tints of French Lilac #EEB9DC
RGB
CMYK
RGB Variations
Color information
#EEB9DC (or 0xEEB9DC) is known color: French Lilac. HEX triplet: EE, B9 and DC. RGB value is (238,185,220). Sum of RGB (Red+Green+Blue) = 238+185+220=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9DC is #114623. Grayscale: #CCCCCC. Windows color (decimal): -1132068 or 14465518. OLE color: 14465518.
HSL color Cylindrical-coordinate representation of color #EEB9DC: hue angle of 320.38º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9DC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 220 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 320.38º | 0.61% | 0.83% | - |
| HSV(B) | 320.38º | 0.22% | 0.93% | - |
| XYZ | 65.53 | 58.04 | 75.46 | - |
| YUV | 204.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 220 | 0 | 0.22 | 0.08 | 0.07 | 320.38 | 0.61 | 0.83 |
| Hex | EE | B9 | DC | 0 | 16 | 8 | 7 | 140 | 3D | 53 |
| Octal | 356 | 271 | 334 | 0 | 26 | 10 | 7 | 500 | 75 | 123 |
| Binary | 11101110 | 10111001 | 11011100 | 0 | 10110 | 1000 | 111 | 101000000 | 111101 | 1010011 |
Color Harmonies of #EEB9DC
Complementary color
Monochromatic Colors of #EEB9DC
Black with #EEB9DC
Text Example
Text Example
White with #EEB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9DC; }
p { color: rgb(238,185,220); }
H1.HeaderClassName
{
color: #EEB9DC;
}
.AnyTagClassName
{
color: #EEB9DC;
}
</style>
background-color css
<style>
a { background-color: #EEB9DC; }
a { background-color: rgb(238,185,220); }
div.DivClassName
{
background-color: #EEB9DC;
}
.BgClassName
{
background-color: #EEB9DC;
}
</style>
border-color css
<style>
span { border-color: #EEB9DC; }
span { border-color: rgb(238,185,220); }
td.TdClassName
{
border-color: #EEB9DC;
}
.TagClassName
{
border-color: #EEB9DC;
}
</style>