Shades of French Lilac #EFB5DD
Tints of French Lilac #EFB5DD
RGB
CMYK
RGB Variations
Color information
#EFB5DD (or 0xEFB5DD) is known color: French Lilac. HEX triplet: EF, B5 and DD. RGB value is (239,181,221). Sum of RGB (Red+Green+Blue) = 239+181+221=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5DD is #104A22. Grayscale: #CACACA. Windows color (decimal): -1067555 or 14530031. OLE color: 14530031.
HSL color Cylindrical-coordinate representation of color #EFB5DD: hue angle of 318.62º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5DD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 221 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.06 |
| HSL | 318.62º | 0.64% | 0.82% | - |
| HSV(B) | 318.62º | 0.24% | 0.94% | - |
| XYZ | 65.17 | 56.62 | 75.9 | - |
| YUV | 202.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 221 | 0 | 0.24 | 0.08 | 0.06 | 318.62 | 0.64 | 0.82 |
| Hex | EF | B5 | DD | 0 | 18 | 8 | 6 | 13F | 40 | 52 |
| Octal | 357 | 265 | 335 | 0 | 30 | 10 | 6 | 477 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11011101 | 0 | 11000 | 1000 | 110 | 100111111 | 1000000 | 1010010 |
Color Harmonies of #EFB5DD
Complementary color
Monochromatic Colors of #EFB5DD
Black with #EFB5DD
Text Example
Text Example
White with #EFB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5DD; }
p { color: rgb(239,181,221); }
H1.HeaderClassName
{
color: #EFB5DD;
}
.AnyTagClassName
{
color: #EFB5DD;
}
</style>
background-color css
<style>
a { background-color: #EFB5DD; }
a { background-color: rgb(239,181,221); }
div.DivClassName
{
background-color: #EFB5DD;
}
.BgClassName
{
background-color: #EFB5DD;
}
</style>
border-color css
<style>
span { border-color: #EFB5DD; }
span { border-color: rgb(239,181,221); }
td.TdClassName
{
border-color: #EFB5DD;
}
.TagClassName
{
border-color: #EFB5DD;
}
</style>