#DCB7C2

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

Shades of Melanie #DCB7C2

Tints of Melanie #DCB7C2

Color information

#DCB7C2 (or 0xDCB7C2) is unknown color: approx Melanie. HEX triplet: DC, B7 and C2. RGB value is (220,183,194). Sum of RGB (Red+Green+Blue) = 220+183+194=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7C2 is #23483D. Grayscale: #C3C3C3. Windows color (decimal): -2312254 or 12761052. OLE color: 12761052.

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

Color convert

RGB220183194-
CMYK00.170.120.14
HSL342.16º34.58%79.02%-
HSV(B)342.16º16.82%86.27%-
XYZ56.1952.9858.3-
YUV195.32127.26145.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 183 (71.88% from 255) = 30.65%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=36.85%
G=30.65%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018319400.170.120.14342.1634.5879.02
HexDCB7C2011CE156234f
Octal334267302021141652643117
Binary110111001011011111000010010001110011101010101101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7C2; }

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

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

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

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

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

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

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

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