Shades of French Lilac #EEBDE1
Tints of French Lilac #EEBDE1
RGB
CMYK
RGB Variations
Color information
#EEBDE1 (or 0xEEBDE1) is known color: French Lilac. HEX triplet: EE, BD and E1. RGB value is (238,189,225). Sum of RGB (Red+Green+Blue) = 238+189+225=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDE1 is #11421E. Grayscale: #CFCFCF. Windows color (decimal): -1131039 or 14794222. OLE color: 14794222.
HSL color Cylindrical-coordinate representation of color #EEBDE1: hue angle of 315.92º 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 #EEBDE1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 225 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 315.92º | 0.59% | 0.84% | - |
| HSV(B) | 315.92º | 0.21% | 0.93% | - |
| XYZ | 67.05 | 60.01 | 79.28 | - |
| YUV | 207.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 225 | 0 | 0.21 | 0.05 | 0.07 | 315.92 | 0.59 | 0.84 |
| Hex | EE | BD | E1 | 0 | 15 | 5 | 7 | 13C | 3B | 54 |
| Octal | 356 | 275 | 341 | 0 | 25 | 5 | 7 | 474 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11100001 | 0 | 10101 | 101 | 111 | 100111100 | 111011 | 1010100 |
Color Harmonies of #EEBDE1
Complementary color
Monochromatic Colors of #EEBDE1
Black with #EEBDE1
Text Example
Text Example
White with #EEBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDE1; }
p { color: rgb(238,189,225); }
H1.HeaderClassName
{
color: #EEBDE1;
}
.AnyTagClassName
{
color: #EEBDE1;
}
</style>
background-color css
<style>
a { background-color: #EEBDE1; }
a { background-color: rgb(238,189,225); }
div.DivClassName
{
background-color: #EEBDE1;
}
.BgClassName
{
background-color: #EEBDE1;
}
</style>
border-color css
<style>
span { border-color: #EEBDE1; }
span { border-color: rgb(238,189,225); }
td.TdClassName
{
border-color: #EEBDE1;
}
.TagClassName
{
border-color: #EEBDE1;
}
</style>