#E2AEBC

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

Shades of Melanie #E2AEBC

Tints of Melanie #E2AEBC

Color information

#E2AEBC (or 0xE2AEBC) is unknown color: approx Melanie. HEX triplet: E2, AE and BC. RGB value is (226,174,188). Sum of RGB (Red+Green+Blue) = 226+174+188=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEBC is #1D5143. Grayscale: #BFBFBF. Windows color (decimal): -1921348 or 12365538. OLE color: 12365538.

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

Color convert

RGB226174188-
CMYK00.230.170.11
HSL343.85º47.27%78.43%-
HSV(B)343.85º23.01%88.63%-
XYZ55.5850.0754.31-
YUV191.14126.23152.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=38.44%
G=29.59%
B=31.97%

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
Decimal22617418800.230.170.11343.8547.2778.43
HexE2AEBC01711B1582f4e
Octal342256274027211353057116
Binary1110001010101110101111000101111000110111010110001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEBC; }

 p { color: rgb(226,174,188); }

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

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

 a { background-color: rgb(226,174,188); }

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

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

 span { border-color: rgb(226,174,188); }

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