Shades of French Lilac #EEBDE6
Tints of French Lilac #EEBDE6
RGB
CMYK
RGB Variations
Color information
#EEBDE6 (or 0xEEBDE6) is known color: French Lilac. HEX triplet: EE, BD and E6. RGB value is (238,189,230). Sum of RGB (Red+Green+Blue) = 238+189+230=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDE6 is #114219. Grayscale: #D0D0D0. Windows color (decimal): -1131034 or 15121902. OLE color: 15121902.
HSL color Cylindrical-coordinate representation of color #EEBDE6: hue angle of 309.8º 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 #EEBDE6 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 230 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.07 |
| HSL | 309.8º | 0.59% | 0.84% | - |
| HSV(B) | 309.8º | 0.21% | 0.93% | - |
| XYZ | 67.74 | 60.29 | 82.93 | - |
| YUV | 208.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 230 | 0 | 0.21 | 0.03 | 0.07 | 309.8 | 0.59 | 0.84 |
| Hex | EE | BD | E6 | 0 | 15 | 3 | 7 | 136 | 3B | 54 |
| Octal | 356 | 275 | 346 | 0 | 25 | 3 | 7 | 466 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11100110 | 0 | 10101 | 11 | 111 | 100110110 | 111011 | 1010100 |
Color Harmonies of #EEBDE6
Complementary color
Monochromatic Colors of #EEBDE6
Black with #EEBDE6
Text Example
Text Example
White with #EEBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDE6; }
p { color: rgb(238,189,230); }
H1.HeaderClassName
{
color: #EEBDE6;
}
.AnyTagClassName
{
color: #EEBDE6;
}
</style>
background-color css
<style>
a { background-color: #EEBDE6; }
a { background-color: rgb(238,189,230); }
div.DivClassName
{
background-color: #EEBDE6;
}
.BgClassName
{
background-color: #EEBDE6;
}
</style>
border-color css
<style>
span { border-color: #EEBDE6; }
span { border-color: rgb(238,189,230); }
td.TdClassName
{
border-color: #EEBDE6;
}
.TagClassName
{
border-color: #EEBDE6;
}
</style>