Shades of French Lilac #EFBBE5
Tints of French Lilac #EFBBE5
RGB
CMYK
RGB Variations
Color information
#EFBBE5 (or 0xEFBBE5) is known color: French Lilac. HEX triplet: EF, BB and E5. RGB value is (239,187,229). Sum of RGB (Red+Green+Blue) = 239+187+229=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBE5 is #10441A. Grayscale: #CFCFCF. Windows color (decimal): -1066011 or 15055855. OLE color: 15055855.
HSL color Cylindrical-coordinate representation of color #EFBBE5: hue angle of 311.54º 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 #EFBBE5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 229 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.06 |
| HSL | 311.54º | 0.62% | 0.84% | - |
| HSV(B) | 311.54º | 0.22% | 0.94% | - |
| XYZ | 67.51 | 59.55 | 82.06 | - |
| YUV | 207.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 229 | 0 | 0.22 | 0.04 | 0.06 | 311.54 | 0.62 | 0.84 |
| Hex | EF | BB | E5 | 0 | 16 | 4 | 6 | 138 | 3E | 54 |
| Octal | 357 | 273 | 345 | 0 | 26 | 4 | 6 | 470 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11100101 | 0 | 10110 | 100 | 110 | 100111000 | 111110 | 1010100 |
Color Harmonies of #EFBBE5
Complementary color
Monochromatic Colors of #EFBBE5
Black with #EFBBE5
Text Example
Text Example
White with #EFBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBE5; }
p { color: rgb(239,187,229); }
H1.HeaderClassName
{
color: #EFBBE5;
}
.AnyTagClassName
{
color: #EFBBE5;
}
</style>
background-color css
<style>
a { background-color: #EFBBE5; }
a { background-color: rgb(239,187,229); }
div.DivClassName
{
background-color: #EFBBE5;
}
.BgClassName
{
background-color: #EFBBE5;
}
</style>
border-color css
<style>
span { border-color: #EFBBE5; }
span { border-color: rgb(239,187,229); }
td.TdClassName
{
border-color: #EFBBE5;
}
.TagClassName
{
border-color: #EFBBE5;
}
</style>