#D1B2BF

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

Shades of Melanie #D1B2BF

Tints of Melanie #D1B2BF

Color information

#D1B2BF (or 0xD1B2BF) is unknown color: approx Melanie. HEX triplet: D1, B2 and BF. RGB value is (209,178,191). Sum of RGB (Red+Green+Blue) = 209+178+191=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2BF is #2E4D40. Grayscale: #BCBCBC. Windows color (decimal): -3034433 or 12563153. OLE color: 12563153.

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

Color convert

RGB209178191-
CMYK00.150.090.18
HSL334.84º25.2%75.88%-
HSV(B)334.84º14.83%81.96%-
XYZ51.6249.1656.06-
YUV188.75129.27142.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.16%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 191 (75% from 255) = 33.04%
R=36.16%
G=30.80%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917819100.150.090.18334.8425.275.88
HexD1B2BF0F91214f194c
Octal321262277017112251731114
Binary11010001101100101011111101111100110010101001111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B2BF; }

 p { color: rgb(209,178,191); }

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

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

 a { background-color: rgb(209,178,191); }

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

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

 span { border-color: rgb(209,178,191); }

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