Shades of French Lilac #EBB9DD
Tints of French Lilac #EBB9DD
RGB
CMYK
RGB Variations
Color information
#EBB9DD (or 0xEBB9DD) is known color: French Lilac. HEX triplet: EB, B9 and DD. RGB value is (235,185,221). Sum of RGB (Red+Green+Blue) = 235+185+221=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9DD is #144622. Grayscale: #CBCBCB. Windows color (decimal): -1328675 or 14531051. OLE color: 14531051.
HSL color Cylindrical-coordinate representation of color #EBB9DD: hue angle of 316.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9DD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 221 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 316.8º | 0.56% | 0.82% | - |
| HSV(B) | 316.8º | 0.21% | 0.92% | - |
| XYZ | 64.66 | 57.58 | 76.11 | - |
| YUV | 204.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 221 | 0 | 0.21 | 0.06 | 0.08 | 316.8 | 0.56 | 0.82 |
| Hex | EB | B9 | DD | 0 | 15 | 6 | 8 | 13D | 38 | 52 |
| Octal | 353 | 271 | 335 | 0 | 25 | 6 | 10 | 475 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11011101 | 0 | 10101 | 110 | 1000 | 100111101 | 111000 | 1010010 |
Color Harmonies of #EBB9DD
Complementary color
Monochromatic Colors of #EBB9DD
Black with #EBB9DD
Text Example
Text Example
White with #EBB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9DD; }
p { color: rgb(235,185,221); }
H1.HeaderClassName
{
color: #EBB9DD;
}
.AnyTagClassName
{
color: #EBB9DD;
}
</style>
background-color css
<style>
a { background-color: #EBB9DD; }
a { background-color: rgb(235,185,221); }
div.DivClassName
{
background-color: #EBB9DD;
}
.BgClassName
{
background-color: #EBB9DD;
}
</style>
border-color css
<style>
span { border-color: #EBB9DD; }
span { border-color: rgb(235,185,221); }
td.TdClassName
{
border-color: #EBB9DD;
}
.TagClassName
{
border-color: #EBB9DD;
}
</style>