Shades of French Lilac #EAACD6
Tints of French Lilac #EAACD6
RGB
CMYK
RGB Variations
Color information
#EAACD6 (or 0xEAACD6) is known color: French Lilac. HEX triplet: EA, AC and D6. RGB value is (234,172,214). Sum of RGB (Red+Green+Blue) = 234+172+214=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD6 is #155329. Grayscale: #C3C3C3. Windows color (decimal): -1397546 or 14068970. OLE color: 14068970.
HSL color Cylindrical-coordinate representation of color #EAACD6: hue angle of 319.35º 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 #EAACD6 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 214 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.08 |
| HSL | 319.35º | 0.6% | 0.8% | - |
| HSV(B) | 319.35º | 0.26% | 0.92% | - |
| XYZ | 60.82 | 51.85 | 70.42 | - |
| YUV | 195.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 214 | 0 | 0.26 | 0.09 | 0.08 | 319.35 | 0.6 | 0.8 |
| Hex | EA | AC | D6 | 0 | 1A | 9 | 8 | 13F | 3C | 50 |
| Octal | 352 | 254 | 326 | 0 | 32 | 11 | 10 | 477 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11010110 | 0 | 11010 | 1001 | 1000 | 100111111 | 111100 | 1010000 |
Color Harmonies of #EAACD6
Complementary color
Monochromatic Colors of #EAACD6
Black with #EAACD6
Text Example
Text Example
White with #EAACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACD6; }
p { color: rgb(234,172,214); }
H1.HeaderClassName
{
color: #EAACD6;
}
.AnyTagClassName
{
color: #EAACD6;
}
</style>
background-color css
<style>
a { background-color: #EAACD6; }
a { background-color: rgb(234,172,214); }
div.DivClassName
{
background-color: #EAACD6;
}
.BgClassName
{
background-color: #EAACD6;
}
</style>
border-color css
<style>
span { border-color: #EAACD6; }
span { border-color: rgb(234,172,214); }
td.TdClassName
{
border-color: #EAACD6;
}
.TagClassName
{
border-color: #EAACD6;
}
</style>