Shades of French Lilac #E2CBDC
Tints of French Lilac #E2CBDC
RGB
CMYK
RGB Variations
Color information
#E2CBDC (or 0xE2CBDC) is known color: French Lilac. HEX triplet: E2, CB and DC. RGB value is (226,203,220). Sum of RGB (Red+Green+Blue) = 226+203+220=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBDC is #1D3423. Grayscale: #D3D3D3. Windows color (decimal): -1913892 or 14470114. OLE color: 14470114.
HSL color Cylindrical-coordinate representation of color #E2CBDC: hue angle of 315.65º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBDC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 220 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.11 |
| HSL | 315.65º | 0.28% | 0.84% | - |
| HSV(B) | 315.65º | 0.1% | 0.89% | - |
| XYZ | 65.64 | 64.05 | 76.61 | - |
| YUV | 211.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 220 | 0 | 0.10 | 0.03 | 0.11 | 315.65 | 0.28 | 0.84 |
| Hex | E2 | CB | DC | 0 | A | 3 | B | 13C | 1C | 54 |
| Octal | 342 | 313 | 334 | 0 | 12 | 3 | 13 | 474 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11011100 | 0 | 1010 | 11 | 1011 | 100111100 | 11100 | 1010100 |
Color Harmonies of #E2CBDC
Complementary color
Monochromatic Colors of #E2CBDC
Black with #E2CBDC
Text Example
Text Example
White with #E2CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBDC; }
p { color: rgb(226,203,220); }
H1.HeaderClassName
{
color: #E2CBDC;
}
.AnyTagClassName
{
color: #E2CBDC;
}
</style>
background-color css
<style>
a { background-color: #E2CBDC; }
a { background-color: rgb(226,203,220); }
div.DivClassName
{
background-color: #E2CBDC;
}
.BgClassName
{
background-color: #E2CBDC;
}
</style>
border-color css
<style>
span { border-color: #E2CBDC; }
span { border-color: rgb(226,203,220); }
td.TdClassName
{
border-color: #E2CBDC;
}
.TagClassName
{
border-color: #E2CBDC;
}
</style>