#E3AFBD

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

Shades of Melanie #E3AFBD

Tints of Melanie #E3AFBD

Color information

#E3AFBD (or 0xE3AFBD) is unknown color: approx Melanie. HEX triplet: E3, AF and BD. RGB value is (227,175,189). Sum of RGB (Red+Green+Blue) = 227+175+189=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AFBD is #1C5042. Grayscale: #C0C0C0. Windows color (decimal): -1855555 or 12431331. OLE color: 12431331.

HSL color Cylindrical-coordinate representation of color #E3AFBD: hue angle of 343.85º degrees, saturation: 0.48, 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 #E3AFBD is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227175189-
CMYK00.230.170.11
HSL343.85º48.15%78.82%-
HSV(B)343.85º22.91%89.02%-
XYZ56.1950.6654.96-
YUV192.14126.23152.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.41%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=38.41%
G=29.61%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717518900.230.170.11343.8548.1578.82
HexE3AFBD01711B158304f
Octal343257275027211353060117
Binary1110001110101111101111010101111000110111010110001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AFBD; }

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

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

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

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

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

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

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

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