Shades of French Lilac #E1CBDC
Tints of French Lilac #E1CBDC
RGB
CMYK
RGB Variations
Color information
#E1CBDC (or 0xE1CBDC) is known color: French Lilac. HEX triplet: E1, CB and DC. RGB value is (225,203,220). Sum of RGB (Red+Green+Blue) = 225+203+220=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBDC is #1E3423. Grayscale: #D3D3D3. Windows color (decimal): -1979428 or 14470113. OLE color: 14470113.
HSL color Cylindrical-coordinate representation of color #E1CBDC: hue angle of 313.64º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CBDC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 220 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.12 |
| HSL | 313.64º | 0.27% | 0.84% | - |
| HSV(B) | 313.64º | 0.1% | 0.88% | - |
| XYZ | 65.33 | 63.89 | 76.6 | - |
| YUV | 211.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 220 | 0 | 0.10 | 0.02 | 0.12 | 313.64 | 0.27 | 0.84 |
| Hex | E1 | CB | DC | 0 | A | 2 | C | 13A | 1B | 54 |
| Octal | 341 | 313 | 334 | 0 | 12 | 2 | 14 | 472 | 33 | 124 |
| Binary | 11100001 | 11001011 | 11011100 | 0 | 1010 | 10 | 1100 | 100111010 | 11011 | 1010100 |
Color Harmonies of #E1CBDC
Complementary color
Monochromatic Colors of #E1CBDC
Black with #E1CBDC
Text Example
Text Example
White with #E1CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBDC; }
p { color: rgb(225,203,220); }
H1.HeaderClassName
{
color: #E1CBDC;
}
.AnyTagClassName
{
color: #E1CBDC;
}
</style>
background-color css
<style>
a { background-color: #E1CBDC; }
a { background-color: rgb(225,203,220); }
div.DivClassName
{
background-color: #E1CBDC;
}
.BgClassName
{
background-color: #E1CBDC;
}
</style>
border-color css
<style>
span { border-color: #E1CBDC; }
span { border-color: rgb(225,203,220); }
td.TdClassName
{
border-color: #E1CBDC;
}
.TagClassName
{
border-color: #E1CBDC;
}
</style>