Shades of French Lilac #EBB7DD
Tints of French Lilac #EBB7DD
RGB
CMYK
RGB Variations
Color information
#EBB7DD (or 0xEBB7DD) is known color: French Lilac. HEX triplet: EB, B7 and DD. RGB value is (235,183,221). Sum of RGB (Red+Green+Blue) = 235+183+221=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7DD is #144822. Grayscale: #CACACA. Windows color (decimal): -1329187 or 14530539. OLE color: 14530539.
HSL color Cylindrical-coordinate representation of color #EBB7DD: hue angle of 316.15º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB7DD is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 221 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.08 |
| HSL | 316.15º | 0.57% | 0.82% | - |
| HSV(B) | 316.15º | 0.22% | 0.92% | - |
| XYZ | 64.25 | 56.75 | 75.97 | - |
| YUV | 202.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 221 | 0 | 0.22 | 0.06 | 0.08 | 316.15 | 0.57 | 0.82 |
| Hex | EB | B7 | DD | 0 | 16 | 6 | 8 | 13C | 39 | 52 |
| Octal | 353 | 267 | 335 | 0 | 26 | 6 | 10 | 474 | 71 | 122 |
| Binary | 11101011 | 10110111 | 11011101 | 0 | 10110 | 110 | 1000 | 100111100 | 111001 | 1010010 |
Color Harmonies of #EBB7DD
Complementary color
Monochromatic Colors of #EBB7DD
Black with #EBB7DD
Text Example
Text Example
White with #EBB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7DD; }
p { color: rgb(235,183,221); }
H1.HeaderClassName
{
color: #EBB7DD;
}
.AnyTagClassName
{
color: #EBB7DD;
}
</style>
background-color css
<style>
a { background-color: #EBB7DD; }
a { background-color: rgb(235,183,221); }
div.DivClassName
{
background-color: #EBB7DD;
}
.BgClassName
{
background-color: #EBB7DD;
}
</style>
border-color css
<style>
span { border-color: #EBB7DD; }
span { border-color: rgb(235,183,221); }
td.TdClassName
{
border-color: #EBB7DD;
}
.TagClassName
{
border-color: #EBB7DD;
}
</style>