Shades of French Lilac #EBB0DD
Tints of French Lilac #EBB0DD
RGB
CMYK
RGB Variations
Color information
#EBB0DD (or 0xEBB0DD) is known color: French Lilac. HEX triplet: EB, B0 and DD. RGB value is (235,176,221). Sum of RGB (Red+Green+Blue) = 235+176+221=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0DD is #144F22. Grayscale: #C6C6C6. Windows color (decimal): -1330979 or 14528747. OLE color: 14528747.
HSL color Cylindrical-coordinate representation of color #EBB0DD: hue angle of 314.24º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0DD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 221 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.08 |
| HSL | 314.24º | 0.6% | 0.81% | - |
| HSV(B) | 314.24º | 0.25% | 0.92% | - |
| XYZ | 62.84 | 53.93 | 75.5 | - |
| YUV | 198.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 221 | 0 | 0.25 | 0.06 | 0.08 | 314.24 | 0.6 | 0.81 |
| Hex | EB | B0 | DD | 0 | 19 | 6 | 8 | 13A | 3C | 51 |
| Octal | 353 | 260 | 335 | 0 | 31 | 6 | 10 | 472 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11011101 | 0 | 11001 | 110 | 1000 | 100111010 | 111100 | 1010001 |
Color Harmonies of #EBB0DD
Complementary color
Monochromatic Colors of #EBB0DD
Black with #EBB0DD
Text Example
Text Example
White with #EBB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0DD; }
p { color: rgb(235,176,221); }
H1.HeaderClassName
{
color: #EBB0DD;
}
.AnyTagClassName
{
color: #EBB0DD;
}
</style>
background-color css
<style>
a { background-color: #EBB0DD; }
a { background-color: rgb(235,176,221); }
div.DivClassName
{
background-color: #EBB0DD;
}
.BgClassName
{
background-color: #EBB0DD;
}
</style>
border-color css
<style>
span { border-color: #EBB0DD; }
span { border-color: rgb(235,176,221); }
td.TdClassName
{
border-color: #EBB0DD;
}
.TagClassName
{
border-color: #EBB0DD;
}
</style>