Shades of French Lilac #EFBEEC
Tints of French Lilac #EFBEEC
RGB
CMYK
RGB Variations
Color information
#EFBEEC (or 0xEFBEEC) is known color: French Lilac. HEX triplet: EF, BE and EC. RGB value is (239,190,236). Sum of RGB (Red+Green+Blue) = 239+190+236=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEEC is #104113. Grayscale: #D1D1D1. Windows color (decimal): -1065236 or 15515375. OLE color: 15515375.
HSL color Cylindrical-coordinate representation of color #EFBEEC: hue angle of 303.67º 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 #EFBEEC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 236 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.06 |
| HSL | 303.67º | 0.6% | 0.84% | - |
| HSV(B) | 303.67º | 0.21% | 0.94% | - |
| XYZ | 69.15 | 61.23 | 87.53 | - |
| YUV | 209.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 236 | 0 | 0.21 | 0.01 | 0.06 | 303.67 | 0.6 | 0.84 |
| Hex | EF | BE | EC | 0 | 15 | 1 | 6 | 130 | 3C | 54 |
| Octal | 357 | 276 | 354 | 0 | 25 | 1 | 6 | 460 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11101100 | 0 | 10101 | 1 | 110 | 100110000 | 111100 | 1010100 |
Color Harmonies of #EFBEEC
Complementary color
Monochromatic Colors of #EFBEEC
Black with #EFBEEC
Text Example
Text Example
White with #EFBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEEC; }
p { color: rgb(239,190,236); }
H1.HeaderClassName
{
color: #EFBEEC;
}
.AnyTagClassName
{
color: #EFBEEC;
}
</style>
background-color css
<style>
a { background-color: #EFBEEC; }
a { background-color: rgb(239,190,236); }
div.DivClassName
{
background-color: #EFBEEC;
}
.BgClassName
{
background-color: #EFBEEC;
}
</style>
border-color css
<style>
span { border-color: #EFBEEC; }
span { border-color: rgb(239,190,236); }
td.TdClassName
{
border-color: #EFBEEC;
}
.TagClassName
{
border-color: #EFBEEC;
}
</style>