Shades of French Lilac #EBADDE
Tints of French Lilac #EBADDE
RGB
CMYK
RGB Variations
Color information
#EBADDE (or 0xEBADDE) is known color: French Lilac. HEX triplet: EB, AD and DE. RGB value is (235,173,222). Sum of RGB (Red+Green+Blue) = 235+173+222=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDE is #145221. Grayscale: #C4C4C4. Windows color (decimal): -1331746 or 14593515. OLE color: 14593515.
HSL color Cylindrical-coordinate representation of color #EBADDE: hue angle of 312.58º 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 #EBADDE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 222 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.08 |
| HSL | 312.58º | 0.61% | 0.8% | - |
| HSV(B) | 312.58º | 0.26% | 0.92% | - |
| XYZ | 62.39 | 52.82 | 76.01 | - |
| YUV | 197.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 222 | 0 | 0.26 | 0.06 | 0.08 | 312.58 | 0.61 | 0.8 |
| Hex | EB | AD | DE | 0 | 1A | 6 | 8 | 139 | 3D | 50 |
| Octal | 353 | 255 | 336 | 0 | 32 | 6 | 10 | 471 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11011110 | 0 | 11010 | 110 | 1000 | 100111001 | 111101 | 1010000 |
Color Harmonies of #EBADDE
Complementary color
Monochromatic Colors of #EBADDE
Black with #EBADDE
Text Example
Text Example
White with #EBADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADDE; }
p { color: rgb(235,173,222); }
H1.HeaderClassName
{
color: #EBADDE;
}
.AnyTagClassName
{
color: #EBADDE;
}
</style>
background-color css
<style>
a { background-color: #EBADDE; }
a { background-color: rgb(235,173,222); }
div.DivClassName
{
background-color: #EBADDE;
}
.BgClassName
{
background-color: #EBADDE;
}
</style>
border-color css
<style>
span { border-color: #EBADDE; }
span { border-color: rgb(235,173,222); }
td.TdClassName
{
border-color: #EBADDE;
}
.TagClassName
{
border-color: #EBADDE;
}
</style>