Shades of French Lilac #E4CCDD
Tints of French Lilac #E4CCDD
RGB
CMYK
RGB Variations
Color information
#E4CCDD (or 0xE4CCDD) is known color: French Lilac. HEX triplet: E4, CC and DD. RGB value is (228,204,221). Sum of RGB (Red+Green+Blue) = 228+204+221=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CCDD is #1B3322. Grayscale: #D5D5D5. Windows color (decimal): -1782563 or 14535908. OLE color: 14535908.
HSL color Cylindrical-coordinate representation of color #E4CCDD: hue angle of 317.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CCDD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 221 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.11 |
| HSL | 317.5º | 0.31% | 0.85% | - |
| HSV(B) | 317.5º | 0.11% | 0.89% | - |
| XYZ | 66.64 | 64.9 | 77.42 | - |
| YUV | 213.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 221 | 0 | 0.11 | 0.03 | 0.11 | 317.5 | 0.31 | 0.85 |
| Hex | E4 | CC | DD | 0 | B | 3 | B | 13E | 1F | 55 |
| Octal | 344 | 314 | 335 | 0 | 13 | 3 | 13 | 476 | 37 | 125 |
| Binary | 11100100 | 11001100 | 11011101 | 0 | 1011 | 11 | 1011 | 100111110 | 11111 | 1010101 |
Color Harmonies of #E4CCDD
Complementary color
Monochromatic Colors of #E4CCDD
Black with #E4CCDD
Text Example
Text Example
White with #E4CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCDD; }
p { color: rgb(228,204,221); }
H1.HeaderClassName
{
color: #E4CCDD;
}
.AnyTagClassName
{
color: #E4CCDD;
}
</style>
background-color css
<style>
a { background-color: #E4CCDD; }
a { background-color: rgb(228,204,221); }
div.DivClassName
{
background-color: #E4CCDD;
}
.BgClassName
{
background-color: #E4CCDD;
}
</style>
border-color css
<style>
span { border-color: #E4CCDD; }
span { border-color: rgb(228,204,221); }
td.TdClassName
{
border-color: #E4CCDD;
}
.TagClassName
{
border-color: #E4CCDD;
}
</style>