Shades of French Lilac #EFB4DF
Tints of French Lilac #EFB4DF
RGB
CMYK
RGB Variations
Color information
#EFB4DF (or 0xEFB4DF) is known color: French Lilac. HEX triplet: EF, B4 and DF. RGB value is (239,180,223). Sum of RGB (Red+Green+Blue) = 239+180+223=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4DF is #104B20. Grayscale: #CACACA. Windows color (decimal): -1067809 or 14660847. OLE color: 14660847.
HSL color Cylindrical-coordinate representation of color #EFB4DF: hue angle of 316.27º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4DF is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 223 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.06 |
| HSL | 316.27º | 0.65% | 0.82% | - |
| HSV(B) | 316.27º | 0.25% | 0.94% | - |
| XYZ | 65.24 | 56.32 | 77.24 | - |
| YUV | 202.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 223 | 0 | 0.25 | 0.07 | 0.06 | 316.27 | 0.65 | 0.82 |
| Hex | EF | B4 | DF | 0 | 19 | 7 | 6 | 13C | 41 | 52 |
| Octal | 357 | 264 | 337 | 0 | 31 | 7 | 6 | 474 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11011111 | 0 | 11001 | 111 | 110 | 100111100 | 1000001 | 1010010 |
Color Harmonies of #EFB4DF
Complementary color
Monochromatic Colors of #EFB4DF
Black with #EFB4DF
Text Example
Text Example
White with #EFB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4DF; }
p { color: rgb(239,180,223); }
H1.HeaderClassName
{
color: #EFB4DF;
}
.AnyTagClassName
{
color: #EFB4DF;
}
</style>
background-color css
<style>
a { background-color: #EFB4DF; }
a { background-color: rgb(239,180,223); }
div.DivClassName
{
background-color: #EFB4DF;
}
.BgClassName
{
background-color: #EFB4DF;
}
</style>
border-color css
<style>
span { border-color: #EFB4DF; }
span { border-color: rgb(239,180,223); }
td.TdClassName
{
border-color: #EFB4DF;
}
.TagClassName
{
border-color: #EFB4DF;
}
</style>