Shades of French Lilac #E1CFDD
Tints of French Lilac #E1CFDD
RGB
CMYK
RGB Variations
Color information
#E1CFDD (or 0xE1CFDD) is known color: French Lilac. HEX triplet: E1, CF and DD. RGB value is (225,207,221). Sum of RGB (Red+Green+Blue) = 225+207+221=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFDD is #1E3022. Grayscale: #D5D5D5. Windows color (decimal): -1978403 or 14536673. OLE color: 14536673.
HSL color Cylindrical-coordinate representation of color #E1CFDD: hue angle of 313.33º 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 #E1CFDD is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 221 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.12 |
| HSL | 313.33º | 0.23% | 0.85% | - |
| HSV(B) | 313.33º | 0.08% | 0.88% | - |
| XYZ | 66.42 | 65.85 | 77.62 | - |
| YUV | 213.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 221 | 0 | 0.08 | 0.02 | 0.12 | 313.33 | 0.23 | 0.85 |
| Hex | E1 | CF | DD | 0 | 8 | 2 | C | 139 | 17 | 55 |
| Octal | 341 | 317 | 335 | 0 | 10 | 2 | 14 | 471 | 27 | 125 |
| Binary | 11100001 | 11001111 | 11011101 | 0 | 1000 | 10 | 1100 | 100111001 | 10111 | 1010101 |
Color Harmonies of #E1CFDD
Complementary color
Monochromatic Colors of #E1CFDD
Black with #E1CFDD
Text Example
Text Example
White with #E1CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFDD; }
p { color: rgb(225,207,221); }
H1.HeaderClassName
{
color: #E1CFDD;
}
.AnyTagClassName
{
color: #E1CFDD;
}
</style>
background-color css
<style>
a { background-color: #E1CFDD; }
a { background-color: rgb(225,207,221); }
div.DivClassName
{
background-color: #E1CFDD;
}
.BgClassName
{
background-color: #E1CFDD;
}
</style>
border-color css
<style>
span { border-color: #E1CFDD; }
span { border-color: rgb(225,207,221); }
td.TdClassName
{
border-color: #E1CFDD;
}
.TagClassName
{
border-color: #E1CFDD;
}
</style>