Shades of French Lilac #EBAEDB
Tints of French Lilac #EBAEDB
RGB
CMYK
RGB Variations
Color information
#EBAEDB (or 0xEBAEDB) is known color: French Lilac. HEX triplet: EB, AE and DB. RGB value is (235,174,219). Sum of RGB (Red+Green+Blue) = 235+174+219=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDB is #145124. Grayscale: #C5C5C5. Windows color (decimal): -1331493 or 14397163. OLE color: 14397163.
HSL color Cylindrical-coordinate representation of color #EBAEDB: hue angle of 315.74º 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 #EBAEDB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 174 | 219 | - |
CMYK | 0 | 0.26 | 0.07 | 0.08 |
HSL | 315.74º | 0.6% | 0.8% | - |
HSV(B) | 315.74º | 0.26% | 0.92% | - |
XYZ | 62.18 | 53.05 | 73.98 | - |
YUV | 197.37 | 140.21 | 154.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 174 | 219 | 0 | 0.26 | 0.07 | 0.08 | 315.74 | 0.6 | 0.8 |
Hex | EB | AE | DB | 0 | 1A | 7 | 8 | 13C | 3C | 50 |
Octal | 353 | 256 | 333 | 0 | 32 | 7 | 10 | 474 | 74 | 120 |
Binary | 11101011 | 10101110 | 11011011 | 0 | 11010 | 111 | 1000 | 100111100 | 111100 | 1010000 |
Color Harmonies of #EBAEDB
Complementary color
Monochromatic Colors of #EBAEDB
Black with #EBAEDB
Text Example
Text Example
White with #EBAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEDB; }
p { color: rgb(235,174,219); }
H1.HeaderClassName
{
color: #EBAEDB;
}
.AnyTagClassName
{
color: #EBAEDB;
}
</style>
background-color css
<style>
a { background-color: #EBAEDB; }
a { background-color: rgb(235,174,219); }
div.DivClassName
{
background-color: #EBAEDB;
}
.BgClassName
{
background-color: #EBAEDB;
}
</style>
border-color css
<style>
span { border-color: #EBAEDB; }
span { border-color: rgb(235,174,219); }
td.TdClassName
{
border-color: #EBAEDB;
}
.TagClassName
{
border-color: #EBAEDB;
}
</style>