#DCB0BF

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

Shades of Melanie #DCB0BF

Tints of Melanie #DCB0BF

Color information

#DCB0BF (or 0xDCB0BF) is unknown color: approx Melanie. HEX triplet: DC, B0 and BF. RGB value is (220,176,191). Sum of RGB (Red+Green+Blue) = 220+176+191=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BF is #234F40. Grayscale: #BEBEBE. Windows color (decimal): -2314049 or 12562652. OLE color: 12562652.

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

Color convert

RGB220176191-
CMYK00.20.130.14
HSL339.55º38.6%77.65%-
HSV(B)339.55º20%86.27%-
XYZ54.4450.0356.08-
YUV190.87128.08148.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 191 (75% from 255) = 32.54%
R=37.48%
G=29.98%
B=32.54%

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
Decimal22017619100.20.130.14339.5538.677.65
HexDCB0BF014DE154274e
Octal334260277024151652447116
Binary110111001011000010111111010100110111101010101001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0BF; }

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

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

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

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

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

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

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

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