Shades of French Lilac #EFBEE0
Tints of French Lilac #EFBEE0
RGB
CMYK
RGB Variations
Color information
#EFBEE0 (or 0xEFBEE0) is known color: French Lilac. HEX triplet: EF, BE and E0. RGB value is (239,190,224). Sum of RGB (Red+Green+Blue) = 239+190+224=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEE0 is #10411F. Grayscale: #D0D0D0. Windows color (decimal): -1065248 or 14728943. OLE color: 14728943.
HSL color Cylindrical-coordinate representation of color #EFBEE0: hue angle of 318.37º 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 #EFBEE0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 224 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.06 |
| HSL | 318.37º | 0.6% | 0.84% | - |
| HSV(B) | 318.37º | 0.21% | 0.94% | - |
| XYZ | 67.46 | 60.56 | 78.65 | - |
| YUV | 208.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 224 | 0 | 0.21 | 0.06 | 0.06 | 318.37 | 0.6 | 0.84 |
| Hex | EF | BE | E0 | 0 | 15 | 6 | 6 | 13E | 3C | 54 |
| Octal | 357 | 276 | 340 | 0 | 25 | 6 | 6 | 476 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11100000 | 0 | 10101 | 110 | 110 | 100111110 | 111100 | 1010100 |
Color Harmonies of #EFBEE0
Complementary color
Monochromatic Colors of #EFBEE0
Black with #EFBEE0
Text Example
Text Example
White with #EFBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEE0; }
p { color: rgb(239,190,224); }
H1.HeaderClassName
{
color: #EFBEE0;
}
.AnyTagClassName
{
color: #EFBEE0;
}
</style>
background-color css
<style>
a { background-color: #EFBEE0; }
a { background-color: rgb(239,190,224); }
div.DivClassName
{
background-color: #EFBEE0;
}
.BgClassName
{
background-color: #EFBEE0;
}
</style>
border-color css
<style>
span { border-color: #EFBEE0; }
span { border-color: rgb(239,190,224); }
td.TdClassName
{
border-color: #EFBEE0;
}
.TagClassName
{
border-color: #EFBEE0;
}
</style>