Shades of French Lilac #EEBDEB
Tints of French Lilac #EEBDEB
RGB
CMYK
RGB Variations
Color information
#EEBDEB (or 0xEEBDEB) is known color: French Lilac. HEX triplet: EE, BD and EB. RGB value is (238,189,235). Sum of RGB (Red+Green+Blue) = 238+189+235=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDEB is #114214. Grayscale: #D0D0D0. Windows color (decimal): -1131029 or 15449582. OLE color: 15449582.
HSL color Cylindrical-coordinate representation of color #EEBDEB: hue angle of 303.67º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDEB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 235 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.07 |
| HSL | 303.67º | 0.59% | 0.84% | - |
| HSV(B) | 303.67º | 0.21% | 0.93% | - |
| XYZ | 68.45 | 60.57 | 86.68 | - |
| YUV | 208.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 235 | 0 | 0.21 | 0.01 | 0.07 | 303.67 | 0.59 | 0.84 |
| Hex | EE | BD | EB | 0 | 15 | 1 | 7 | 130 | 3B | 54 |
| Octal | 356 | 275 | 353 | 0 | 25 | 1 | 7 | 460 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11101011 | 0 | 10101 | 1 | 111 | 100110000 | 111011 | 1010100 |
Color Harmonies of #EEBDEB
Complementary color
Monochromatic Colors of #EEBDEB
Black with #EEBDEB
Text Example
Text Example
White with #EEBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDEB; }
p { color: rgb(238,189,235); }
H1.HeaderClassName
{
color: #EEBDEB;
}
.AnyTagClassName
{
color: #EEBDEB;
}
</style>
background-color css
<style>
a { background-color: #EEBDEB; }
a { background-color: rgb(238,189,235); }
div.DivClassName
{
background-color: #EEBDEB;
}
.BgClassName
{
background-color: #EEBDEB;
}
</style>
border-color css
<style>
span { border-color: #EEBDEB; }
span { border-color: rgb(238,189,235); }
td.TdClassName
{
border-color: #EEBDEB;
}
.TagClassName
{
border-color: #EEBDEB;
}
</style>