#E2C1CB

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

Shades of Melanie #E2C1CB

Tints of Melanie #E2C1CB

Color information

#E2C1CB (or 0xE2C1CB) is unknown color: approx Melanie. HEX triplet: E2, C1 and CB. RGB value is (226,193,203). Sum of RGB (Red+Green+Blue) = 226+193+203=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1CB is #1D3E34. Grayscale: #CCCCCC. Windows color (decimal): -1916469 or 13353442. OLE color: 13353442.

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

Color convert

RGB226193203-
CMYK00.150.100.11
HSL341.82º36.26%82.16%-
HSV(B)341.82º14.6%88.63%-
XYZ61.2158.6264.59-
YUV204.01127.43143.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.33%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=36.33%
G=31.03%
B=32.64%

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
Decimal22619320300.150.100.11341.8236.2682.16
HexE2C1CB0FAB1562452
Octal342301313017121352644122
Binary11100010110000011100101101111101010111010101101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1CB; }

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

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

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

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

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

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

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

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