Shades of French Lilac #EFBCDF
Tints of French Lilac #EFBCDF
RGB
CMYK
RGB Variations
Color information
#EFBCDF (or 0xEFBCDF) is known color: French Lilac. HEX triplet: EF, BC and DF. RGB value is (239,188,223). Sum of RGB (Red+Green+Blue) = 239+188+223=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCDF is #104320. Grayscale: #CFCFCF. Windows color (decimal): -1065761 or 14662895. OLE color: 14662895.
HSL color Cylindrical-coordinate representation of color #EFBCDF: hue angle of 318.82º 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 #EFBCDF is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 223 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.06 |
| HSL | 318.82º | 0.61% | 0.84% | - |
| HSV(B) | 318.82º | 0.21% | 0.94% | - |
| XYZ | 66.9 | 59.64 | 77.8 | - |
| YUV | 207.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 223 | 0 | 0.21 | 0.07 | 0.06 | 318.82 | 0.61 | 0.84 |
| Hex | EF | BC | DF | 0 | 15 | 7 | 6 | 13F | 3D | 54 |
| Octal | 357 | 274 | 337 | 0 | 25 | 7 | 6 | 477 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11011111 | 0 | 10101 | 111 | 110 | 100111111 | 111101 | 1010100 |
Color Harmonies of #EFBCDF
Complementary color
Monochromatic Colors of #EFBCDF
Black with #EFBCDF
Text Example
Text Example
White with #EFBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCDF; }
p { color: rgb(239,188,223); }
H1.HeaderClassName
{
color: #EFBCDF;
}
.AnyTagClassName
{
color: #EFBCDF;
}
</style>
background-color css
<style>
a { background-color: #EFBCDF; }
a { background-color: rgb(239,188,223); }
div.DivClassName
{
background-color: #EFBCDF;
}
.BgClassName
{
background-color: #EFBCDF;
}
</style>
border-color css
<style>
span { border-color: #EFBCDF; }
span { border-color: rgb(239,188,223); }
td.TdClassName
{
border-color: #EFBCDF;
}
.TagClassName
{
border-color: #EFBCDF;
}
</style>