Shades of French Lilac #EABDDD
Tints of French Lilac #EABDDD
RGB
CMYK
RGB Variations
Color information
#EABDDD (or 0xEABDDD) is known color: French Lilac. HEX triplet: EA, BD and DD. RGB value is (234,189,221). Sum of RGB (Red+Green+Blue) = 234+189+221=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDDD is #154222. Grayscale: #CECECE. Windows color (decimal): -1393187 or 14532074. OLE color: 14532074.
HSL color Cylindrical-coordinate representation of color #EABDDD: hue angle of 317.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDDD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 221 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.08 |
| HSL | 317.33º | 0.52% | 0.83% | - |
| HSV(B) | 317.33º | 0.19% | 0.92% | - |
| XYZ | 65.18 | 59.11 | 76.38 | - |
| YUV | 206.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 221 | 0 | 0.19 | 0.06 | 0.08 | 317.33 | 0.52 | 0.83 |
| Hex | EA | BD | DD | 0 | 13 | 6 | 8 | 13D | 34 | 53 |
| Octal | 352 | 275 | 335 | 0 | 23 | 6 | 10 | 475 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11011101 | 0 | 10011 | 110 | 1000 | 100111101 | 110100 | 1010011 |
Color Harmonies of #EABDDD
Complementary color
Monochromatic Colors of #EABDDD
Black with #EABDDD
Text Example
Text Example
White with #EABDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDDD; }
p { color: rgb(234,189,221); }
H1.HeaderClassName
{
color: #EABDDD;
}
.AnyTagClassName
{
color: #EABDDD;
}
</style>
background-color css
<style>
a { background-color: #EABDDD; }
a { background-color: rgb(234,189,221); }
div.DivClassName
{
background-color: #EABDDD;
}
.BgClassName
{
background-color: #EABDDD;
}
</style>
border-color css
<style>
span { border-color: #EABDDD; }
span { border-color: rgb(234,189,221); }
td.TdClassName
{
border-color: #EABDDD;
}
.TagClassName
{
border-color: #EABDDD;
}
</style>