#DCB7BF

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

Shades of Melanie #DCB7BF

Tints of Melanie #DCB7BF

Color information

#DCB7BF (or 0xDCB7BF) is unknown color: approx Melanie. HEX triplet: DC, B7 and BF. RGB value is (220,183,191). Sum of RGB (Red+Green+Blue) = 220+183+191=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7BF is #234840. Grayscale: #C2C2C2. Windows color (decimal): -2312257 or 12564444. OLE color: 12564444.

HSL color Cylindrical-coordinate representation of color #DCB7BF: hue angle of 347.03º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7BF is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220183191-
CMYK00.170.130.14
HSL347.03º34.58%79.02%-
HSV(B)347.03º16.82%86.27%-
XYZ55.8552.8456.55-
YUV194.98125.76145.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 191 (75% from 255) = 32.15%
R=37.04%
G=30.81%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018319100.170.130.14347.0334.5879.02
HexDCB7BF011DE15b234f
Octal334267277021151653343117
Binary110111001011011110111111010001110111101010110111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7BF; }

 p { color: rgb(220,183,191); }

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

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

 a { background-color: rgb(220,183,191); }

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

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

 span { border-color: rgb(220,183,191); }

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