#E1AFBD

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

Shades of Melanie #E1AFBD

Tints of Melanie #E1AFBD

Color information

#E1AFBD (or 0xE1AFBD) is unknown color: approx Melanie. HEX triplet: E1, AF and BD. RGB value is (225,175,189). Sum of RGB (Red+Green+Blue) = 225+175+189=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFBD is #1E5042. Grayscale: #BFBFBF. Windows color (decimal): -1986627 or 12431329. OLE color: 12431329.

HSL color Cylindrical-coordinate representation of color #E1AFBD: hue angle of 343.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFBD is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225175189-
CMYK00.220.160.12
HSL343.2º45.45%78.43%-
HSV(B)343.2º22.22%88.24%-
XYZ55.5750.3454.93-
YUV191.55126.56151.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=38.20%
G=29.71%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517518900.220.160.12343.245.4578.43
HexE1AFBD01610C1572d4e
Octal341257275026201452755116
Binary1110000110101111101111010101101000011001010101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFBD; }

 p { color: rgb(225,175,189); }

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

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

 a { background-color: rgb(225,175,189); }

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

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

 span { border-color: rgb(225,175,189); }

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