#E6B4BD

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

Shades of Melanie #E6B4BD

Tints of Melanie #E6B4BD

Color information

#E6B4BD (or 0xE6B4BD) is unknown color: approx Melanie. HEX triplet: E6, B4 and BD. RGB value is (230,180,189). Sum of RGB (Red+Green+Blue) = 230+180+189=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B4BD is #194B42. Grayscale: #C3C3C3. Windows color (decimal): -1657667 or 12432614. OLE color: 12432614.

HSL color Cylindrical-coordinate representation of color #E6B4BD: hue angle of 349.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6B4BD is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230180189-
CMYK00.220.180.10
HSL349.2º50%80.39%-
HSV(B)349.2º21.74%90.2%-
XYZ58.1453.1455.34-
YUV195.98124.06152.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.40%
GREEN value IS 180 (70.70% from 255) = 30.05%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=38.40%
G=30.05%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018018900.220.180.10349.25080.39
HexE6B4BD01612A15d3250
Octal346264275026221253562120
Binary1110011010110100101111010101101001010101010111011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B4BD; }

 p { color: rgb(230,180,189); }

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

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

 a { background-color: rgb(230,180,189); }

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

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

 span { border-color: rgb(230,180,189); }

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