#E1BFCA

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

Shades of Melanie #E1BFCA

Tints of Melanie #E1BFCA

Color information

#E1BFCA (or 0xE1BFCA) is unknown color: approx Melanie. HEX triplet: E1, BF and CA. RGB value is (225,191,202). Sum of RGB (Red+Green+Blue) = 225+191+202=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFCA is #1E4035. Grayscale: #CACACA. Windows color (decimal): -1982518 or 13287393. OLE color: 13287393.

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

Color convert

RGB225191202-
CMYK00.150.100.12
HSL340.59º36.17%81.57%-
HSV(B)340.59º15.11%88.24%-
XYZ60.3457.5363.8-
YUV202.42127.76144.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=36.41%
G=30.91%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519120200.150.100.12340.5936.1781.57
HexE1BFCA0FAC1552452
Octal341277312017121452544122
Binary11100001101111111100101001111101011001010101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFCA; }

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

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

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

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

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

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

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

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