#E2C6CA

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

Shades of Melanie #E2C6CA

Tints of Melanie #E2C6CA

Color information

#E2C6CA (or 0xE2C6CA) is unknown color: approx Melanie. HEX triplet: E2, C6 and CA. RGB value is (226,198,202). Sum of RGB (Red+Green+Blue) = 226+198+202=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C6CA is #1D3935. Grayscale: #CECECE. Windows color (decimal): -1915190 or 13289186. OLE color: 13289186.

HSL color Cylindrical-coordinate representation of color #E2C6CA: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2C6CA is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226198202-
CMYK00.120.110.11
HSL351.43º32.56%83.14%-
HSV(B)351.43º12.39%88.63%-
XYZ62.2260.8264.34-
YUV206.83125.28141.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.10%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=36.10%
G=31.63%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619820200.120.110.11351.4332.5683.14
HexE2C6CA0CBB15f2153
Octal342306312014131353741123
Binary11100010110001101100101001100101110111010111111000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C6CA; }

 p { color: rgb(226,198,202); }

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

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

 a { background-color: rgb(226,198,202); }

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

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

 span { border-color: rgb(226,198,202); }

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