#E0C0CA

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

Shades of Melanie #E0C0CA

Tints of Melanie #E0C0CA

Color information

#E0C0CA (or 0xE0C0CA) is unknown color: approx Melanie. HEX triplet: E0, C0 and CA. RGB value is (224,192,202). Sum of RGB (Red+Green+Blue) = 224+192+202=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C0CA is #1F3F35. Grayscale: #CACACA. Windows color (decimal): -2047798 or 13287648. OLE color: 13287648.

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

Color convert

RGB224192202-
CMYK00.140.100.12
HSL341.25º34.04%81.57%-
HSV(B)341.25º14.29%87.84%-
XYZ60.2557.8163.86-
YUV202.71127.6143.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=36.25%
G=31.07%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419220200.140.100.12341.2534.0481.57
HexE0C0CA0EAC1552252
Octal340300312016121452542122
Binary11100000110000001100101001110101011001010101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C0CA; }

 p { color: rgb(224,192,202); }

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

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

 a { background-color: rgb(224,192,202); }

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

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

 span { border-color: rgb(224,192,202); }

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