#DCB0C0

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

Shades of Melanie #DCB0C0

Tints of Melanie #DCB0C0

Color information

#DCB0C0 (or 0xDCB0C0) is unknown color: approx Melanie. HEX triplet: DC, B0 and C0. RGB value is (220,176,192). Sum of RGB (Red+Green+Blue) = 220+176+192=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C0 is #234F3F. Grayscale: #BEBEBE. Windows color (decimal): -2314048 or 12628188. OLE color: 12628188.

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

Color convert

RGB220176192-
CMYK00.20.130.14
HSL338.18º38.6%77.65%-
HSV(B)338.18º20%86.27%-
XYZ54.5550.0756.66-
YUV190.98128.58148.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 192 (75.39% from 255) = 32.65%
R=37.41%
G=29.93%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017619200.20.130.14338.1838.677.65
HexDCB0C0014DE152274e
Octal334260300024151652247116
Binary110111001011000011000000010100110111101010100101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0C0; }

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

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

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

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

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

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

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

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