#E1C5CB

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

Shades of Melanie #E1C5CB

Tints of Melanie #E1C5CB

Color information

#E1C5CB (or 0xE1C5CB) is unknown color: approx Melanie. HEX triplet: E1, C5 and CB. RGB value is (225,197,203). Sum of RGB (Red+Green+Blue) = 225+197+203=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5CB is #1E3A34. Grayscale: #CECECE. Windows color (decimal): -1980981 or 13354465. OLE color: 13354465.

HSL color Cylindrical-coordinate representation of color #E1C5CB: hue angle of 347.14º degrees, saturation: 0.32, 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 #E1C5CB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225197203-
CMYK00.120.100.12
HSL347.14º31.82%82.75%-
HSV(B)347.14º12.44%88.24%-
XYZ61.860.2564.87-
YUV206.06126.28141.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=36%
G=31.52%
B=32.48%

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
Decimal22519720300.120.100.12347.1431.8282.75
HexE1C5CB0CAC15b2053
Octal341305313014121453340123
Binary11100001110001011100101101100101011001010110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C5CB; }

 p { color: rgb(225,197,203); }

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

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

 a { background-color: rgb(225,197,203); }

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

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

 span { border-color: rgb(225,197,203); }

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