#DCB0BD

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

Shades of Melanie #DCB0BD

Tints of Melanie #DCB0BD

Color information

#DCB0BD (or 0xDCB0BD) is unknown color: approx Melanie. HEX triplet: DC, B0 and BD. RGB value is (220,176,189). Sum of RGB (Red+Green+Blue) = 220+176+189=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BD is #234F42. Grayscale: #BEBEBE. Windows color (decimal): -2314051 or 12431580. OLE color: 12431580.

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

Color convert

RGB220176189-
CMYK00.20.140.14
HSL342.27º38.6%77.65%-
HSV(B)342.27º20%86.27%-
XYZ54.2349.9454.93-
YUV190.64127.08148.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=37.61%
G=30.09%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017618900.20.140.14342.2738.677.65
HexDCB0BD014EE156274e
Octal334260275024161652647116
Binary110111001011000010111101010100111011101010101101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0BD; }

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

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

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

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

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

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

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

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