Shades of French Lilac #EFB7EC
Tints of French Lilac #EFB7EC
RGB
CMYK
RGB Variations
Color information
#EFB7EC (or 0xEFB7EC) is known color: French Lilac. HEX triplet: EF, B7 and EC. RGB value is (239,183,236). Sum of RGB (Red+Green+Blue) = 239+183+236=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7EC is #104813. Grayscale: #CDCDCD. Windows color (decimal): -1067028 or 15513583. OLE color: 15513583.
HSL color Cylindrical-coordinate representation of color #EFB7EC: hue angle of 303.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB7EC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 236 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.06 |
| HSL | 303.21º | 0.64% | 0.83% | - |
| HSV(B) | 303.21º | 0.23% | 0.94% | - |
| XYZ | 67.67 | 58.27 | 87.04 | - |
| YUV | 205.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 236 | 0 | 0.23 | 0.01 | 0.06 | 303.21 | 0.64 | 0.83 |
| Hex | EF | B7 | EC | 0 | 17 | 1 | 6 | 12F | 40 | 53 |
| Octal | 357 | 267 | 354 | 0 | 27 | 1 | 6 | 457 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11101100 | 0 | 10111 | 1 | 110 | 100101111 | 1000000 | 1010011 |
Color Harmonies of #EFB7EC
Complementary color
Monochromatic Colors of #EFB7EC
Black with #EFB7EC
Text Example
Text Example
White with #EFB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7EC; }
p { color: rgb(239,183,236); }
H1.HeaderClassName
{
color: #EFB7EC;
}
.AnyTagClassName
{
color: #EFB7EC;
}
</style>
background-color css
<style>
a { background-color: #EFB7EC; }
a { background-color: rgb(239,183,236); }
div.DivClassName
{
background-color: #EFB7EC;
}
.BgClassName
{
background-color: #EFB7EC;
}
</style>
border-color css
<style>
span { border-color: #EFB7EC; }
span { border-color: rgb(239,183,236); }
td.TdClassName
{
border-color: #EFB7EC;
}
.TagClassName
{
border-color: #EFB7EC;
}
</style>