Shades of French Lilac #E2CADD
Tints of French Lilac #E2CADD
RGB
CMYK
RGB Variations
Color information
#E2CADD (or 0xE2CADD) is known color: French Lilac. HEX triplet: E2, CA and DD. RGB value is (226,202,221). Sum of RGB (Red+Green+Blue) = 226+202+221=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CADD is #1D3522. Grayscale: #D3D3D3. Windows color (decimal): -1914147 or 14535394. OLE color: 14535394.
HSL color Cylindrical-coordinate representation of color #E2CADD: hue angle of 312.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CADD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 221 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.11 |
| HSL | 312.5º | 0.29% | 0.84% | - |
| HSV(B) | 312.5º | 0.11% | 0.89% | - |
| XYZ | 65.54 | 63.63 | 77.23 | - |
| YUV | 211.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 221 | 0 | 0.11 | 0.02 | 0.11 | 312.5 | 0.29 | 0.84 |
| Hex | E2 | CA | DD | 0 | B | 2 | B | 138 | 1D | 54 |
| Octal | 342 | 312 | 335 | 0 | 13 | 2 | 13 | 470 | 35 | 124 |
| Binary | 11100010 | 11001010 | 11011101 | 0 | 1011 | 10 | 1011 | 100111000 | 11101 | 1010100 |
Color Harmonies of #E2CADD
Complementary color
Monochromatic Colors of #E2CADD
Black with #E2CADD
Text Example
Text Example
White with #E2CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CADD; }
p { color: rgb(226,202,221); }
H1.HeaderClassName
{
color: #E2CADD;
}
.AnyTagClassName
{
color: #E2CADD;
}
</style>
background-color css
<style>
a { background-color: #E2CADD; }
a { background-color: rgb(226,202,221); }
div.DivClassName
{
background-color: #E2CADD;
}
.BgClassName
{
background-color: #E2CADD;
}
</style>
border-color css
<style>
span { border-color: #E2CADD; }
span { border-color: rgb(226,202,221); }
td.TdClassName
{
border-color: #E2CADD;
}
.TagClassName
{
border-color: #E2CADD;
}
</style>