Shades of French Lilac #EAABDA
Tints of French Lilac #EAABDA
RGB
CMYK
RGB Variations
Color information
#EAABDA (or 0xEAABDA) is known color: French Lilac. HEX triplet: EA, AB and DA. RGB value is (234,171,218). Sum of RGB (Red+Green+Blue) = 234+171+218=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDA is #155425. Grayscale: #C3C3C3. Windows color (decimal): -1397798 or 14330858. OLE color: 14330858.
HSL color Cylindrical-coordinate representation of color #EAABDA: hue angle of 315.24º 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 #EAABDA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 218 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.08 |
| HSL | 315.24º | 0.6% | 0.79% | - |
| HSV(B) | 315.24º | 0.27% | 0.92% | - |
| XYZ | 61.15 | 51.68 | 73.08 | - |
| YUV | 195.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 218 | 0 | 0.27 | 0.07 | 0.08 | 315.24 | 0.6 | 0.79 |
| Hex | EA | AB | DA | 0 | 1B | 7 | 8 | 13B | 3C | 4F |
| Octal | 352 | 253 | 332 | 0 | 33 | 7 | 10 | 473 | 74 | 117 |
| Binary | 11101010 | 10101011 | 11011010 | 0 | 11011 | 111 | 1000 | 100111011 | 111100 | 1001111 |
Color Harmonies of #EAABDA
Complementary color
Monochromatic Colors of #EAABDA
Black with #EAABDA
Text Example
Text Example
White with #EAABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABDA; }
p { color: rgb(234,171,218); }
H1.HeaderClassName
{
color: #EAABDA;
}
.AnyTagClassName
{
color: #EAABDA;
}
</style>
background-color css
<style>
a { background-color: #EAABDA; }
a { background-color: rgb(234,171,218); }
div.DivClassName
{
background-color: #EAABDA;
}
.BgClassName
{
background-color: #EAABDA;
}
</style>
border-color css
<style>
span { border-color: #EAABDA; }
span { border-color: rgb(234,171,218); }
td.TdClassName
{
border-color: #EAABDA;
}
.TagClassName
{
border-color: #EAABDA;
}
</style>