Shades of French Lilac #E3CDDE
Tints of French Lilac #E3CDDE
RGB
CMYK
RGB Variations
Color information
#E3CDDE (or 0xE3CDDE) is known color: French Lilac. HEX triplet: E3, CD and DE. RGB value is (227,205,222). Sum of RGB (Red+Green+Blue) = 227+205+222=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDDE is #1C3221. Grayscale: #D5D5D5. Windows color (decimal): -1847842 or 14601699. OLE color: 14601699.
HSL color Cylindrical-coordinate representation of color #E3CDDE: hue angle of 313.64º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3CDDE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 222 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.11 |
| HSL | 313.64º | 0.28% | 0.85% | - |
| HSV(B) | 313.64º | 0.1% | 0.89% | - |
| XYZ | 66.69 | 65.27 | 78.19 | - |
| YUV | 213.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 222 | 0 | 0.10 | 0.02 | 0.11 | 313.64 | 0.28 | 0.85 |
| Hex | E3 | CD | DE | 0 | A | 2 | B | 13A | 1C | 55 |
| Octal | 343 | 315 | 336 | 0 | 12 | 2 | 13 | 472 | 34 | 125 |
| Binary | 11100011 | 11001101 | 11011110 | 0 | 1010 | 10 | 1011 | 100111010 | 11100 | 1010101 |
Color Harmonies of #E3CDDE
Complementary color
Monochromatic Colors of #E3CDDE
Black with #E3CDDE
Text Example
Text Example
White with #E3CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDDE; }
p { color: rgb(227,205,222); }
H1.HeaderClassName
{
color: #E3CDDE;
}
.AnyTagClassName
{
color: #E3CDDE;
}
</style>
background-color css
<style>
a { background-color: #E3CDDE; }
a { background-color: rgb(227,205,222); }
div.DivClassName
{
background-color: #E3CDDE;
}
.BgClassName
{
background-color: #E3CDDE;
}
</style>
border-color css
<style>
span { border-color: #E3CDDE; }
span { border-color: rgb(227,205,222); }
td.TdClassName
{
border-color: #E3CDDE;
}
.TagClassName
{
border-color: #E3CDDE;
}
</style>