#DCB3BE

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

Shades of Melanie #DCB3BE

Tints of Melanie #DCB3BE

Color information

#DCB3BE (or 0xDCB3BE) is unknown color: approx Melanie. HEX triplet: DC, B3 and BE. RGB value is (220,179,190). Sum of RGB (Red+Green+Blue) = 220+179+190=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3BE is #234C41. Grayscale: #C0C0C0. Windows color (decimal): -2313282 or 12497884. OLE color: 12497884.

HSL color Cylindrical-coordinate representation of color #DCB3BE: hue angle of 343.9º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3BE is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220179190-
CMYK00.190.140.14
HSL343.9º36.94%78.24%-
HSV(B)343.9º18.64%86.27%-
XYZ54.9351.1755.7-
YUV192.51126.58147.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 179 (70.31% from 255) = 30.39%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=37.35%
G=30.39%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017919000.190.140.14343.936.9478.24
HexDCB3BE013EE158254e
Octal334263276023161653045116
Binary110111001011001110111110010011111011101010110001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3BE; }

 p { color: rgb(220,179,190); }

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

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

 a { background-color: rgb(220,179,190); }

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

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

 span { border-color: rgb(220,179,190); }

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