#E4BCC4

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

Shades of Melanie #E4BCC4

Tints of Melanie #E4BCC4

Color information

#E4BCC4 (or 0xE4BCC4) is unknown color: approx Melanie. HEX triplet: E4, BC and C4. RGB value is (228,188,196). Sum of RGB (Red+Green+Blue) = 228+188+196=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCC4 is #1B433B. Grayscale: #C8C8C8. Windows color (decimal): -1786684 or 12893412. OLE color: 12893412.

HSL color Cylindrical-coordinate representation of color #E4BCC4: hue angle of 348º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BCC4 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB228188196-
CMYK00.180.140.11
HSL348º42.55%81.57%-
HSV(B)348º17.54%89.41%-
XYZ59.9456.4559.96-
YUV200.87125.25147.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.25%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=37.25%
G=30.72%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818819600.180.140.1134842.5581.57
HexE4BCC4012EB15c2b52
Octal344274304022161353453122
Binary111001001011110011000100010010111010111010111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCC4; }

 p { color: rgb(228,188,196); }

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

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

 a { background-color: rgb(228,188,196); }

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

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

 span { border-color: rgb(228,188,196); }

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