Shades of French Lilac #EEBDEC
Tints of French Lilac #EEBDEC
RGB
CMYK
RGB Variations
Color information
#EEBDEC (or 0xEEBDEC) is known color: French Lilac. HEX triplet: EE, BD and EC. RGB value is (238,189,236). Sum of RGB (Red+Green+Blue) = 238+189+236=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDEC is #114213. Grayscale: #D0D0D0. Windows color (decimal): -1131028 or 15515118. OLE color: 15515118.
HSL color Cylindrical-coordinate representation of color #EEBDEC: hue angle of 302.45º 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 #EEBDEC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 236 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.07 |
| HSL | 302.45º | 0.59% | 0.84% | - |
| HSV(B) | 302.45º | 0.21% | 0.93% | - |
| XYZ | 68.6 | 60.63 | 87.44 | - |
| YUV | 209.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 236 | 0 | 0.21 | 0.01 | 0.07 | 302.45 | 0.59 | 0.84 |
| Hex | EE | BD | EC | 0 | 15 | 1 | 7 | 12E | 3B | 54 |
| Octal | 356 | 275 | 354 | 0 | 25 | 1 | 7 | 456 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11101100 | 0 | 10101 | 1 | 111 | 100101110 | 111011 | 1010100 |
Color Harmonies of #EEBDEC
Complementary color
Monochromatic Colors of #EEBDEC
Black with #EEBDEC
Text Example
Text Example
White with #EEBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDEC; }
p { color: rgb(238,189,236); }
H1.HeaderClassName
{
color: #EEBDEC;
}
.AnyTagClassName
{
color: #EEBDEC;
}
</style>
background-color css
<style>
a { background-color: #EEBDEC; }
a { background-color: rgb(238,189,236); }
div.DivClassName
{
background-color: #EEBDEC;
}
.BgClassName
{
background-color: #EEBDEC;
}
</style>
border-color css
<style>
span { border-color: #EEBDEC; }
span { border-color: rgb(238,189,236); }
td.TdClassName
{
border-color: #EEBDEC;
}
.TagClassName
{
border-color: #EEBDEC;
}
</style>