#E1BFCB

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

Shades of Melanie #E1BFCB

Tints of Melanie #E1BFCB

Color information

#E1BFCB (or 0xE1BFCB) is unknown color: approx Melanie. HEX triplet: E1, BF and CB. RGB value is (225,191,203). Sum of RGB (Red+Green+Blue) = 225+191+203=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFCB is #1E4034. Grayscale: #CACACA. Windows color (decimal): -1982517 or 13352929. OLE color: 13352929.

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

Color convert

RGB225191203-
CMYK00.150.100.12
HSL338.82º36.17%81.57%-
HSV(B)338.82º15.11%88.24%-
XYZ60.4657.5864.43-
YUV202.53128.26144.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=36.35%
G=30.86%
B=32.79%

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
Decimal22519120300.150.100.12338.8236.1781.57
HexE1BFCB0FAC1532452
Octal341277313017121452344122
Binary11100001101111111100101101111101011001010100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFCB; }

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

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

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

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

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

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

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

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