Shades of French Lilac #EAAADB
Tints of French Lilac #EAAADB
RGB
CMYK
RGB Variations
Color information
#EAAADB (or 0xEAAADB) is known color: French Lilac. HEX triplet: EA, AA and DB. RGB value is (234,170,219). Sum of RGB (Red+Green+Blue) = 234+170+219=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAADB is #155524. Grayscale: #C2C2C2. Windows color (decimal): -1398053 or 14396138. OLE color: 14396138.
HSL color Cylindrical-coordinate representation of color #EAAADB: hue angle of 314.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAADB is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 219 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.08 |
| HSL | 314.06º | 0.6% | 0.79% | - |
| HSV(B) | 314.06º | 0.27% | 0.92% | - |
| XYZ | 61.09 | 51.36 | 73.71 | - |
| YUV | 194.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 219 | 0 | 0.27 | 0.06 | 0.08 | 314.06 | 0.6 | 0.79 |
| Hex | EA | AA | DB | 0 | 1B | 6 | 8 | 13A | 3C | 4F |
| Octal | 352 | 252 | 333 | 0 | 33 | 6 | 10 | 472 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11011011 | 0 | 11011 | 110 | 1000 | 100111010 | 111100 | 1001111 |
Color Harmonies of #EAAADB
Complementary color
Monochromatic Colors of #EAAADB
Black with #EAAADB
Text Example
Text Example
White with #EAAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAADB; }
p { color: rgb(234,170,219); }
H1.HeaderClassName
{
color: #EAAADB;
}
.AnyTagClassName
{
color: #EAAADB;
}
</style>
background-color css
<style>
a { background-color: #EAAADB; }
a { background-color: rgb(234,170,219); }
div.DivClassName
{
background-color: #EAAADB;
}
.BgClassName
{
background-color: #EAAADB;
}
</style>
border-color css
<style>
span { border-color: #EAAADB; }
span { border-color: rgb(234,170,219); }
td.TdClassName
{
border-color: #EAAADB;
}
.TagClassName
{
border-color: #EAAADB;
}
</style>