Shades of French Lilac #EEB8F1
Tints of French Lilac #EEB8F1
RGB
CMYK
RGB Variations
Color information
#EEB8F1 (or 0xEEB8F1) is known color: French Lilac. HEX triplet: EE, B8 and F1. RGB value is (238,184,241). Sum of RGB (Red+Green+Blue) = 238+184+241=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB8F1 is #11470E. Grayscale: #CECECE. Windows color (decimal): -1132303 or 15841518. OLE color: 15841518.
HSL color Cylindrical-coordinate representation of color #EEB8F1: hue angle of 296.84º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB8F1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 184 | 241 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.05 |
| HSL | 296.84º | 0.67% | 0.83% | - |
| HSV(B) | 296.84º | 0.24% | 0.95% | - |
| XYZ | 68.28 | 58.81 | 90.97 | - |
| YUV | 206.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 241 | 0.01 | 0.24 | 0 | 0.05 | 296.84 | 0.67 | 0.83 |
| Hex | EE | B8 | F1 | 1 | 18 | 0 | 5 | 129 | 43 | 53 |
| Octal | 356 | 270 | 361 | 1 | 30 | 0 | 5 | 451 | 103 | 123 |
| Binary | 11101110 | 10111000 | 11110001 | 1 | 11000 | 0 | 101 | 100101001 | 1000011 | 1010011 |
Color Harmonies of #EEB8F1
Complementary color
Monochromatic Colors of #EEB8F1
Black with #EEB8F1
Text Example
Text Example
White with #EEB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8F1; }
p { color: rgb(238,184,241); }
H1.HeaderClassName
{
color: #EEB8F1;
}
.AnyTagClassName
{
color: #EEB8F1;
}
</style>
background-color css
<style>
a { background-color: #EEB8F1; }
a { background-color: rgb(238,184,241); }
div.DivClassName
{
background-color: #EEB8F1;
}
.BgClassName
{
background-color: #EEB8F1;
}
</style>
border-color css
<style>
span { border-color: #EEB8F1; }
span { border-color: rgb(238,184,241); }
td.TdClassName
{
border-color: #EEB8F1;
}
.TagClassName
{
border-color: #EEB8F1;
}
</style>