#E5BAC1

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

Shades of Melanie #E5BAC1

Tints of Melanie #E5BAC1

Color information

#E5BAC1 (or 0xE5BAC1) is unknown color: approx Melanie. HEX triplet: E5, BA and C1. RGB value is (229,186,193). Sum of RGB (Red+Green+Blue) = 229+186+193=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAC1 is #1A453E. Grayscale: #C7C7C7. Windows color (decimal): -1721663 or 12696293. OLE color: 12696293.

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

Color convert

RGB229186193-
CMYK00.190.160.10
HSL350.23º45.26%81.37%-
HSV(B)350.23º18.78%89.8%-
XYZ59.555.6358.05-
YUV199.66124.25148.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.66%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=37.66%
G=30.59%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918619300.190.160.10350.2345.2681.37
HexE5BAC101310A15e2d51
Octal345272301023201253655121
Binary1110010110111010110000010100111000010101010111101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAC1; }

 p { color: rgb(229,186,193); }

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

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

 a { background-color: rgb(229,186,193); }

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

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

 span { border-color: rgb(229,186,193); }

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