Shades of French Lilac #EFBFEB
Tints of French Lilac #EFBFEB
RGB
CMYK
RGB Variations
Color information
#EFBFEB (or 0xEFBFEB) is known color: French Lilac. HEX triplet: EF, BF and EB. RGB value is (239,191,235). Sum of RGB (Red+Green+Blue) = 239+191+235=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFEB is #104014. Grayscale: #D2D2D2. Windows color (decimal): -1064981 or 15450095. OLE color: 15450095.
HSL color Cylindrical-coordinate representation of color #EFBFEB: hue angle of 305º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFEB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 235 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.06 |
| HSL | 305º | 0.6% | 0.84% | - |
| HSV(B) | 305º | 0.2% | 0.94% | - |
| XYZ | 69.22 | 61.61 | 86.84 | - |
| YUV | 210.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 235 | 0 | 0.20 | 0.02 | 0.06 | 305 | 0.6 | 0.84 |
| Hex | EF | BF | EB | 0 | 14 | 2 | 6 | 131 | 3C | 54 |
| Octal | 357 | 277 | 353 | 0 | 24 | 2 | 6 | 461 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11101011 | 0 | 10100 | 10 | 110 | 100110001 | 111100 | 1010100 |
Color Harmonies of #EFBFEB
Complementary color
Monochromatic Colors of #EFBFEB
Black with #EFBFEB
Text Example
Text Example
White with #EFBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFEB; }
p { color: rgb(239,191,235); }
H1.HeaderClassName
{
color: #EFBFEB;
}
.AnyTagClassName
{
color: #EFBFEB;
}
</style>
background-color css
<style>
a { background-color: #EFBFEB; }
a { background-color: rgb(239,191,235); }
div.DivClassName
{
background-color: #EFBFEB;
}
.BgClassName
{
background-color: #EFBFEB;
}
</style>
border-color css
<style>
span { border-color: #EFBFEB; }
span { border-color: rgb(239,191,235); }
td.TdClassName
{
border-color: #EFBFEB;
}
.TagClassName
{
border-color: #EFBFEB;
}
</style>