#DCB6BD

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

Shades of Melanie #DCB6BD

Tints of Melanie #DCB6BD

Color information

#DCB6BD (or 0xDCB6BD) is unknown color: approx Melanie. HEX triplet: DC, B6 and BD. RGB value is (220,182,189). Sum of RGB (Red+Green+Blue) = 220+182+189=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6BD is #234942. Grayscale: #C2C2C2. Windows color (decimal): -2312515 or 12433116. OLE color: 12433116.

HSL color Cylindrical-coordinate representation of color #DCB6BD: hue angle of 348.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB6BD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220182189-
CMYK00.170.140.14
HSL348.95º35.19%78.82%-
HSV(B)348.95º17.27%86.27%-
XYZ55.4352.3555.33-
YUV194.16125.09146.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=37.23%
G=30.80%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018218900.170.140.14348.9535.1978.82
HexDCB6BD011EE15d234f
Octal334266275021161653543117
Binary110111001011011010111101010001111011101010111011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6BD; }

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

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

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

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

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

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

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

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