#DCB2C0

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

Shades of Melanie #DCB2C0

Tints of Melanie #DCB2C0

Color information

#DCB2C0 (or 0xDCB2C0) is unknown color: approx Melanie. HEX triplet: DC, B2 and C0. RGB value is (220,178,192). Sum of RGB (Red+Green+Blue) = 220+178+192=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2C0 is #234D3F. Grayscale: #C0C0C0. Windows color (decimal): -2313536 or 12628700. OLE color: 12628700.

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

Color convert

RGB220178192-
CMYK00.190.130.14
HSL340º37.5%78.04%-
HSV(B)340º19.09%86.27%-
XYZ54.9550.8656.79-
YUV192.15127.91147.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=37.29%
G=30.17%
B=32.54%

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
Decimal22017819200.190.130.1434037.578.04
HexDCB2C0013DE154264e
Octal334262300023151652446116
Binary110111001011001011000000010011110111101010101001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2C0; }

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

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

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

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

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

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

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

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