Shades of French Lilac #E7CAE1
Tints of French Lilac #E7CAE1
RGB
CMYK
RGB Variations
Color information
#E7CAE1 (or 0xE7CAE1) is known color: French Lilac. HEX triplet: E7, CA and E1. RGB value is (231,202,225). Sum of RGB (Red+Green+Blue) = 231+202+225=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CAE1 is #18351E. Grayscale: #D5D5D5. Windows color (decimal): -1586463 or 14797543. OLE color: 14797543.
HSL color Cylindrical-coordinate representation of color #E7CAE1: hue angle of 312.41º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CAE1 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 225 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.09 |
| HSL | 312.41º | 0.38% | 0.85% | - |
| HSV(B) | 312.41º | 0.13% | 0.91% | - |
| XYZ | 67.67 | 64.67 | 80.15 | - |
| YUV | 213.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 225 | 0 | 0.13 | 0.03 | 0.09 | 312.41 | 0.38 | 0.85 |
| Hex | E7 | CA | E1 | 0 | D | 3 | 9 | 138 | 26 | 55 |
| Octal | 347 | 312 | 341 | 0 | 15 | 3 | 11 | 470 | 46 | 125 |
| Binary | 11100111 | 11001010 | 11100001 | 0 | 1101 | 11 | 1001 | 100111000 | 100110 | 1010101 |
Color Harmonies of #E7CAE1
Complementary color
Monochromatic Colors of #E7CAE1
Black with #E7CAE1
Text Example
Text Example
White with #E7CAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CAE1; }
p { color: rgb(231,202,225); }
H1.HeaderClassName
{
color: #E7CAE1;
}
.AnyTagClassName
{
color: #E7CAE1;
}
</style>
background-color css
<style>
a { background-color: #E7CAE1; }
a { background-color: rgb(231,202,225); }
div.DivClassName
{
background-color: #E7CAE1;
}
.BgClassName
{
background-color: #E7CAE1;
}
</style>
border-color css
<style>
span { border-color: #E7CAE1; }
span { border-color: rgb(231,202,225); }
td.TdClassName
{
border-color: #E7CAE1;
}
.TagClassName
{
border-color: #E7CAE1;
}
</style>