Shades of French Lilac #EFBAF1
Tints of French Lilac #EFBAF1
RGB
CMYK
RGB Variations
Color information
#EFBAF1 (or 0xEFBAF1) is known color: French Lilac. HEX triplet: EF, BA and F1. RGB value is (239,186,241). Sum of RGB (Red+Green+Blue) = 239+186+241=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAF1 is #10450E. Grayscale: #CFCFCF. Windows color (decimal): -1066255 or 15842031. OLE color: 15842031.
HSL color Cylindrical-coordinate representation of color #EFBAF1: hue angle of 297.82º 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 #EFBAF1 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 186 | 241 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.05 |
| HSL | 297.82º | 0.66% | 0.84% | - |
| HSV(B) | 297.82º | 0.23% | 0.95% | - |
| XYZ | 69.03 | 59.82 | 91.13 | - |
| YUV | 208.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 241 | 0.01 | 0.23 | 0 | 0.05 | 297.82 | 0.66 | 0.84 |
| Hex | EF | BA | F1 | 1 | 17 | 0 | 5 | 12A | 42 | 54 |
| Octal | 357 | 272 | 361 | 1 | 27 | 0 | 5 | 452 | 102 | 124 |
| Binary | 11101111 | 10111010 | 11110001 | 1 | 10111 | 0 | 101 | 100101010 | 1000010 | 1010100 |
Color Harmonies of #EFBAF1
Complementary color
Monochromatic Colors of #EFBAF1
Black with #EFBAF1
Text Example
Text Example
White with #EFBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAF1; }
p { color: rgb(239,186,241); }
H1.HeaderClassName
{
color: #EFBAF1;
}
.AnyTagClassName
{
color: #EFBAF1;
}
</style>
background-color css
<style>
a { background-color: #EFBAF1; }
a { background-color: rgb(239,186,241); }
div.DivClassName
{
background-color: #EFBAF1;
}
.BgClassName
{
background-color: #EFBAF1;
}
</style>
border-color css
<style>
span { border-color: #EFBAF1; }
span { border-color: rgb(239,186,241); }
td.TdClassName
{
border-color: #EFBAF1;
}
.TagClassName
{
border-color: #EFBAF1;
}
</style>