Shades of French Lilac #EFB4DE
Tints of French Lilac #EFB4DE
RGB
CMYK
RGB Variations
Color information
#EFB4DE (or 0xEFB4DE) is known color: French Lilac. HEX triplet: EF, B4 and DE. RGB value is (239,180,222). Sum of RGB (Red+Green+Blue) = 239+180+222=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4DE is #104B21. Grayscale: #CACACA. Windows color (decimal): -1067810 or 14595311. OLE color: 14595311.
HSL color Cylindrical-coordinate representation of color #EFB4DE: hue angle of 317.29º 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 #EFB4DE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 222 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.06 |
| HSL | 317.29º | 0.65% | 0.82% | - |
| HSV(B) | 317.29º | 0.25% | 0.94% | - |
| XYZ | 65.1 | 56.27 | 76.54 | - |
| YUV | 202.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 222 | 0 | 0.25 | 0.07 | 0.06 | 317.29 | 0.65 | 0.82 |
| Hex | EF | B4 | DE | 0 | 19 | 7 | 6 | 13D | 41 | 52 |
| Octal | 357 | 264 | 336 | 0 | 31 | 7 | 6 | 475 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11011110 | 0 | 11001 | 111 | 110 | 100111101 | 1000001 | 1010010 |
Color Harmonies of #EFB4DE
Complementary color
Monochromatic Colors of #EFB4DE
Black with #EFB4DE
Text Example
Text Example
White with #EFB4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4DE; }
p { color: rgb(239,180,222); }
H1.HeaderClassName
{
color: #EFB4DE;
}
.AnyTagClassName
{
color: #EFB4DE;
}
</style>
background-color css
<style>
a { background-color: #EFB4DE; }
a { background-color: rgb(239,180,222); }
div.DivClassName
{
background-color: #EFB4DE;
}
.BgClassName
{
background-color: #EFB4DE;
}
</style>
border-color css
<style>
span { border-color: #EFB4DE; }
span { border-color: rgb(239,180,222); }
td.TdClassName
{
border-color: #EFB4DE;
}
.TagClassName
{
border-color: #EFB4DE;
}
</style>