Shades of French Lilac #EFB3DE
Tints of French Lilac #EFB3DE
RGB
CMYK
RGB Variations
Color information
#EFB3DE (or 0xEFB3DE) is known color: French Lilac. HEX triplet: EF, B3 and DE. RGB value is (239,179,222). Sum of RGB (Red+Green+Blue) = 239+179+222=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3DE is #104C21. Grayscale: #C9C9C9. Windows color (decimal): -1068066 or 14595055. OLE color: 14595055.
HSL color Cylindrical-coordinate representation of color #EFB3DE: hue angle of 317º 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 #EFB3DE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 222 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.06 |
| HSL | 317º | 0.65% | 0.82% | - |
| HSV(B) | 317º | 0.25% | 0.94% | - |
| XYZ | 64.9 | 55.86 | 76.47 | - |
| YUV | 201.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 222 | 0 | 0.25 | 0.07 | 0.06 | 317 | 0.65 | 0.82 |
| Hex | EF | B3 | DE | 0 | 19 | 7 | 6 | 13D | 41 | 52 |
| Octal | 357 | 263 | 336 | 0 | 31 | 7 | 6 | 475 | 101 | 122 |
| Binary | 11101111 | 10110011 | 11011110 | 0 | 11001 | 111 | 110 | 100111101 | 1000001 | 1010010 |
Color Harmonies of #EFB3DE
Complementary color
Monochromatic Colors of #EFB3DE
Black with #EFB3DE
Text Example
Text Example
White with #EFB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3DE; }
p { color: rgb(239,179,222); }
H1.HeaderClassName
{
color: #EFB3DE;
}
.AnyTagClassName
{
color: #EFB3DE;
}
</style>
background-color css
<style>
a { background-color: #EFB3DE; }
a { background-color: rgb(239,179,222); }
div.DivClassName
{
background-color: #EFB3DE;
}
.BgClassName
{
background-color: #EFB3DE;
}
</style>
border-color css
<style>
span { border-color: #EFB3DE; }
span { border-color: rgb(239,179,222); }
td.TdClassName
{
border-color: #EFB3DE;
}
.TagClassName
{
border-color: #EFB3DE;
}
</style>