#DCB7C6

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

Shades of Melanie #DCB7C6

Tints of Melanie #DCB7C6

Color information

#DCB7C6 (or 0xDCB7C6) is unknown color: approx Melanie. HEX triplet: DC, B7 and C6. RGB value is (220,183,198). Sum of RGB (Red+Green+Blue) = 220+183+198=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C6 is #234839. Grayscale: #C3C3C3. Windows color (decimal): -2312250 or 13023196. OLE color: 13023196.

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

Color convert

RGB220183198-
CMYK00.170.10.14
HSL335.68º34.58%79.02%-
HSV(B)335.68º16.82%86.27%-
XYZ56.6453.1660.7-
YUV195.77129.26145.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 183 (71.88% from 255) = 30.45%
BLUE value IS 198 (77.73% from 255) = 32.95%
R=36.61%
G=30.45%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018319800.170.10.14335.6834.5879.02
HexDCB7C6011AE150234f
Octal334267306021121652043117
Binary110111001011011111000110010001101011101010100001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7C6; }

 p { color: rgb(220,183,198); }

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

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

 a { background-color: rgb(220,183,198); }

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

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

 span { border-color: rgb(220,183,198); }

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