Shades of French Lilac #E0CDDC
Tints of French Lilac #E0CDDC
RGB
CMYK
RGB Variations
Color information
#E0CDDC (or 0xE0CDDC) is known color: French Lilac. HEX triplet: E0, CD and DC. RGB value is (224,205,220). Sum of RGB (Red+Green+Blue) = 224+205+220=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDDC is #1F3223. Grayscale: #D4D4D4. Windows color (decimal): -2044452 or 14470624. OLE color: 14470624.
HSL color Cylindrical-coordinate representation of color #E0CDDC: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CDDC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 220 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.12 |
| HSL | 312.63º | 0.23% | 0.84% | - |
| HSV(B) | 312.63º | 0.08% | 0.88% | - |
| XYZ | 65.49 | 64.68 | 76.74 | - |
| YUV | 212.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 220 | 0 | 0.08 | 0.02 | 0.12 | 312.63 | 0.23 | 0.84 |
| Hex | E0 | CD | DC | 0 | 8 | 2 | C | 139 | 17 | 54 |
| Octal | 340 | 315 | 334 | 0 | 10 | 2 | 14 | 471 | 27 | 124 |
| Binary | 11100000 | 11001101 | 11011100 | 0 | 1000 | 10 | 1100 | 100111001 | 10111 | 1010100 |
Color Harmonies of #E0CDDC
Complementary color
Monochromatic Colors of #E0CDDC
Black with #E0CDDC
Text Example
Text Example
White with #E0CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDDC; }
p { color: rgb(224,205,220); }
H1.HeaderClassName
{
color: #E0CDDC;
}
.AnyTagClassName
{
color: #E0CDDC;
}
</style>
background-color css
<style>
a { background-color: #E0CDDC; }
a { background-color: rgb(224,205,220); }
div.DivClassName
{
background-color: #E0CDDC;
}
.BgClassName
{
background-color: #E0CDDC;
}
</style>
border-color css
<style>
span { border-color: #E0CDDC; }
span { border-color: rgb(224,205,220); }
td.TdClassName
{
border-color: #E0CDDC;
}
.TagClassName
{
border-color: #E0CDDC;
}
</style>