#E0C3CB

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

Shades of Melanie #E0C3CB

Tints of Melanie #E0C3CB

Color information

#E0C3CB (or 0xE0C3CB) is unknown color: approx Melanie. HEX triplet: E0, C3 and CB. RGB value is (224,195,203). Sum of RGB (Red+Green+Blue) = 224+195+203=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C3CB is #1F3C34. Grayscale: #CCCCCC. Windows color (decimal): -2047029 or 13353952. OLE color: 13353952.

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

Color convert

RGB224195203-
CMYK00.130.090.12
HSL343.45º31.87%82.16%-
HSV(B)343.45º12.95%87.84%-
XYZ61.0459.1964.71-
YUV204.58127.11141.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=36.01%
G=31.35%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419520300.130.090.12343.4531.8782.16
HexE0C3CB0D9C1572052
Octal340303313015111452740122
Binary11100000110000111100101101101100111001010101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3CB; }

 p { color: rgb(224,195,203); }

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

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

 a { background-color: rgb(224,195,203); }

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

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

 span { border-color: rgb(224,195,203); }

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