Shades of French Lilac #EFB6DD
Tints of French Lilac #EFB6DD
RGB
CMYK
RGB Variations
Color information
#EFB6DD (or 0xEFB6DD) is known color: French Lilac. HEX triplet: EF, B6 and DD. RGB value is (239,182,221). Sum of RGB (Red+Green+Blue) = 239+182+221=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DD is #104922. Grayscale: #CBCBCB. Windows color (decimal): -1067299 or 14530287. OLE color: 14530287.
HSL color Cylindrical-coordinate representation of color #EFB6DD: hue angle of 318.95º 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 #EFB6DD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 221 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.06 |
| HSL | 318.95º | 0.64% | 0.83% | - |
| HSV(B) | 318.95º | 0.24% | 0.94% | - |
| XYZ | 65.38 | 57.03 | 75.97 | - |
| YUV | 203.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 221 | 0 | 0.24 | 0.08 | 0.06 | 318.95 | 0.64 | 0.83 |
| Hex | EF | B6 | DD | 0 | 18 | 8 | 6 | 13F | 40 | 53 |
| Octal | 357 | 266 | 335 | 0 | 30 | 10 | 6 | 477 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11011101 | 0 | 11000 | 1000 | 110 | 100111111 | 1000000 | 1010011 |
Color Harmonies of #EFB6DD
Complementary color
Monochromatic Colors of #EFB6DD
Black with #EFB6DD
Text Example
Text Example
White with #EFB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6DD; }
p { color: rgb(239,182,221); }
H1.HeaderClassName
{
color: #EFB6DD;
}
.AnyTagClassName
{
color: #EFB6DD;
}
</style>
background-color css
<style>
a { background-color: #EFB6DD; }
a { background-color: rgb(239,182,221); }
div.DivClassName
{
background-color: #EFB6DD;
}
.BgClassName
{
background-color: #EFB6DD;
}
</style>
border-color css
<style>
span { border-color: #EFB6DD; }
span { border-color: rgb(239,182,221); }
td.TdClassName
{
border-color: #EFB6DD;
}
.TagClassName
{
border-color: #EFB6DD;
}
</style>