Shades of French Lilac #EABBDB
Tints of French Lilac #EABBDB
RGB
CMYK
RGB Variations
Color information
#EABBDB (or 0xEABBDB) is known color: French Lilac. HEX triplet: EA, BB and DB. RGB value is (234,187,219). Sum of RGB (Red+Green+Blue) = 234+187+219=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBDB is #154424. Grayscale: #CCCCCC. Windows color (decimal): -1393701 or 14400490. OLE color: 14400490.
HSL color Cylindrical-coordinate representation of color #EABBDB: hue angle of 319.15º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBDB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 187 | 219 | - |
CMYK | 0 | 0.20 | 0.06 | 0.08 |
HSL | 319.15º | 0.53% | 0.83% | - |
HSV(B) | 319.15º | 0.2% | 0.92% | - |
XYZ | 64.49 | 58.15 | 74.84 | - |
YUV | 204.7 | 136.07 | 148.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 187 | 219 | 0 | 0.20 | 0.06 | 0.08 | 319.15 | 0.53 | 0.83 |
Hex | EA | BB | DB | 0 | 14 | 6 | 8 | 13F | 35 | 53 |
Octal | 352 | 273 | 333 | 0 | 24 | 6 | 10 | 477 | 65 | 123 |
Binary | 11101010 | 10111011 | 11011011 | 0 | 10100 | 110 | 1000 | 100111111 | 110101 | 1010011 |
Color Harmonies of #EABBDB
Complementary color
Monochromatic Colors of #EABBDB
Black with #EABBDB
Text Example
Text Example
White with #EABBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBDB; }
p { color: rgb(234,187,219); }
H1.HeaderClassName
{
color: #EABBDB;
}
.AnyTagClassName
{
color: #EABBDB;
}
</style>
background-color css
<style>
a { background-color: #EABBDB; }
a { background-color: rgb(234,187,219); }
div.DivClassName
{
background-color: #EABBDB;
}
.BgClassName
{
background-color: #EABBDB;
}
</style>
border-color css
<style>
span { border-color: #EABBDB; }
span { border-color: rgb(234,187,219); }
td.TdClassName
{
border-color: #EABBDB;
}
.TagClassName
{
border-color: #EABBDB;
}
</style>