Shades of French Lilac #EFBEE8
Tints of French Lilac #EFBEE8
RGB
CMYK
RGB Variations
Color information
#EFBEE8 (or 0xEFBEE8) is known color: French Lilac. HEX triplet: EF, BE and E8. RGB value is (239,190,232). Sum of RGB (Red+Green+Blue) = 239+190+232=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEE8 is #104117. Grayscale: #D1D1D1. Windows color (decimal): -1065240 or 15253231. OLE color: 15253231.
HSL color Cylindrical-coordinate representation of color #EFBEE8: hue angle of 308.57º 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 #EFBEE8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 232 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.06 |
| HSL | 308.57º | 0.6% | 0.84% | - |
| HSV(B) | 308.57º | 0.21% | 0.94% | - |
| XYZ | 68.58 | 61 | 84.5 | - |
| YUV | 209.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 232 | 0 | 0.21 | 0.03 | 0.06 | 308.57 | 0.6 | 0.84 |
| Hex | EF | BE | E8 | 0 | 15 | 3 | 6 | 135 | 3C | 54 |
| Octal | 357 | 276 | 350 | 0 | 25 | 3 | 6 | 465 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11101000 | 0 | 10101 | 11 | 110 | 100110101 | 111100 | 1010100 |
Color Harmonies of #EFBEE8
Complementary color
Monochromatic Colors of #EFBEE8
Black with #EFBEE8
Text Example
Text Example
White with #EFBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEE8; }
p { color: rgb(239,190,232); }
H1.HeaderClassName
{
color: #EFBEE8;
}
.AnyTagClassName
{
color: #EFBEE8;
}
</style>
background-color css
<style>
a { background-color: #EFBEE8; }
a { background-color: rgb(239,190,232); }
div.DivClassName
{
background-color: #EFBEE8;
}
.BgClassName
{
background-color: #EFBEE8;
}
</style>
border-color css
<style>
span { border-color: #EFBEE8; }
span { border-color: rgb(239,190,232); }
td.TdClassName
{
border-color: #EFBEE8;
}
.TagClassName
{
border-color: #EFBEE8;
}
</style>