Shades of French Lilac #EFB6E0
Tints of French Lilac #EFB6E0
RGB
CMYK
RGB Variations
Color information
#EFB6E0 (or 0xEFB6E0) is known color: French Lilac. HEX triplet: EF, B6 and E0. RGB value is (239,182,224). Sum of RGB (Red+Green+Blue) = 239+182+224=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 182 (71.48% from 255 or 28.22% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6E0 is #10491F. Grayscale: #CBCBCB. Windows color (decimal): -1067296 or 14726895. OLE color: 14726895.
HSL color Cylindrical-coordinate representation of color #EFB6E0: hue angle of 315.79º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6E0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 224 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.06 |
| HSL | 315.79º | 0.64% | 0.83% | - |
| HSV(B) | 315.79º | 0.24% | 0.94% | - |
| XYZ | 65.78 | 57.19 | 78.09 | - |
| YUV | 203.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 224 | 0 | 0.24 | 0.06 | 0.06 | 315.79 | 0.64 | 0.83 |
| Hex | EF | B6 | E0 | 0 | 18 | 6 | 6 | 13C | 40 | 53 |
| Octal | 357 | 266 | 340 | 0 | 30 | 6 | 6 | 474 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11100000 | 0 | 11000 | 110 | 110 | 100111100 | 1000000 | 1010011 |
Color Harmonies of #EFB6E0
Complementary color
Monochromatic Colors of #EFB6E0
Black with #EFB6E0
Text Example
Text Example
White with #EFB6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6E0; }
p { color: rgb(239,182,224); }
H1.HeaderClassName
{
color: #EFB6E0;
}
.AnyTagClassName
{
color: #EFB6E0;
}
</style>
background-color css
<style>
a { background-color: #EFB6E0; }
a { background-color: rgb(239,182,224); }
div.DivClassName
{
background-color: #EFB6E0;
}
.BgClassName
{
background-color: #EFB6E0;
}
</style>
border-color css
<style>
span { border-color: #EFB6E0; }
span { border-color: rgb(239,182,224); }
td.TdClassName
{
border-color: #EFB6E0;
}
.TagClassName
{
border-color: #EFB6E0;
}
</style>