Shades of French Lilac #E2CDDC
Tints of French Lilac #E2CDDC
RGB
CMYK
RGB Variations
Color information
#E2CDDC (or 0xE2CDDC) is known color: French Lilac. HEX triplet: E2, CD and DC. RGB value is (226,205,220). Sum of RGB (Red+Green+Blue) = 226+205+220=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDDC is #1D3223. Grayscale: #D4D4D4. Windows color (decimal): -1913380 or 14470626. OLE color: 14470626.
HSL color Cylindrical-coordinate representation of color #E2CDDC: hue angle of 317.14º 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 #E2CDDC is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 205 | 220 | - |
CMYK | 0 | 0.09 | 0.03 | 0.11 |
HSL | 317.14º | 0.27% | 0.85% | - |
HSV(B) | 317.14º | 0.09% | 0.89% | - |
XYZ | 66.11 | 65 | 76.77 | - |
YUV | 212.99 | 131.96 | 137.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 205 | 220 | 0 | 0.09 | 0.03 | 0.11 | 317.14 | 0.27 | 0.85 |
Hex | E2 | CD | DC | 0 | 9 | 3 | B | 13D | 1B | 55 |
Octal | 342 | 315 | 334 | 0 | 11 | 3 | 13 | 475 | 33 | 125 |
Binary | 11100010 | 11001101 | 11011100 | 0 | 1001 | 11 | 1011 | 100111101 | 11011 | 1010101 |
Color Harmonies of #E2CDDC
Complementary color
Monochromatic Colors of #E2CDDC
Black with #E2CDDC
Text Example
Text Example
White with #E2CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDDC; }
p { color: rgb(226,205,220); }
H1.HeaderClassName
{
color: #E2CDDC;
}
.AnyTagClassName
{
color: #E2CDDC;
}
</style>
background-color css
<style>
a { background-color: #E2CDDC; }
a { background-color: rgb(226,205,220); }
div.DivClassName
{
background-color: #E2CDDC;
}
.BgClassName
{
background-color: #E2CDDC;
}
</style>
border-color css
<style>
span { border-color: #E2CDDC; }
span { border-color: rgb(226,205,220); }
td.TdClassName
{
border-color: #E2CDDC;
}
.TagClassName
{
border-color: #E2CDDC;
}
</style>