#E0BECA

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

Shades of Melanie #E0BECA

Tints of Melanie #E0BECA

Color information

#E0BECA (or 0xE0BECA) is unknown color: approx Melanie. HEX triplet: E0, BE and CA. RGB value is (224,190,202). Sum of RGB (Red+Green+Blue) = 224+190+202=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BECA is #1F4135. Grayscale: #C9C9C9. Windows color (decimal): -2048310 or 13287136. OLE color: 13287136.

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

Color convert

RGB224190202-
CMYK00.150.100.12
HSL338.82º35.42%81.18%-
HSV(B)338.82º15.18%87.84%-
XYZ59.8156.9463.71-
YUV201.53128.26144.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.36%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=36.36%
G=30.84%
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
Decimal22419020200.150.100.12338.8235.4281.18
HexE0BECA0FAC1532351
Octal340276312017121452343121
Binary11100000101111101100101001111101011001010100111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BECA; }

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

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

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

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

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

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

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

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