Shades of French Lilac #EFBDEF
Tints of French Lilac #EFBDEF
RGB
CMYK
RGB Variations
Color information
#EFBDEF (or 0xEFBDEF) is known color: French Lilac. HEX triplet: EF, BD and EF. RGB value is (239,189,239). Sum of RGB (Red+Green+Blue) = 239+189+239=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEF is #104210. Grayscale: #D1D1D1. Windows color (decimal): -1065489 or 15711727. OLE color: 15711727.
HSL color Cylindrical-coordinate representation of color #EFBDEF: hue angle of 300º 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 #EFBDEF is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 239 | - |
| CMYK | 0 | 0.21 | 0 | 0.06 |
| HSL | 300º | 0.61% | 0.84% | - |
| HSV(B) | 300º | 0.21% | 0.94% | - |
| XYZ | 69.37 | 60.98 | 89.77 | - |
| YUV | 209.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 239 | 0 | 0.21 | 0 | 0.06 | 300 | 0.61 | 0.84 |
| Hex | EF | BD | EF | 0 | 15 | 0 | 6 | 12C | 3D | 54 |
| Octal | 357 | 275 | 357 | 0 | 25 | 0 | 6 | 454 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11101111 | 0 | 10101 | 0 | 110 | 100101100 | 111101 | 1010100 |
Color Harmonies of #EFBDEF
Complementary color
Monochromatic Colors of #EFBDEF
Black with #EFBDEF
Text Example
Text Example
White with #EFBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDEF; }
p { color: rgb(239,189,239); }
H1.HeaderClassName
{
color: #EFBDEF;
}
.AnyTagClassName
{
color: #EFBDEF;
}
</style>
background-color css
<style>
a { background-color: #EFBDEF; }
a { background-color: rgb(239,189,239); }
div.DivClassName
{
background-color: #EFBDEF;
}
.BgClassName
{
background-color: #EFBDEF;
}
</style>
border-color css
<style>
span { border-color: #EFBDEF; }
span { border-color: rgb(239,189,239); }
td.TdClassName
{
border-color: #EFBDEF;
}
.TagClassName
{
border-color: #EFBDEF;
}
</style>