#E2C0DE

Color #E2C0DE French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E2C0DE

Tints of French Lilac #E2C0DE

Color information

#E2C0DE (or 0xE2C0DE) is unknown color: approx French Lilac. HEX triplet: E2, C0 and DE. RGB value is (226,192,222). Sum of RGB (Red+Green+Blue) = 226+192+222=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C0DE is #1D3F21. Grayscale: #CDCDCD. Windows color (decimal): -1916706 or 14598370. OLE color: 14598370.

HSL color Cylindrical-coordinate representation of color #E2C0DE: hue angle of 307.06º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2C0DE is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226192222-
CMYK00.150.020.11
HSL307.06º36.96%81.96%-
HSV(B)307.06º15.04%88.63%-
XYZ63.459.1477.18-
YUV205.59137.26142.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 192 (75.39% from 255) = 30%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=35.31%
G=30%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619222200.150.020.11307.0636.9681.96
HexE2C0DE0F2B1332552
Octal34230033601721346345122
Binary111000101100000011011110011111010111001100111001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C0DE; }

 p { color: rgb(226,192,222); }

 H1.HeaderClassName
 {
   color: #E2C0DE;
 }
 .AnyTagClassName
 {
   color: #E2C0DE;
 }
</style>
background-color css

<style>
 a { background-color: #E2C0DE; }

 a { background-color: rgb(226,192,222); }

 div.DivClassName
 {
   background-color: #E2C0DE;
 }
 .BgClassName
 {
   background-color: #E2C0DE;
 }
</style>
border-color css

<style>
 span { border-color: #E2C0DE; }

 span { border-color: rgb(226,192,222); }

 td.TdClassName
 {
   border-color: #E2C0DE;
 }
 .TagClassName
 {
   border-color: #E2C0DE;
 }
</style>