#E2C1C4

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

Shades of Melanie #E2C1C4

Tints of Melanie #E2C1C4

Color information

#E2C1C4 (or 0xE2C1C4) is unknown color: approx Melanie. HEX triplet: E2, C1 and C4. RGB value is (226,193,196). Sum of RGB (Red+Green+Blue) = 226+193+196=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1C4 is #1D3E3B. Grayscale: #CBCBCB. Windows color (decimal): -1916476 or 12894690. OLE color: 12894690.

HSL color Cylindrical-coordinate representation of color #E2C1C4: hue angle of 354.55º degrees, saturation: 0.36, 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 #E2C1C4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB226193196-
CMYK00.150.130.11
HSL354.55º36.26%82.16%-
HSV(B)354.55º14.6%88.63%-
XYZ60.458.2960.29-
YUV203.21123.93144.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=36.75%
G=31.38%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619319600.150.130.11354.5536.2682.16
HexE2C1C40FDB1632452
Octal342301304017151354344122
Binary11100010110000011100010001111110110111011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1C4; }

 p { color: rgb(226,193,196); }

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

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

 a { background-color: rgb(226,193,196); }

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

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

 span { border-color: rgb(226,193,196); }

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