Shades of French Lilac #E4CADD
Tints of French Lilac #E4CADD
RGB
CMYK
RGB Variations
Color information
#E4CADD (or 0xE4CADD) is known color: French Lilac. HEX triplet: E4, CA and DD. RGB value is (228,202,221). Sum of RGB (Red+Green+Blue) = 228+202+221=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CADD is #1B3522. Grayscale: #D3D3D3. Windows color (decimal): -1783075 or 14535396. OLE color: 14535396.
HSL color Cylindrical-coordinate representation of color #E4CADD: hue angle of 316.15º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CADD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 221 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.11 |
| HSL | 316.15º | 0.33% | 0.84% | - |
| HSV(B) | 316.15º | 0.11% | 0.89% | - |
| XYZ | 66.17 | 63.96 | 77.26 | - |
| YUV | 211.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 221 | 0 | 0.11 | 0.03 | 0.11 | 316.15 | 0.33 | 0.84 |
| Hex | E4 | CA | DD | 0 | B | 3 | B | 13C | 20 | 54 |
| Octal | 344 | 312 | 335 | 0 | 13 | 3 | 13 | 474 | 40 | 124 |
| Binary | 11100100 | 11001010 | 11011101 | 0 | 1011 | 11 | 1011 | 100111100 | 100000 | 1010100 |
Color Harmonies of #E4CADD
Complementary color
Monochromatic Colors of #E4CADD
Black with #E4CADD
Text Example
Text Example
White with #E4CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CADD; }
p { color: rgb(228,202,221); }
H1.HeaderClassName
{
color: #E4CADD;
}
.AnyTagClassName
{
color: #E4CADD;
}
</style>
background-color css
<style>
a { background-color: #E4CADD; }
a { background-color: rgb(228,202,221); }
div.DivClassName
{
background-color: #E4CADD;
}
.BgClassName
{
background-color: #E4CADD;
}
</style>
border-color css
<style>
span { border-color: #E4CADD; }
span { border-color: rgb(228,202,221); }
td.TdClassName
{
border-color: #E4CADD;
}
.TagClassName
{
border-color: #E4CADD;
}
</style>