#E1C0CB

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

Shades of Melanie #E1C0CB

Tints of Melanie #E1C0CB

Color information

#E1C0CB (or 0xE1C0CB) is unknown color: approx Melanie. HEX triplet: E1, C0 and CB. RGB value is (225,192,203). Sum of RGB (Red+Green+Blue) = 225+192+203=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0CB is #1E3F34. Grayscale: #CBCBCB. Windows color (decimal): -1982261 or 13353185. OLE color: 13353185.

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

Color convert

RGB225192203-
CMYK00.150.100.12
HSL340º35.48%81.76%-
HSV(B)340º14.67%88.24%-
XYZ60.6858.0264.5-
YUV203.12127.93143.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=36.29%
G=30.97%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22519220300.150.100.1234035.4881.76
HexE1C0CB0FAC1542352
Octal341300313017121452443122
Binary11100001110000001100101101111101011001010101001000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0CB; }

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

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

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

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

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

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

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

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