Shades of French Lilac #EFBBE9
Tints of French Lilac #EFBBE9
RGB
CMYK
RGB Variations
Color information
#EFBBE9 (or 0xEFBBE9) is known color: French Lilac. HEX triplet: EF, BB and E9. RGB value is (239,187,233). Sum of RGB (Red+Green+Blue) = 239+187+233=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBE9 is #104416. Grayscale: #CFCFCF. Windows color (decimal): -1066007 or 15317999. OLE color: 15317999.
HSL color Cylindrical-coordinate representation of color #EFBBE9: hue angle of 306.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBE9 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 233 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.06 |
| HSL | 306.92º | 0.62% | 0.84% | - |
| HSV(B) | 306.92º | 0.22% | 0.94% | - |
| XYZ | 68.07 | 59.77 | 85.04 | - |
| YUV | 207.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 233 | 0 | 0.22 | 0.03 | 0.06 | 306.92 | 0.62 | 0.84 |
| Hex | EF | BB | E9 | 0 | 16 | 3 | 6 | 133 | 3E | 54 |
| Octal | 357 | 273 | 351 | 0 | 26 | 3 | 6 | 463 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11101001 | 0 | 10110 | 11 | 110 | 100110011 | 111110 | 1010100 |
Color Harmonies of #EFBBE9
Complementary color
Monochromatic Colors of #EFBBE9
Black with #EFBBE9
Text Example
Text Example
White with #EFBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBE9; }
p { color: rgb(239,187,233); }
H1.HeaderClassName
{
color: #EFBBE9;
}
.AnyTagClassName
{
color: #EFBBE9;
}
</style>
background-color css
<style>
a { background-color: #EFBBE9; }
a { background-color: rgb(239,187,233); }
div.DivClassName
{
background-color: #EFBBE9;
}
.BgClassName
{
background-color: #EFBBE9;
}
</style>
border-color css
<style>
span { border-color: #EFBBE9; }
span { border-color: rgb(239,187,233); }
td.TdClassName
{
border-color: #EFBBE9;
}
.TagClassName
{
border-color: #EFBBE9;
}
</style>