Shades of French Lilac #EECAE5
Tints of French Lilac #EECAE5
RGB
CMYK
RGB Variations
Color information
#EECAE5 (or 0xEECAE5) is known color: French Lilac. HEX triplet: EE, CA and E5. RGB value is (238,202,229). Sum of RGB (Red+Green+Blue) = 238+202+229=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAE5 is #11351A. Grayscale: #D7D7D7. Windows color (decimal): -1127707 or 15059694. OLE color: 15059694.
HSL color Cylindrical-coordinate representation of color #EECAE5: hue angle of 315º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAE5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 229 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.07 |
| HSL | 315º | 0.51% | 0.86% | - |
| HSV(B) | 315º | 0.15% | 0.93% | - |
| XYZ | 70.52 | 66.08 | 83.17 | - |
| YUV | 215.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 229 | 0 | 0.15 | 0.04 | 0.07 | 315 | 0.51 | 0.86 |
| Hex | EE | CA | E5 | 0 | F | 4 | 7 | 13B | 33 | 56 |
| Octal | 356 | 312 | 345 | 0 | 17 | 4 | 7 | 473 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11100101 | 0 | 1111 | 100 | 111 | 100111011 | 110011 | 1010110 |
Color Harmonies of #EECAE5
Complementary color
Monochromatic Colors of #EECAE5
Black with #EECAE5
Text Example
Text Example
White with #EECAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAE5; }
p { color: rgb(238,202,229); }
H1.HeaderClassName
{
color: #EECAE5;
}
.AnyTagClassName
{
color: #EECAE5;
}
</style>
background-color css
<style>
a { background-color: #EECAE5; }
a { background-color: rgb(238,202,229); }
div.DivClassName
{
background-color: #EECAE5;
}
.BgClassName
{
background-color: #EECAE5;
}
</style>
border-color css
<style>
span { border-color: #EECAE5; }
span { border-color: rgb(238,202,229); }
td.TdClassName
{
border-color: #EECAE5;
}
.TagClassName
{
border-color: #EECAE5;
}
</style>