Shades of French Lilac #E2CDDD
Tints of French Lilac #E2CDDD
RGB
CMYK
RGB Variations
Color information
#E2CDDD (or 0xE2CDDD) is known color: French Lilac. HEX triplet: E2, CD and DD. RGB value is (226,205,221). Sum of RGB (Red+Green+Blue) = 226+205+221=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDDD is #1D3222. Grayscale: #D5D5D5. Windows color (decimal): -1913379 or 14536162. OLE color: 14536162.
HSL color Cylindrical-coordinate representation of color #E2CDDD: hue angle of 314.29º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDDD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 205 | 221 | - |
CMYK | 0 | 0.09 | 0.02 | 0.11 |
HSL | 314.29º | 0.27% | 0.85% | - |
HSV(B) | 314.29º | 0.09% | 0.89% | - |
XYZ | 66.25 | 65.05 | 77.47 | - |
YUV | 213.1 | 132.46 | 137.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 205 | 221 | 0 | 0.09 | 0.02 | 0.11 | 314.29 | 0.27 | 0.85 |
Hex | E2 | CD | DD | 0 | 9 | 2 | B | 13A | 1B | 55 |
Octal | 342 | 315 | 335 | 0 | 11 | 2 | 13 | 472 | 33 | 125 |
Binary | 11100010 | 11001101 | 11011101 | 0 | 1001 | 10 | 1011 | 100111010 | 11011 | 1010101 |
Color Harmonies of #E2CDDD
Complementary color
Monochromatic Colors of #E2CDDD
Black with #E2CDDD
Text Example
Text Example
White with #E2CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDDD; }
p { color: rgb(226,205,221); }
H1.HeaderClassName
{
color: #E2CDDD;
}
.AnyTagClassName
{
color: #E2CDDD;
}
</style>
background-color css
<style>
a { background-color: #E2CDDD; }
a { background-color: rgb(226,205,221); }
div.DivClassName
{
background-color: #E2CDDD;
}
.BgClassName
{
background-color: #E2CDDD;
}
</style>
border-color css
<style>
span { border-color: #E2CDDD; }
span { border-color: rgb(226,205,221); }
td.TdClassName
{
border-color: #E2CDDD;
}
.TagClassName
{
border-color: #E2CDDD;
}
</style>