Shades of French Lilac #EBB3D9
Tints of French Lilac #EBB3D9
RGB
CMYK
RGB Variations
Color information
#EBB3D9 (or 0xEBB3D9) is known color: French Lilac. HEX triplet: EB, B3 and D9. RGB value is (235,179,217). Sum of RGB (Red+Green+Blue) = 235+179+217=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3D9 is #144C26. Grayscale: #C7C7C7. Windows color (decimal): -1330215 or 14267371. OLE color: 14267371.
HSL color Cylindrical-coordinate representation of color #EBB3D9: hue angle of 319.29º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3D9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 217 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.08 |
| HSL | 319.29º | 0.58% | 0.81% | - |
| HSV(B) | 319.29º | 0.24% | 0.92% | - |
| XYZ | 62.91 | 54.91 | 72.93 | - |
| YUV | 200.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 217 | 0 | 0.24 | 0.08 | 0.08 | 319.29 | 0.58 | 0.81 |
| Hex | EB | B3 | D9 | 0 | 18 | 8 | 8 | 13F | 3A | 51 |
| Octal | 353 | 263 | 331 | 0 | 30 | 10 | 10 | 477 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11011001 | 0 | 11000 | 1000 | 1000 | 100111111 | 111010 | 1010001 |
Color Harmonies of #EBB3D9
Complementary color
Monochromatic Colors of #EBB3D9
Black with #EBB3D9
Text Example
Text Example
White with #EBB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3D9; }
p { color: rgb(235,179,217); }
H1.HeaderClassName
{
color: #EBB3D9;
}
.AnyTagClassName
{
color: #EBB3D9;
}
</style>
background-color css
<style>
a { background-color: #EBB3D9; }
a { background-color: rgb(235,179,217); }
div.DivClassName
{
background-color: #EBB3D9;
}
.BgClassName
{
background-color: #EBB3D9;
}
</style>
border-color css
<style>
span { border-color: #EBB3D9; }
span { border-color: rgb(235,179,217); }
td.TdClassName
{
border-color: #EBB3D9;
}
.TagClassName
{
border-color: #EBB3D9;
}
</style>