#DCB5BF

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

Shades of Melanie #DCB5BF

Tints of Melanie #DCB5BF

Color information

#DCB5BF (or 0xDCB5BF) is unknown color: approx Melanie. HEX triplet: DC, B5 and BF. RGB value is (220,181,191). Sum of RGB (Red+Green+Blue) = 220+181+191=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5BF is #234A40. Grayscale: #C1C1C1. Windows color (decimal): -2312769 or 12563932. OLE color: 12563932.

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

Color convert

RGB220181191-
CMYK00.180.130.14
HSL344.62º35.78%78.63%-
HSV(B)344.62º17.73%86.27%-
XYZ55.4452.0256.41-
YUV193.8126.42146.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 191 (75% from 255) = 32.26%
R=37.16%
G=30.57%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018119100.180.130.14344.6235.7878.63
HexDCB5BF012DE159244f
Octal334265277022151653144117
Binary110111001011010110111111010010110111101010110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5BF; }

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

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

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

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

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

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

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

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