#DCB2BD

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

Shades of Melanie #DCB2BD

Tints of Melanie #DCB2BD

Color information

#DCB2BD (or 0xDCB2BD) is unknown color: approx Melanie. HEX triplet: DC, B2 and BD. RGB value is (220,178,189). Sum of RGB (Red+Green+Blue) = 220+178+189=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2BD is #234D42. Grayscale: #BFBFBF. Windows color (decimal): -2313539 or 12432092. OLE color: 12432092.

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

Color convert

RGB220178189-
CMYK00.190.140.14
HSL344.29º37.5%78.04%-
HSV(B)344.29º19.09%86.27%-
XYZ54.6250.7355.06-
YUV191.81126.41148.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=37.48%
G=30.32%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017818900.190.140.14344.2937.578.04
HexDCB2BD013EE158264e
Octal334262275023161653046116
Binary110111001011001010111101010011111011101010110001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2BD; }

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

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

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

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

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

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

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

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