Shades of French Lilac #EBB2D8
Tints of French Lilac #EBB2D8
RGB
CMYK
RGB Variations
Color information
#EBB2D8 (or 0xEBB2D8) is known color: French Lilac. HEX triplet: EB, B2 and D8. RGB value is (235,178,216). Sum of RGB (Red+Green+Blue) = 235+178+216=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2D8 is #144D27. Grayscale: #C7C7C7. Windows color (decimal): -1330472 or 14201579. OLE color: 14201579.
HSL color Cylindrical-coordinate representation of color #EBB2D8: hue angle of 320º 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 #EBB2D8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 216 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.08 |
| HSL | 320º | 0.59% | 0.81% | - |
| HSV(B) | 320º | 0.24% | 0.92% | - |
| XYZ | 62.58 | 54.46 | 72.18 | - |
| YUV | 199.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 216 | 0 | 0.24 | 0.08 | 0.08 | 320 | 0.59 | 0.81 |
| Hex | EB | B2 | D8 | 0 | 18 | 8 | 8 | 140 | 3B | 51 |
| Octal | 353 | 262 | 330 | 0 | 30 | 10 | 10 | 500 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11011000 | 0 | 11000 | 1000 | 1000 | 101000000 | 111011 | 1010001 |
Color Harmonies of #EBB2D8
Complementary color
Monochromatic Colors of #EBB2D8
Black with #EBB2D8
Text Example
Text Example
White with #EBB2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2D8; }
p { color: rgb(235,178,216); }
H1.HeaderClassName
{
color: #EBB2D8;
}
.AnyTagClassName
{
color: #EBB2D8;
}
</style>
background-color css
<style>
a { background-color: #EBB2D8; }
a { background-color: rgb(235,178,216); }
div.DivClassName
{
background-color: #EBB2D8;
}
.BgClassName
{
background-color: #EBB2D8;
}
</style>
border-color css
<style>
span { border-color: #EBB2D8; }
span { border-color: rgb(235,178,216); }
td.TdClassName
{
border-color: #EBB2D8;
}
.TagClassName
{
border-color: #EBB2D8;
}
</style>