#D8B0BA

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

Shades of Melanie #D8B0BA

Tints of Melanie #D8B0BA

Color information

#D8B0BA (or 0xD8B0BA) is unknown color: approx Melanie. HEX triplet: D8, B0 and BA. RGB value is (216,176,186). Sum of RGB (Red+Green+Blue) = 216+176+186=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0BA is #274F45. Grayscale: #BDBDBD. Windows color (decimal): -2576198 or 12234968. OLE color: 12234968.

HSL color Cylindrical-coordinate representation of color #D8B0BA: hue angle of 345º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0BA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216176186-
CMYK00.190.140.15
HSL345º33.9%76.86%-
HSV(B)345º18.52%84.71%-
XYZ52.7149.1953.17-
YUV189.1126.25147.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=37.37%
G=30.45%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617618600.190.140.1534533.976.86
HexD8B0BA013EF159224d
Octal330260272023161753142115
Binary110110001011000010111010010011111011111010110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B0BA; }

 p { color: rgb(216,176,186); }

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

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

 a { background-color: rgb(216,176,186); }

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

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

 span { border-color: rgb(216,176,186); }

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