#D6B1BA

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

Shades of Melanie #D6B1BA

Tints of Melanie #D6B1BA

Color information

#D6B1BA (or 0xD6B1BA) is unknown color: approx Melanie. HEX triplet: D6, B1 and BA. RGB value is (214,177,186). Sum of RGB (Red+Green+Blue) = 214+177+186=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1BA is #294E45. Grayscale: #BDBDBD. Windows color (decimal): -2707014 or 12235222. OLE color: 12235222.

HSL color Cylindrical-coordinate representation of color #D6B1BA: hue angle of 345.41º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B1BA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214177186-
CMYK00.170.130.16
HSL345.41º31.09%76.67%-
HSV(B)345.41º17.29%83.92%-
XYZ52.3249.2953.21-
YUV189.09126.26145.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=37.09%
G=30.68%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417718600.170.130.16345.4131.0976.67
HexD6B1BA011D101591f4d
Octal326261272021152053137115
Binary110101101011000110111010010001110110000101011001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B1BA; }

 p { color: rgb(214,177,186); }

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

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

 a { background-color: rgb(214,177,186); }

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

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

 span { border-color: rgb(214,177,186); }

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