#D2B0BA

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

Shades of Melanie #D2B0BA

Tints of Melanie #D2B0BA

Color information

#D2B0BA (or 0xD2B0BA) is unknown color: approx Melanie. HEX triplet: D2, B0 and BA. RGB value is (210,176,186). Sum of RGB (Red+Green+Blue) = 210+176+186=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0BA is #2D4F45. Grayscale: #BBBBBB. Windows color (decimal): -2969414 or 12234962. OLE color: 12234962.

HSL color Cylindrical-coordinate representation of color #D2B0BA: hue angle of 342.35º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B0BA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210176186-
CMYK00.160.110.18
HSL342.35º27.42%75.69%-
HSV(B)342.35º16.19%82.35%-
XYZ50.9748.353.09-
YUV187.31127.26144.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=36.71%
G=30.77%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017618600.160.110.18342.3527.4275.69
HexD2B0BA010B121561b4c
Octal322260272020132252633114
Binary110100101011000010111010010000101110010101010110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B0BA; }

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

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

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

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

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

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

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

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