#E2BBCA

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

Shades of Melanie #E2BBCA

Tints of Melanie #E2BBCA

Color information

#E2BBCA (or 0xE2BBCA) is unknown color: approx Melanie. HEX triplet: E2, BB and CA. RGB value is (226,187,202). Sum of RGB (Red+Green+Blue) = 226+187+202=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBCA is #1D4435. Grayscale: #C8C8C8. Windows color (decimal): -1918006 or 13286370. OLE color: 13286370.

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

Color convert

RGB226187202-
CMYK00.170.110.11
HSL336.92º40.21%80.98%-
HSV(B)336.92º17.26%88.63%-
XYZ59.855.9763.53-
YUV200.37128.92146.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=36.75%
G=30.41%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618720200.170.110.11336.9240.2180.98
HexE2BBCA011BB1512851
Octal342273312021131352150121
Binary111000101011101111001010010001101110111010100011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBCA; }

 p { color: rgb(226,187,202); }

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

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

 a { background-color: rgb(226,187,202); }

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

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

 span { border-color: rgb(226,187,202); }

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