#E1AFBC

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

Shades of Melanie #E1AFBC

Tints of Melanie #E1AFBC

Color information

#E1AFBC (or 0xE1AFBC) is unknown color: approx Melanie. HEX triplet: E1, AF and BC. RGB value is (225,175,188). Sum of RGB (Red+Green+Blue) = 225+175+188=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFBC is #1E5043. Grayscale: #BFBFBF. Windows color (decimal): -1986628 or 12365793. OLE color: 12365793.

HSL color Cylindrical-coordinate representation of color #E1AFBC: hue angle of 344.4º 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 #E1AFBC is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225175188-
CMYK00.220.160.12
HSL344.4º45.45%78.43%-
HSV(B)344.4º22.22%88.24%-
XYZ55.4650.354.36-
YUV191.43126.06151.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=38.27%
G=29.76%
B=31.97%

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
Decimal22517518800.220.160.12344.445.4578.43
HexE1AFBC01610C1582d4e
Octal341257274026201453055116
Binary1110000110101111101111000101101000011001010110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFBC; }

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

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

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

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

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

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

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

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