#E2BFCB

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

Shades of Melanie #E2BFCB

Tints of Melanie #E2BFCB

Color information

#E2BFCB (or 0xE2BFCB) is unknown color: approx Melanie. HEX triplet: E2, BF and CB. RGB value is (226,191,203). Sum of RGB (Red+Green+Blue) = 226+191+203=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFCB is #1D4034. Grayscale: #CACACA. Windows color (decimal): -1916981 or 13352930. OLE color: 13352930.

HSL color Cylindrical-coordinate representation of color #E2BFCB: hue angle of 339.43º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFCB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226191203-
CMYK00.150.100.11
HSL339.43º37.63%81.76%-
HSV(B)339.43º15.49%88.63%-
XYZ60.7757.7464.44-
YUV202.83128.1144.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.45%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=36.45%
G=30.81%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619120300.150.100.11339.4337.6381.76
HexE2BFCB0FAB1532652
Octal342277313017121352346122
Binary11100010101111111100101101111101010111010100111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFCB; }

 p { color: rgb(226,191,203); }

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

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

 a { background-color: rgb(226,191,203); }

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

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

 span { border-color: rgb(226,191,203); }

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