#E2ADBA

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

Shades of Melanie #E2ADBA

Tints of Melanie #E2ADBA

Color information

#E2ADBA (or 0xE2ADBA) is unknown color: approx Melanie. HEX triplet: E2, AD and BA. RGB value is (226,173,186). Sum of RGB (Red+Green+Blue) = 226+173+186=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADBA is #1D5245. Grayscale: #BEBEBE. Windows color (decimal): -1921606 or 12234210. OLE color: 12234210.

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

Color convert

RGB226173186-
CMYK00.230.180.11
HSL345.28º47.75%78.24%-
HSV(B)345.28º23.45%88.63%-
XYZ55.1749.653.12-
YUV190.33125.56153.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=38.63%
G=29.57%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617318600.230.180.11345.2847.7578.24
HexE2ADBA01712B159304e
Octal342255272027221353160116
Binary1110001010101101101110100101111001010111010110011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADBA; }

 p { color: rgb(226,173,186); }

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

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

 a { background-color: rgb(226,173,186); }

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

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

 span { border-color: rgb(226,173,186); }

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