Shades of French Lilac #EEBDED
Tints of French Lilac #EEBDED
RGB
CMYK
RGB Variations
Color information
#EEBDED (or 0xEEBDED) is known color: French Lilac. HEX triplet: EE, BD and ED. RGB value is (238,189,237). Sum of RGB (Red+Green+Blue) = 238+189+237=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDED is #114212. Grayscale: #D0D0D0. Windows color (decimal): -1131027 or 15580654. OLE color: 15580654.
HSL color Cylindrical-coordinate representation of color #EEBDED: hue angle of 301.22º 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 #EEBDED is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 237 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.07 |
| HSL | 301.22º | 0.59% | 0.84% | - |
| HSV(B) | 301.22º | 0.21% | 0.93% | - |
| XYZ | 68.74 | 60.69 | 88.21 | - |
| YUV | 209.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 237 | 0 | 0.21 | 0.00 | 0.07 | 301.22 | 0.59 | 0.84 |
| Hex | EE | BD | ED | 0 | 15 | 0 | 7 | 12D | 3B | 54 |
| Octal | 356 | 275 | 355 | 0 | 25 | 0 | 7 | 455 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11101101 | 0 | 10101 | 0 | 111 | 100101101 | 111011 | 1010100 |
Color Harmonies of #EEBDED
Complementary color
Monochromatic Colors of #EEBDED
Black with #EEBDED
Text Example
Text Example
White with #EEBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDED; }
p { color: rgb(238,189,237); }
H1.HeaderClassName
{
color: #EEBDED;
}
.AnyTagClassName
{
color: #EEBDED;
}
</style>
background-color css
<style>
a { background-color: #EEBDED; }
a { background-color: rgb(238,189,237); }
div.DivClassName
{
background-color: #EEBDED;
}
.BgClassName
{
background-color: #EEBDED;
}
</style>
border-color css
<style>
span { border-color: #EEBDED; }
span { border-color: rgb(238,189,237); }
td.TdClassName
{
border-color: #EEBDED;
}
.TagClassName
{
border-color: #EEBDED;
}
</style>