#E0BAC0

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

Shades of Melanie #E0BAC0

Tints of Melanie #E0BAC0

Color information

#E0BAC0 (or 0xE0BAC0) is unknown color: approx Melanie. HEX triplet: E0, BA and C0. RGB value is (224,186,192). Sum of RGB (Red+Green+Blue) = 224+186+192=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAC0 is #1F453F. Grayscale: #C6C6C6. Windows color (decimal): -2049344 or 12630752. OLE color: 12630752.

HSL color Cylindrical-coordinate representation of color #E0BAC0: hue angle of 350.53º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BAC0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224186192-
CMYK00.170.140.12
HSL350.53º38%80.39%-
HSV(B)350.53º16.96%87.84%-
XYZ57.8154.7757.39-
YUV198.05124.59146.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=37.21%
G=30.90%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418619200.170.140.12350.533880.39
HexE0BAC0011EC15f2650
Octal340272300021161453746120
Binary111000001011101011000000010001111011001010111111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAC0; }

 p { color: rgb(224,186,192); }

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

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

 a { background-color: rgb(224,186,192); }

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

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

 span { border-color: rgb(224,186,192); }

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