#E2BFCA

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

Shades of Melanie #E2BFCA

Tints of Melanie #E2BFCA

Color information

#E2BFCA (or 0xE2BFCA) is unknown color: approx Melanie. HEX triplet: E2, BF and CA. RGB value is (226,191,202). Sum of RGB (Red+Green+Blue) = 226+191+202=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFCA is #1D4035. Grayscale: #CACACA. Windows color (decimal): -1916982 or 13287394. OLE color: 13287394.

HSL color Cylindrical-coordinate representation of color #E2BFCA: hue angle of 341.14º 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 #E2BFCA is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226191202-
CMYK00.150.110.11
HSL341.14º37.63%81.76%-
HSV(B)341.14º15.49%88.63%-
XYZ60.6657.6963.82-
YUV202.72127.6144.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=36.51%
G=30.86%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619120200.150.110.11341.1437.6381.76
HexE2BFCA0FBB1552652
Octal342277312017131352546122
Binary11100010101111111100101001111101110111010101011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFCA; }

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

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

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

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

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

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

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

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