Shades of French Lilac #E2CADC
Tints of French Lilac #E2CADC
RGB
CMYK
RGB Variations
Color information
#E2CADC (or 0xE2CADC) is known color: French Lilac. HEX triplet: E2, CA and DC. RGB value is (226,202,220). Sum of RGB (Red+Green+Blue) = 226+202+220=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CADC is #1D3523. Grayscale: #D3D3D3. Windows color (decimal): -1914148 or 14469858. OLE color: 14469858.
HSL color Cylindrical-coordinate representation of color #E2CADC: hue angle of 315º 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 #E2CADC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 220 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.11 |
| HSL | 315º | 0.29% | 0.84% | - |
| HSV(B) | 315º | 0.11% | 0.89% | - |
| XYZ | 65.4 | 63.58 | 76.53 | - |
| YUV | 211.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 220 | 0 | 0.11 | 0.03 | 0.11 | 315 | 0.29 | 0.84 |
| Hex | E2 | CA | DC | 0 | B | 3 | B | 13B | 1D | 54 |
| Octal | 342 | 312 | 334 | 0 | 13 | 3 | 13 | 473 | 35 | 124 |
| Binary | 11100010 | 11001010 | 11011100 | 0 | 1011 | 11 | 1011 | 100111011 | 11101 | 1010100 |
Color Harmonies of #E2CADC
Complementary color
Monochromatic Colors of #E2CADC
Black with #E2CADC
Text Example
Text Example
White with #E2CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CADC; }
p { color: rgb(226,202,220); }
H1.HeaderClassName
{
color: #E2CADC;
}
.AnyTagClassName
{
color: #E2CADC;
}
</style>
background-color css
<style>
a { background-color: #E2CADC; }
a { background-color: rgb(226,202,220); }
div.DivClassName
{
background-color: #E2CADC;
}
.BgClassName
{
background-color: #E2CADC;
}
</style>
border-color css
<style>
span { border-color: #E2CADC; }
span { border-color: rgb(226,202,220); }
td.TdClassName
{
border-color: #E2CADC;
}
.TagClassName
{
border-color: #E2CADC;
}
</style>