Shades of French Lilac #EFBDEE
Tints of French Lilac #EFBDEE
RGB
CMYK
RGB Variations
Color information
#EFBDEE (or 0xEFBDEE) is known color: French Lilac. HEX triplet: EF, BD and EE. RGB value is (239,189,238). Sum of RGB (Red+Green+Blue) = 239+189+238=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEE is #104211. Grayscale: #D1D1D1. Windows color (decimal): -1065490 or 15646191. OLE color: 15646191.
HSL color Cylindrical-coordinate representation of color #EFBDEE: hue angle of 301.2º 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 #EFBDEE is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 238 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.06 |
| HSL | 301.2º | 0.61% | 0.84% | - |
| HSV(B) | 301.2º | 0.21% | 0.94% | - |
| XYZ | 69.23 | 60.92 | 89 | - |
| YUV | 209.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 238 | 0 | 0.21 | 0.00 | 0.06 | 301.2 | 0.61 | 0.84 |
| Hex | EF | BD | EE | 0 | 15 | 0 | 6 | 12D | 3D | 54 |
| Octal | 357 | 275 | 356 | 0 | 25 | 0 | 6 | 455 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11101110 | 0 | 10101 | 0 | 110 | 100101101 | 111101 | 1010100 |
Color Harmonies of #EFBDEE
Complementary color
Monochromatic Colors of #EFBDEE
Black with #EFBDEE
Text Example
Text Example
White with #EFBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDEE; }
p { color: rgb(239,189,238); }
H1.HeaderClassName
{
color: #EFBDEE;
}
.AnyTagClassName
{
color: #EFBDEE;
}
</style>
background-color css
<style>
a { background-color: #EFBDEE; }
a { background-color: rgb(239,189,238); }
div.DivClassName
{
background-color: #EFBDEE;
}
.BgClassName
{
background-color: #EFBDEE;
}
</style>
border-color css
<style>
span { border-color: #EFBDEE; }
span { border-color: rgb(239,189,238); }
td.TdClassName
{
border-color: #EFBDEE;
}
.TagClassName
{
border-color: #EFBDEE;
}
</style>