Shades of French Lilac #E2CBDE
Tints of French Lilac #E2CBDE
RGB
CMYK
RGB Variations
Color information
#E2CBDE (or 0xE2CBDE) is known color: French Lilac. HEX triplet: E2, CB and DE. RGB value is (226,203,222). Sum of RGB (Red+Green+Blue) = 226+203+222=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBDE is #1D3421. Grayscale: #D3D3D3. Windows color (decimal): -1913890 or 14601186. OLE color: 14601186.
HSL color Cylindrical-coordinate representation of color #E2CBDE: hue angle of 310.43º 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 #E2CBDE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 222 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.11 |
| HSL | 310.43º | 0.28% | 0.84% | - |
| HSV(B) | 310.43º | 0.1% | 0.89% | - |
| XYZ | 65.9 | 64.15 | 78.02 | - |
| YUV | 212.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 222 | 0 | 0.10 | 0.02 | 0.11 | 310.43 | 0.28 | 0.84 |
| Hex | E2 | CB | DE | 0 | A | 2 | B | 136 | 1C | 54 |
| Octal | 342 | 313 | 336 | 0 | 12 | 2 | 13 | 466 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11011110 | 0 | 1010 | 10 | 1011 | 100110110 | 11100 | 1010100 |
Color Harmonies of #E2CBDE
Complementary color
Monochromatic Colors of #E2CBDE
Black with #E2CBDE
Text Example
Text Example
White with #E2CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBDE; }
p { color: rgb(226,203,222); }
H1.HeaderClassName
{
color: #E2CBDE;
}
.AnyTagClassName
{
color: #E2CBDE;
}
</style>
background-color css
<style>
a { background-color: #E2CBDE; }
a { background-color: rgb(226,203,222); }
div.DivClassName
{
background-color: #E2CBDE;
}
.BgClassName
{
background-color: #E2CBDE;
}
</style>
border-color css
<style>
span { border-color: #E2CBDE; }
span { border-color: rgb(226,203,222); }
td.TdClassName
{
border-color: #E2CBDE;
}
.TagClassName
{
border-color: #E2CBDE;
}
</style>