Shades of French Lilac #EEBFEA
Tints of French Lilac #EEBFEA
RGB
CMYK
RGB Variations
Color information
#EEBFEA (or 0xEEBFEA) is known color: French Lilac. HEX triplet: EE, BF and EA. RGB value is (238,191,234). Sum of RGB (Red+Green+Blue) = 238+191+234=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFEA is #114015. Grayscale: #D1D1D1. Windows color (decimal): -1130518 or 15384558. OLE color: 15384558.
HSL color Cylindrical-coordinate representation of color #EEBFEA: hue angle of 305.11º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFEA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 234 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.07 |
| HSL | 305.11º | 0.58% | 0.84% | - |
| HSV(B) | 305.11º | 0.2% | 0.93% | - |
| XYZ | 68.74 | 61.38 | 86.07 | - |
| YUV | 209.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 234 | 0 | 0.20 | 0.02 | 0.07 | 305.11 | 0.58 | 0.84 |
| Hex | EE | BF | EA | 0 | 14 | 2 | 7 | 131 | 3A | 54 |
| Octal | 356 | 277 | 352 | 0 | 24 | 2 | 7 | 461 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11101010 | 0 | 10100 | 10 | 111 | 100110001 | 111010 | 1010100 |
Color Harmonies of #EEBFEA
Complementary color
Monochromatic Colors of #EEBFEA
Black with #EEBFEA
Text Example
Text Example
White with #EEBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFEA; }
p { color: rgb(238,191,234); }
H1.HeaderClassName
{
color: #EEBFEA;
}
.AnyTagClassName
{
color: #EEBFEA;
}
</style>
background-color css
<style>
a { background-color: #EEBFEA; }
a { background-color: rgb(238,191,234); }
div.DivClassName
{
background-color: #EEBFEA;
}
.BgClassName
{
background-color: #EEBFEA;
}
</style>
border-color css
<style>
span { border-color: #EEBFEA; }
span { border-color: rgb(238,191,234); }
td.TdClassName
{
border-color: #EEBFEA;
}
.TagClassName
{
border-color: #EEBFEA;
}
</style>