Shades of French Lilac #EAADD7
Tints of French Lilac #EAADD7
RGB
CMYK
RGB Variations
Color information
#EAADD7 (or 0xEAADD7) is known color: French Lilac. HEX triplet: EA, AD and D7. RGB value is (234,173,215). Sum of RGB (Red+Green+Blue) = 234+173+215=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD7 is #155228. Grayscale: #C3C3C3. Windows color (decimal): -1397289 or 14134762. OLE color: 14134762.
HSL color Cylindrical-coordinate representation of color #EAADD7: hue angle of 318.69º degrees, saturation: 0.59, 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 #EAADD7 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 215 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.08 |
| HSL | 318.69º | 0.59% | 0.8% | - |
| HSV(B) | 318.69º | 0.26% | 0.92% | - |
| XYZ | 61.14 | 52.29 | 71.16 | - |
| YUV | 196.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 215 | 0 | 0.26 | 0.08 | 0.08 | 318.69 | 0.59 | 0.8 |
| Hex | EA | AD | D7 | 0 | 1A | 8 | 8 | 13F | 3B | 50 |
| Octal | 352 | 255 | 327 | 0 | 32 | 10 | 10 | 477 | 73 | 120 |
| Binary | 11101010 | 10101101 | 11010111 | 0 | 11010 | 1000 | 1000 | 100111111 | 111011 | 1010000 |
Color Harmonies of #EAADD7
Complementary color
Monochromatic Colors of #EAADD7
Black with #EAADD7
Text Example
Text Example
White with #EAADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADD7; }
p { color: rgb(234,173,215); }
H1.HeaderClassName
{
color: #EAADD7;
}
.AnyTagClassName
{
color: #EAADD7;
}
</style>
background-color css
<style>
a { background-color: #EAADD7; }
a { background-color: rgb(234,173,215); }
div.DivClassName
{
background-color: #EAADD7;
}
.BgClassName
{
background-color: #EAADD7;
}
</style>
border-color css
<style>
span { border-color: #EAADD7; }
span { border-color: rgb(234,173,215); }
td.TdClassName
{
border-color: #EAADD7;
}
.TagClassName
{
border-color: #EAADD7;
}
</style>