Shades of French Lilac #EBADD8
Tints of French Lilac #EBADD8
RGB
CMYK
RGB Variations
Color information
#EBADD8 (or 0xEBADD8) is known color: French Lilac. HEX triplet: EB, AD and D8. RGB value is (235,173,216). Sum of RGB (Red+Green+Blue) = 235+173+216=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD8 is #145227. Grayscale: #C4C4C4. Windows color (decimal): -1331752 or 14200299. OLE color: 14200299.
HSL color Cylindrical-coordinate representation of color #EBADD8: hue angle of 318.39º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADD8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 216 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.08 |
| HSL | 318.39º | 0.61% | 0.8% | - |
| HSV(B) | 318.39º | 0.26% | 0.92% | - |
| XYZ | 61.6 | 52.51 | 71.85 | - |
| YUV | 196.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 216 | 0 | 0.26 | 0.08 | 0.08 | 318.39 | 0.61 | 0.8 |
| Hex | EB | AD | D8 | 0 | 1A | 8 | 8 | 13E | 3D | 50 |
| Octal | 353 | 255 | 330 | 0 | 32 | 10 | 10 | 476 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11011000 | 0 | 11010 | 1000 | 1000 | 100111110 | 111101 | 1010000 |
Color Harmonies of #EBADD8
Complementary color
Monochromatic Colors of #EBADD8
Black with #EBADD8
Text Example
Text Example
White with #EBADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADD8; }
p { color: rgb(235,173,216); }
H1.HeaderClassName
{
color: #EBADD8;
}
.AnyTagClassName
{
color: #EBADD8;
}
</style>
background-color css
<style>
a { background-color: #EBADD8; }
a { background-color: rgb(235,173,216); }
div.DivClassName
{
background-color: #EBADD8;
}
.BgClassName
{
background-color: #EBADD8;
}
</style>
border-color css
<style>
span { border-color: #EBADD8; }
span { border-color: rgb(235,173,216); }
td.TdClassName
{
border-color: #EBADD8;
}
.TagClassName
{
border-color: #EBADD8;
}
</style>