Shades of French Lilac #EEBDEE
Tints of French Lilac #EEBDEE
RGB
CMYK
RGB Variations
Color information
#EEBDEE (or 0xEEBDEE) is known color: French Lilac. HEX triplet: EE, BD and EE. RGB value is (238,189,238). Sum of RGB (Red+Green+Blue) = 238+189+238=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDEE is #114211. Grayscale: #D1D1D1. Windows color (decimal): -1131026 or 15646190. OLE color: 15646190.
HSL color Cylindrical-coordinate representation of color #EEBDEE: hue angle of 300º 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 #EEBDEE is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 238 | - |
| CMYK | 0 | 0.21 | 0 | 0.07 |
| HSL | 300º | 0.59% | 0.84% | - |
| HSV(B) | 300º | 0.21% | 0.93% | - |
| XYZ | 68.89 | 60.75 | 88.98 | - |
| YUV | 209.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 238 | 0 | 0.21 | 0 | 0.07 | 300 | 0.59 | 0.84 |
| Hex | EE | BD | EE | 0 | 15 | 0 | 7 | 12C | 3B | 54 |
| Octal | 356 | 275 | 356 | 0 | 25 | 0 | 7 | 454 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11101110 | 0 | 10101 | 0 | 111 | 100101100 | 111011 | 1010100 |
Color Harmonies of #EEBDEE
Complementary color
Monochromatic Colors of #EEBDEE
Black with #EEBDEE
Text Example
Text Example
White with #EEBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDEE; }
p { color: rgb(238,189,238); }
H1.HeaderClassName
{
color: #EEBDEE;
}
.AnyTagClassName
{
color: #EEBDEE;
}
</style>
background-color css
<style>
a { background-color: #EEBDEE; }
a { background-color: rgb(238,189,238); }
div.DivClassName
{
background-color: #EEBDEE;
}
.BgClassName
{
background-color: #EEBDEE;
}
</style>
border-color css
<style>
span { border-color: #EEBDEE; }
span { border-color: rgb(238,189,238); }
td.TdClassName
{
border-color: #EEBDEE;
}
.TagClassName
{
border-color: #EEBDEE;
}
</style>