Shades of French Lilac #E1CFDC
Tints of French Lilac #E1CFDC
RGB
CMYK
RGB Variations
Color information
#E1CFDC (or 0xE1CFDC) is known color: French Lilac. HEX triplet: E1, CF and DC. RGB value is (225,207,220). Sum of RGB (Red+Green+Blue) = 225+207+220=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFDC is #1E3023. Grayscale: #D5D5D5. Windows color (decimal): -1978404 or 14471137. OLE color: 14471137.
HSL color Cylindrical-coordinate representation of color #E1CFDC: hue angle of 316.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CFDC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 220 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.12 |
| HSL | 316.67º | 0.23% | 0.85% | - |
| HSV(B) | 316.67º | 0.08% | 0.88% | - |
| XYZ | 66.28 | 65.8 | 76.92 | - |
| YUV | 213.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 220 | 0 | 0.08 | 0.02 | 0.12 | 316.67 | 0.23 | 0.85 |
| Hex | E1 | CF | DC | 0 | 8 | 2 | C | 13D | 17 | 55 |
| Octal | 341 | 317 | 334 | 0 | 10 | 2 | 14 | 475 | 27 | 125 |
| Binary | 11100001 | 11001111 | 11011100 | 0 | 1000 | 10 | 1100 | 100111101 | 10111 | 1010101 |
Color Harmonies of #E1CFDC
Complementary color
Monochromatic Colors of #E1CFDC
Black with #E1CFDC
Text Example
Text Example
White with #E1CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFDC; }
p { color: rgb(225,207,220); }
H1.HeaderClassName
{
color: #E1CFDC;
}
.AnyTagClassName
{
color: #E1CFDC;
}
</style>
background-color css
<style>
a { background-color: #E1CFDC; }
a { background-color: rgb(225,207,220); }
div.DivClassName
{
background-color: #E1CFDC;
}
.BgClassName
{
background-color: #E1CFDC;
}
</style>
border-color css
<style>
span { border-color: #E1CFDC; }
span { border-color: rgb(225,207,220); }
td.TdClassName
{
border-color: #E1CFDC;
}
.TagClassName
{
border-color: #E1CFDC;
}
</style>