Shades of French Lilac #EEBAF1
Tints of French Lilac #EEBAF1
RGB
CMYK
RGB Variations
Color information
#EEBAF1 (or 0xEEBAF1) is known color: French Lilac. HEX triplet: EE, BA and F1. RGB value is (238,186,241). Sum of RGB (Red+Green+Blue) = 238+186+241=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAF1 is #11450E. Grayscale: #CFCFCF. Windows color (decimal): -1131791 or 15842030. OLE color: 15842030.
HSL color Cylindrical-coordinate representation of color #EEBAF1: hue angle of 296.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBAF1 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 186 | 241 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.05 |
| HSL | 296.73º | 0.66% | 0.84% | - |
| HSV(B) | 296.73º | 0.23% | 0.95% | - |
| XYZ | 68.7 | 59.65 | 91.11 | - |
| YUV | 207.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 241 | 0.01 | 0.23 | 0 | 0.05 | 296.73 | 0.66 | 0.84 |
| Hex | EE | BA | F1 | 1 | 17 | 0 | 5 | 129 | 42 | 54 |
| Octal | 356 | 272 | 361 | 1 | 27 | 0 | 5 | 451 | 102 | 124 |
| Binary | 11101110 | 10111010 | 11110001 | 1 | 10111 | 0 | 101 | 100101001 | 1000010 | 1010100 |
Color Harmonies of #EEBAF1
Complementary color
Monochromatic Colors of #EEBAF1
Black with #EEBAF1
Text Example
Text Example
White with #EEBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAF1; }
p { color: rgb(238,186,241); }
H1.HeaderClassName
{
color: #EEBAF1;
}
.AnyTagClassName
{
color: #EEBAF1;
}
</style>
background-color css
<style>
a { background-color: #EEBAF1; }
a { background-color: rgb(238,186,241); }
div.DivClassName
{
background-color: #EEBAF1;
}
.BgClassName
{
background-color: #EEBAF1;
}
</style>
border-color css
<style>
span { border-color: #EEBAF1; }
span { border-color: rgb(238,186,241); }
td.TdClassName
{
border-color: #EEBAF1;
}
.TagClassName
{
border-color: #EEBAF1;
}
</style>