#E4B0C7

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

Shades of Melanie #E4B0C7

Tints of Melanie #E4B0C7

Color information

#E4B0C7 (or 0xE4B0C7) is unknown color: approx Melanie. HEX triplet: E4, B0 and C7. RGB value is (228,176,199). Sum of RGB (Red+Green+Blue) = 228+176+199=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4B0C7 is #1B4F38. Grayscale: #C2C2C2. Windows color (decimal): -1789753 or 13086948. OLE color: 13086948.

HSL color Cylindrical-coordinate representation of color #E4B0C7: hue angle of 333.46º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4B0C7 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB228176199-
CMYK00.230.130.11
HSL333.46º49.06%79.22%-
HSV(B)333.46º22.81%89.41%-
XYZ57.8351.6760.96-
YUV194.17130.73152.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.81%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=37.81%
G=29.19%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817619900.230.130.11333.4649.0679.22
HexE4B0C7017DB14d314f
Octal344260307027151351561117
Binary111001001011000011000111010111110110111010011011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B0C7; }

 p { color: rgb(228,176,199); }

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

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

 a { background-color: rgb(228,176,199); }

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

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

 span { border-color: rgb(228,176,199); }

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