#E6B5BF

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

Shades of Melanie #E6B5BF

Tints of Melanie #E6B5BF

Color information

#E6B5BF (or 0xE6B5BF) is unknown color: approx Melanie. HEX triplet: E6, B5 and BF. RGB value is (230,181,191). Sum of RGB (Red+Green+Blue) = 230+181+191=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5BF is #194A40. Grayscale: #C4C4C4. Windows color (decimal): -1657409 or 12563942. OLE color: 12563942.

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

Color convert

RGB230181191-
CMYK00.210.170.10
HSL347.76º49.49%80.59%-
HSV(B)347.76º21.3%90.2%-
XYZ58.5653.6356.56-
YUV196.79124.73151.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 191 (75% from 255) = 31.73%
R=38.21%
G=30.07%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018119100.210.170.10347.7649.4980.59
HexE6B5BF01511A15c3151
Octal346265277025211253461121
Binary1110011010110101101111110101011000110101010111001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5BF; }

 p { color: rgb(230,181,191); }

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

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

 a { background-color: rgb(230,181,191); }

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

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

 span { border-color: rgb(230,181,191); }

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