Shades of French Lilac #EBADDB
Tints of French Lilac #EBADDB
RGB
CMYK
RGB Variations
Color information
#EBADDB (or 0xEBADDB) is known color: French Lilac. HEX triplet: EB, AD and DB. RGB value is (235,173,219). Sum of RGB (Red+Green+Blue) = 235+173+219=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDB is #145224. Grayscale: #C4C4C4. Windows color (decimal): -1331749 or 14396907. OLE color: 14396907.
HSL color Cylindrical-coordinate representation of color #EBADDB: hue angle of 315.48º 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 #EBADDB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 219 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.08 |
| HSL | 315.48º | 0.61% | 0.8% | - |
| HSV(B) | 315.48º | 0.26% | 0.92% | - |
| XYZ | 61.99 | 52.66 | 73.92 | - |
| YUV | 196.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 219 | 0 | 0.26 | 0.07 | 0.08 | 315.48 | 0.61 | 0.8 |
| Hex | EB | AD | DB | 0 | 1A | 7 | 8 | 13B | 3D | 50 |
| Octal | 353 | 255 | 333 | 0 | 32 | 7 | 10 | 473 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11011011 | 0 | 11010 | 111 | 1000 | 100111011 | 111101 | 1010000 |
Color Harmonies of #EBADDB
Complementary color
Monochromatic Colors of #EBADDB
Black with #EBADDB
Text Example
Text Example
White with #EBADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADDB; }
p { color: rgb(235,173,219); }
H1.HeaderClassName
{
color: #EBADDB;
}
.AnyTagClassName
{
color: #EBADDB;
}
</style>
background-color css
<style>
a { background-color: #EBADDB; }
a { background-color: rgb(235,173,219); }
div.DivClassName
{
background-color: #EBADDB;
}
.BgClassName
{
background-color: #EBADDB;
}
</style>
border-color css
<style>
span { border-color: #EBADDB; }
span { border-color: rgb(235,173,219); }
td.TdClassName
{
border-color: #EBADDB;
}
.TagClassName
{
border-color: #EBADDB;
}
</style>