Shades of French Lilac #EBAEDC
Tints of French Lilac #EBAEDC
RGB
CMYK
RGB Variations
Color information
#EBAEDC (or 0xEBAEDC) is known color: French Lilac. HEX triplet: EB, AE and DC. RGB value is (235,174,220). Sum of RGB (Red+Green+Blue) = 235+174+220=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDC is #145123. Grayscale: #C5C5C5. Windows color (decimal): -1331492 or 14462699. OLE color: 14462699.
HSL color Cylindrical-coordinate representation of color #EBAEDC: hue angle of 314.75º degrees, saturation: 0.6, 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 #EBAEDC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 220 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.08 |
| HSL | 314.75º | 0.6% | 0.8% | - |
| HSV(B) | 314.75º | 0.26% | 0.92% | - |
| XYZ | 62.32 | 53.1 | 74.68 | - |
| YUV | 197.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 220 | 0 | 0.26 | 0.06 | 0.08 | 314.75 | 0.6 | 0.8 |
| Hex | EB | AE | DC | 0 | 1A | 6 | 8 | 13B | 3C | 50 |
| Octal | 353 | 256 | 334 | 0 | 32 | 6 | 10 | 473 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11011100 | 0 | 11010 | 110 | 1000 | 100111011 | 111100 | 1010000 |
Color Harmonies of #EBAEDC
Complementary color
Monochromatic Colors of #EBAEDC
Black with #EBAEDC
Text Example
Text Example
White with #EBAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEDC; }
p { color: rgb(235,174,220); }
H1.HeaderClassName
{
color: #EBAEDC;
}
.AnyTagClassName
{
color: #EBAEDC;
}
</style>
background-color css
<style>
a { background-color: #EBAEDC; }
a { background-color: rgb(235,174,220); }
div.DivClassName
{
background-color: #EBAEDC;
}
.BgClassName
{
background-color: #EBAEDC;
}
</style>
border-color css
<style>
span { border-color: #EBAEDC; }
span { border-color: rgb(235,174,220); }
td.TdClassName
{
border-color: #EBAEDC;
}
.TagClassName
{
border-color: #EBAEDC;
}
</style>