#E6BAC4

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

Shades of Melanie #E6BAC4

Tints of Melanie #E6BAC4

Color information

#E6BAC4 (or 0xE6BAC4) is unknown color: approx Melanie. HEX triplet: E6, BA and C4. RGB value is (230,186,196). Sum of RGB (Red+Green+Blue) = 230+186+196=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAC4 is #19453B. Grayscale: #C8C8C8. Windows color (decimal): -1656124 or 12892902. OLE color: 12892902.

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

Color convert

RGB230186196-
CMYK00.190.150.10
HSL346.36º46.81%81.57%-
HSV(B)346.36º19.13%90.2%-
XYZ60.1655.9359.85-
YUV200.3125.58149.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.58%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=37.58%
G=30.39%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018619600.190.150.10346.3646.8181.57
HexE6BAC4013FA15a2f52
Octal346272304023171253257122
Binary111001101011101011000100010011111110101010110101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAC4; }

 p { color: rgb(230,186,196); }

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

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

 a { background-color: rgb(230,186,196); }

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

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

 span { border-color: rgb(230,186,196); }

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