Shades of French Lilac #EBB2DD
Tints of French Lilac #EBB2DD
RGB
CMYK
RGB Variations
Color information
#EBB2DD (or 0xEBB2DD) is known color: French Lilac. HEX triplet: EB, B2 and DD. RGB value is (235,178,221). Sum of RGB (Red+Green+Blue) = 235+178+221=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2DD is #144D22. Grayscale: #C7C7C7. Windows color (decimal): -1330467 or 14529259. OLE color: 14529259.
HSL color Cylindrical-coordinate representation of color #EBB2DD: hue angle of 314.74º degrees, saturation: 0.59, 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 #EBB2DD is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 221 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.08 |
| HSL | 314.74º | 0.59% | 0.81% | - |
| HSV(B) | 314.74º | 0.24% | 0.92% | - |
| XYZ | 63.23 | 54.72 | 75.64 | - |
| YUV | 199.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 221 | 0 | 0.24 | 0.06 | 0.08 | 314.74 | 0.59 | 0.81 |
| Hex | EB | B2 | DD | 0 | 18 | 6 | 8 | 13B | 3B | 51 |
| Octal | 353 | 262 | 335 | 0 | 30 | 6 | 10 | 473 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11011101 | 0 | 11000 | 110 | 1000 | 100111011 | 111011 | 1010001 |
Color Harmonies of #EBB2DD
Complementary color
Monochromatic Colors of #EBB2DD
Black with #EBB2DD
Text Example
Text Example
White with #EBB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2DD; }
p { color: rgb(235,178,221); }
H1.HeaderClassName
{
color: #EBB2DD;
}
.AnyTagClassName
{
color: #EBB2DD;
}
</style>
background-color css
<style>
a { background-color: #EBB2DD; }
a { background-color: rgb(235,178,221); }
div.DivClassName
{
background-color: #EBB2DD;
}
.BgClassName
{
background-color: #EBB2DD;
}
</style>
border-color css
<style>
span { border-color: #EBB2DD; }
span { border-color: rgb(235,178,221); }
td.TdClassName
{
border-color: #EBB2DD;
}
.TagClassName
{
border-color: #EBB2DD;
}
</style>