#DCB3C0

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

Shades of Melanie #DCB3C0

Tints of Melanie #DCB3C0

Color information

#DCB3C0 (or 0xDCB3C0) is unknown color: approx Melanie. HEX triplet: DC, B3 and C0. RGB value is (220,179,192). Sum of RGB (Red+Green+Blue) = 220+179+192=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C0 is #234C3F. Grayscale: #C0C0C0. Windows color (decimal): -2313280 or 12628956. OLE color: 12628956.

HSL color Cylindrical-coordinate representation of color #DCB3C0: hue angle of 340.98º 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 #DCB3C0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220179192-
CMYK00.190.130.14
HSL340.98º36.94%78.24%-
HSV(B)340.98º18.64%86.27%-
XYZ55.1551.2656.86-
YUV192.74127.58147.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=37.23%
G=30.29%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017919200.190.130.14340.9836.9478.24
HexDCB3C0013DE155254e
Octal334263300023151652545116
Binary110111001011001111000000010011110111101010101011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3C0; }

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

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

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

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

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

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

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

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