#E2C1CC

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

Shades of Melanie #E2C1CC

Tints of Melanie #E2C1CC

Color information

#E2C1CC (or 0xE2C1CC) is unknown color: approx Melanie. HEX triplet: E2, C1 and CC. RGB value is (226,193,204). Sum of RGB (Red+Green+Blue) = 226+193+204=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1CC is #1D3E33. Grayscale: #CCCCCC. Windows color (decimal): -1916468 or 13418978. OLE color: 13418978.

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

Color convert

RGB226193204-
CMYK00.150.100.11
HSL340º36.26%82.16%-
HSV(B)340º14.6%88.63%-
XYZ61.3358.6765.22-
YUV204.12127.93143.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.28%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=36.28%
G=30.98%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619320400.150.100.1134036.2682.16
HexE2C1CC0FAB1542452
Octal342301314017121352444122
Binary11100010110000011100110001111101010111010101001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1CC; }

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

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

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

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

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

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

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

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