Shades of French Lilac #EFBDEC
Tints of French Lilac #EFBDEC
RGB
CMYK
RGB Variations
Color information
#EFBDEC (or 0xEFBDEC) is known color: French Lilac. HEX triplet: EF, BD and EC. RGB value is (239,189,236). Sum of RGB (Red+Green+Blue) = 239+189+236=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEC is #104213. Grayscale: #D1D1D1. Windows color (decimal): -1065492 or 15515119. OLE color: 15515119.
HSL color Cylindrical-coordinate representation of color #EFBDEC: hue angle of 303.6º degrees, saturation: 0.61, 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 #EFBDEC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 236 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.06 |
| HSL | 303.6º | 0.61% | 0.84% | - |
| HSV(B) | 303.6º | 0.21% | 0.94% | - |
| XYZ | 68.93 | 60.8 | 87.46 | - |
| YUV | 209.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 236 | 0 | 0.21 | 0.01 | 0.06 | 303.6 | 0.61 | 0.84 |
| Hex | EF | BD | EC | 0 | 15 | 1 | 6 | 130 | 3D | 54 |
| Octal | 357 | 275 | 354 | 0 | 25 | 1 | 6 | 460 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11101100 | 0 | 10101 | 1 | 110 | 100110000 | 111101 | 1010100 |
Color Harmonies of #EFBDEC
Complementary color
Monochromatic Colors of #EFBDEC
Black with #EFBDEC
Text Example
Text Example
White with #EFBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDEC; }
p { color: rgb(239,189,236); }
H1.HeaderClassName
{
color: #EFBDEC;
}
.AnyTagClassName
{
color: #EFBDEC;
}
</style>
background-color css
<style>
a { background-color: #EFBDEC; }
a { background-color: rgb(239,189,236); }
div.DivClassName
{
background-color: #EFBDEC;
}
.BgClassName
{
background-color: #EFBDEC;
}
</style>
border-color css
<style>
span { border-color: #EFBDEC; }
span { border-color: rgb(239,189,236); }
td.TdClassName
{
border-color: #EFBDEC;
}
.TagClassName
{
border-color: #EFBDEC;
}
</style>