Shades of French Lilac #EFB8F1
Tints of French Lilac #EFB8F1
RGB
CMYK
RGB Variations
Color information
#EFB8F1 (or 0xEFB8F1) is known color: French Lilac. HEX triplet: EF, B8 and F1. RGB value is (239,184,241). Sum of RGB (Red+Green+Blue) = 239+184+241=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 184 (72.27% from 255 or 27.71% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8F1 is #10470E. Grayscale: #CECECE. Windows color (decimal): -1066767 or 15841519. OLE color: 15841519.
HSL color Cylindrical-coordinate representation of color #EFB8F1: hue angle of 297.89º 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 #EFB8F1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 184 | 241 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.05 |
| HSL | 297.89º | 0.67% | 0.83% | - |
| HSV(B) | 297.89º | 0.24% | 0.95% | - |
| XYZ | 68.61 | 58.98 | 90.99 | - |
| YUV | 206.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 241 | 0.01 | 0.24 | 0 | 0.05 | 297.89 | 0.67 | 0.83 |
| Hex | EF | B8 | F1 | 1 | 18 | 0 | 5 | 12A | 43 | 53 |
| Octal | 357 | 270 | 361 | 1 | 30 | 0 | 5 | 452 | 103 | 123 |
| Binary | 11101111 | 10111000 | 11110001 | 1 | 11000 | 0 | 101 | 100101010 | 1000011 | 1010011 |
Color Harmonies of #EFB8F1
Complementary color
Monochromatic Colors of #EFB8F1
Black with #EFB8F1
Text Example
Text Example
White with #EFB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8F1; }
p { color: rgb(239,184,241); }
H1.HeaderClassName
{
color: #EFB8F1;
}
.AnyTagClassName
{
color: #EFB8F1;
}
</style>
background-color css
<style>
a { background-color: #EFB8F1; }
a { background-color: rgb(239,184,241); }
div.DivClassName
{
background-color: #EFB8F1;
}
.BgClassName
{
background-color: #EFB8F1;
}
</style>
border-color css
<style>
span { border-color: #EFB8F1; }
span { border-color: rgb(239,184,241); }
td.TdClassName
{
border-color: #EFB8F1;
}
.TagClassName
{
border-color: #EFB8F1;
}
</style>