Shades of French Lilac #EAAEDD
Tints of French Lilac #EAAEDD
RGB
CMYK
RGB Variations
Color information
#EAAEDD (or 0xEAAEDD) is known color: French Lilac. HEX triplet: EA, AE and DD. RGB value is (234,174,221). Sum of RGB (Red+Green+Blue) = 234+174+221=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDD is #155122. Grayscale: #C5C5C5. Windows color (decimal): -1397027 or 14528234. OLE color: 14528234.
HSL color Cylindrical-coordinate representation of color #EAAEDD: hue angle of 313º 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 #EAAEDD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 221 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.08 |
| HSL | 313º | 0.59% | 0.8% | - |
| HSV(B) | 313º | 0.26% | 0.92% | - |
| XYZ | 62.12 | 52.98 | 75.36 | - |
| YUV | 197.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 221 | 0 | 0.26 | 0.06 | 0.08 | 313 | 0.59 | 0.8 |
| Hex | EA | AE | DD | 0 | 1A | 6 | 8 | 139 | 3B | 50 |
| Octal | 352 | 256 | 335 | 0 | 32 | 6 | 10 | 471 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11011101 | 0 | 11010 | 110 | 1000 | 100111001 | 111011 | 1010000 |
Color Harmonies of #EAAEDD
Complementary color
Monochromatic Colors of #EAAEDD
Black with #EAAEDD
Text Example
Text Example
White with #EAAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEDD; }
p { color: rgb(234,174,221); }
H1.HeaderClassName
{
color: #EAAEDD;
}
.AnyTagClassName
{
color: #EAAEDD;
}
</style>
background-color css
<style>
a { background-color: #EAAEDD; }
a { background-color: rgb(234,174,221); }
div.DivClassName
{
background-color: #EAAEDD;
}
.BgClassName
{
background-color: #EAAEDD;
}
</style>
border-color css
<style>
span { border-color: #EAAEDD; }
span { border-color: rgb(234,174,221); }
td.TdClassName
{
border-color: #EAAEDD;
}
.TagClassName
{
border-color: #EAAEDD;
}
</style>