#E0C1C4

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

Shades of Melanie #E0C1C4

Tints of Melanie #E0C1C4

Color information

#E0C1C4 (or 0xE0C1C4) is unknown color: approx Melanie. HEX triplet: E0, C1 and C4. RGB value is (224,193,196). Sum of RGB (Red+Green+Blue) = 224+193+196=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1C4 is #1F3E3B. Grayscale: #CACACA. Windows color (decimal): -2047548 or 12894688. OLE color: 12894688.

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

Color convert

RGB224193196-
CMYK00.140.120.12
HSL354.19º33.33%81.76%-
HSV(B)354.19º13.84%87.84%-
XYZ59.7757.9760.26-
YUV202.61124.27143.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=36.54%
G=31.48%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419319600.140.120.12354.1933.3381.76
HexE0C1C40ECC1622152
Octal340301304016141454241122
Binary11100000110000011100010001110110011001011000101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C1C4; }

 p { color: rgb(224,193,196); }

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

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

 a { background-color: rgb(224,193,196); }

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

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

 span { border-color: rgb(224,193,196); }

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