Shades of French Lilac #EFB6F1
Tints of French Lilac #EFB6F1
RGB
CMYK
RGB Variations
Color information
#EFB6F1 (or 0xEFB6F1) is known color: French Lilac. HEX triplet: EF, B6 and F1. RGB value is (239,182,241). Sum of RGB (Red+Green+Blue) = 239+182+241=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFB6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6F1 is #10490E. Grayscale: #CDCDCD. Windows color (decimal): -1067279 or 15841007. OLE color: 15841007.
HSL color Cylindrical-coordinate representation of color #EFB6F1: hue angle of 297.97º degrees, saturation: 0.68, 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 #EFB6F1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 182 | 241 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.05 |
| HSL | 297.97º | 0.68% | 0.83% | - |
| HSV(B) | 297.97º | 0.24% | 0.95% | - |
| XYZ | 68.2 | 58.16 | 90.85 | - |
| YUV | 205.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 241 | 0.01 | 0.24 | 0 | 0.05 | 297.97 | 0.68 | 0.83 |
| Hex | EF | B6 | F1 | 1 | 18 | 0 | 5 | 12A | 44 | 53 |
| Octal | 357 | 266 | 361 | 1 | 30 | 0 | 5 | 452 | 104 | 123 |
| Binary | 11101111 | 10110110 | 11110001 | 1 | 11000 | 0 | 101 | 100101010 | 1000100 | 1010011 |
Color Harmonies of #EFB6F1
Complementary color
Monochromatic Colors of #EFB6F1
Black with #EFB6F1
Text Example
Text Example
White with #EFB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6F1; }
p { color: rgb(239,182,241); }
H1.HeaderClassName
{
color: #EFB6F1;
}
.AnyTagClassName
{
color: #EFB6F1;
}
</style>
background-color css
<style>
a { background-color: #EFB6F1; }
a { background-color: rgb(239,182,241); }
div.DivClassName
{
background-color: #EFB6F1;
}
.BgClassName
{
background-color: #EFB6F1;
}
</style>
border-color css
<style>
span { border-color: #EFB6F1; }
span { border-color: rgb(239,182,241); }
td.TdClassName
{
border-color: #EFB6F1;
}
.TagClassName
{
border-color: #EFB6F1;
}
</style>