Shades of French Lilac #EFBEEA
Tints of French Lilac #EFBEEA
RGB
CMYK
RGB Variations
Color information
#EFBEEA (or 0xEFBEEA) is known color: French Lilac. HEX triplet: EF, BE and EA. RGB value is (239,190,234). Sum of RGB (Red+Green+Blue) = 239+190+234=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEEA is #104115. Grayscale: #D1D1D1. Windows color (decimal): -1065238 or 15384303. OLE color: 15384303.
HSL color Cylindrical-coordinate representation of color #EFBEEA: hue angle of 306.12º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEEA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 234 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.06 |
| HSL | 306.12º | 0.6% | 0.84% | - |
| HSV(B) | 306.12º | 0.21% | 0.94% | - |
| XYZ | 68.86 | 61.12 | 86.01 | - |
| YUV | 209.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 234 | 0 | 0.21 | 0.02 | 0.06 | 306.12 | 0.6 | 0.84 |
| Hex | EF | BE | EA | 0 | 15 | 2 | 6 | 132 | 3C | 54 |
| Octal | 357 | 276 | 352 | 0 | 25 | 2 | 6 | 462 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11101010 | 0 | 10101 | 10 | 110 | 100110010 | 111100 | 1010100 |
Color Harmonies of #EFBEEA
Complementary color
Monochromatic Colors of #EFBEEA
Black with #EFBEEA
Text Example
Text Example
White with #EFBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEEA; }
p { color: rgb(239,190,234); }
H1.HeaderClassName
{
color: #EFBEEA;
}
.AnyTagClassName
{
color: #EFBEEA;
}
</style>
background-color css
<style>
a { background-color: #EFBEEA; }
a { background-color: rgb(239,190,234); }
div.DivClassName
{
background-color: #EFBEEA;
}
.BgClassName
{
background-color: #EFBEEA;
}
</style>
border-color css
<style>
span { border-color: #EFBEEA; }
span { border-color: rgb(239,190,234); }
td.TdClassName
{
border-color: #EFBEEA;
}
.TagClassName
{
border-color: #EFBEEA;
}
</style>