#E1C6CA

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

Shades of Melanie #E1C6CA

Tints of Melanie #E1C6CA

Color information

#E1C6CA (or 0xE1C6CA) is unknown color: approx Melanie. HEX triplet: E1, C6 and CA. RGB value is (225,198,202). Sum of RGB (Red+Green+Blue) = 225+198+202=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6CA is #1E3935. Grayscale: #CECECE. Windows color (decimal): -1980726 or 13289185. OLE color: 13289185.

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

Color convert

RGB225198202-
CMYK00.120.100.12
HSL351.11º31.03%82.94%-
HSV(B)351.11º12%88.24%-
XYZ61.9160.6664.32-
YUV206.53125.45141.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=36%
G=31.68%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519820200.120.100.12351.1131.0382.94
HexE1C6CA0CAC15f1f53
Octal341306312014121453737123
Binary1110000111000110110010100110010101100101011111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C6CA; }

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

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

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

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

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

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

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

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