Shades of French Lilac #E9CAE2
Tints of French Lilac #E9CAE2
RGB
CMYK
RGB Variations
Color information
#E9CAE2 (or 0xE9CAE2) is known color: French Lilac. HEX triplet: E9, CA and E2. RGB value is (233,202,226). Sum of RGB (Red+Green+Blue) = 233+202+226=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CAE2 is #16351D. Grayscale: #D5D5D5. Windows color (decimal): -1455390 or 14863081. OLE color: 14863081.
HSL color Cylindrical-coordinate representation of color #E9CAE2: hue angle of 313.55º degrees, saturation: 0.41, 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 #E9CAE2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 226 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.09 |
| HSL | 313.55º | 0.41% | 0.85% | - |
| HSV(B) | 313.55º | 0.13% | 0.91% | - |
| XYZ | 68.45 | 65.06 | 80.9 | - |
| YUV | 214.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 226 | 0 | 0.13 | 0.03 | 0.09 | 313.55 | 0.41 | 0.85 |
| Hex | E9 | CA | E2 | 0 | D | 3 | 9 | 13A | 29 | 55 |
| Octal | 351 | 312 | 342 | 0 | 15 | 3 | 11 | 472 | 51 | 125 |
| Binary | 11101001 | 11001010 | 11100010 | 0 | 1101 | 11 | 1001 | 100111010 | 101001 | 1010101 |
Color Harmonies of #E9CAE2
Complementary color
Monochromatic Colors of #E9CAE2
Black with #E9CAE2
Text Example
Text Example
White with #E9CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAE2; }
p { color: rgb(233,202,226); }
H1.HeaderClassName
{
color: #E9CAE2;
}
.AnyTagClassName
{
color: #E9CAE2;
}
</style>
background-color css
<style>
a { background-color: #E9CAE2; }
a { background-color: rgb(233,202,226); }
div.DivClassName
{
background-color: #E9CAE2;
}
.BgClassName
{
background-color: #E9CAE2;
}
</style>
border-color css
<style>
span { border-color: #E9CAE2; }
span { border-color: rgb(233,202,226); }
td.TdClassName
{
border-color: #E9CAE2;
}
.TagClassName
{
border-color: #E9CAE2;
}
</style>