Shades of French Lilac #EFB3DC
Tints of French Lilac #EFB3DC
RGB
CMYK
RGB Variations
Color information
#EFB3DC (or 0xEFB3DC) is known color: French Lilac. HEX triplet: EF, B3 and DC. RGB value is (239,179,220). Sum of RGB (Red+Green+Blue) = 239+179+220=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3DC is #104C23. Grayscale: #C9C9C9. Windows color (decimal): -1068068 or 14463983. OLE color: 14463983.
HSL color Cylindrical-coordinate representation of color #EFB3DC: hue angle of 319º 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 #EFB3DC is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 220 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.06 |
| HSL | 319º | 0.65% | 0.82% | - |
| HSV(B) | 319º | 0.25% | 0.94% | - |
| XYZ | 64.63 | 55.76 | 75.07 | - |
| YUV | 201.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 220 | 0 | 0.25 | 0.08 | 0.06 | 319 | 0.65 | 0.82 |
| Hex | EF | B3 | DC | 0 | 19 | 8 | 6 | 13F | 41 | 52 |
| Octal | 357 | 263 | 334 | 0 | 31 | 10 | 6 | 477 | 101 | 122 |
| Binary | 11101111 | 10110011 | 11011100 | 0 | 11001 | 1000 | 110 | 100111111 | 1000001 | 1010010 |
Color Harmonies of #EFB3DC
Complementary color
Monochromatic Colors of #EFB3DC
Black with #EFB3DC
Text Example
Text Example
White with #EFB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3DC; }
p { color: rgb(239,179,220); }
H1.HeaderClassName
{
color: #EFB3DC;
}
.AnyTagClassName
{
color: #EFB3DC;
}
</style>
background-color css
<style>
a { background-color: #EFB3DC; }
a { background-color: rgb(239,179,220); }
div.DivClassName
{
background-color: #EFB3DC;
}
.BgClassName
{
background-color: #EFB3DC;
}
</style>
border-color css
<style>
span { border-color: #EFB3DC; }
span { border-color: rgb(239,179,220); }
td.TdClassName
{
border-color: #EFB3DC;
}
.TagClassName
{
border-color: #EFB3DC;
}
</style>