#E1BECA

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

Shades of Melanie #E1BECA

Tints of Melanie #E1BECA

Color information

#E1BECA (or 0xE1BECA) is unknown color: approx Melanie. HEX triplet: E1, BE and CA. RGB value is (225,190,202). Sum of RGB (Red+Green+Blue) = 225+190+202=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BECA is #1E4135. Grayscale: #C9C9C9. Windows color (decimal): -1982774 or 13287137. OLE color: 13287137.

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

Color convert

RGB225190202-
CMYK00.160.100.12
HSL339.43º36.84%81.37%-
HSV(B)339.43º15.56%88.24%-
XYZ60.1357.163.73-
YUV201.83128.1144.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=36.47%
G=30.79%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519020200.160.100.12339.4336.8481.37
HexE1BECA010AC1532551
Octal341276312020121452345121
Binary111000011011111011001010010000101011001010100111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BECA; }

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

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

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

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

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

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

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

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