Shades of French Lilac #EBADDC
Tints of French Lilac #EBADDC
RGB
CMYK
RGB Variations
Color information
#EBADDC (or 0xEBADDC) is known color: French Lilac. HEX triplet: EB, AD and DC. RGB value is (235,173,220). Sum of RGB (Red+Green+Blue) = 235+173+220=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDC is #145223. Grayscale: #C4C4C4. Windows color (decimal): -1331748 or 14462443. OLE color: 14462443.
HSL color Cylindrical-coordinate representation of color #EBADDC: hue angle of 314.52º 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 #EBADDC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 220 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.08 |
| HSL | 314.52º | 0.61% | 0.8% | - |
| HSV(B) | 314.52º | 0.26% | 0.92% | - |
| XYZ | 62.12 | 52.72 | 74.61 | - |
| YUV | 196.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 220 | 0 | 0.26 | 0.06 | 0.08 | 314.52 | 0.61 | 0.8 |
| Hex | EB | AD | DC | 0 | 1A | 6 | 8 | 13B | 3D | 50 |
| Octal | 353 | 255 | 334 | 0 | 32 | 6 | 10 | 473 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11011100 | 0 | 11010 | 110 | 1000 | 100111011 | 111101 | 1010000 |
Color Harmonies of #EBADDC
Complementary color
Monochromatic Colors of #EBADDC
Black with #EBADDC
Text Example
Text Example
White with #EBADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADDC; }
p { color: rgb(235,173,220); }
H1.HeaderClassName
{
color: #EBADDC;
}
.AnyTagClassName
{
color: #EBADDC;
}
</style>
background-color css
<style>
a { background-color: #EBADDC; }
a { background-color: rgb(235,173,220); }
div.DivClassName
{
background-color: #EBADDC;
}
.BgClassName
{
background-color: #EBADDC;
}
</style>
border-color css
<style>
span { border-color: #EBADDC; }
span { border-color: rgb(235,173,220); }
td.TdClassName
{
border-color: #EBADDC;
}
.TagClassName
{
border-color: #EBADDC;
}
</style>