#DCB3C2

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

Shades of Melanie #DCB3C2

Tints of Melanie #DCB3C2

Color information

#DCB3C2 (or 0xDCB3C2) is unknown color: approx Melanie. HEX triplet: DC, B3 and C2. RGB value is (220,179,194). Sum of RGB (Red+Green+Blue) = 220+179+194=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C2 is #234C3D. Grayscale: #C0C0C0. Windows color (decimal): -2313278 or 12760028. OLE color: 12760028.

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

Color convert

RGB220179194-
CMYK00.190.120.14
HSL338.05º36.94%78.24%-
HSV(B)338.05º18.64%86.27%-
XYZ55.3751.3558.03-
YUV192.97128.58147.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=37.10%
G=30.19%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017919400.190.120.14338.0536.9478.24
HexDCB3C2013CE152254e
Octal334263302023141652245116
Binary110111001011001111000010010011110011101010100101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3C2; }

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

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

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

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

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

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

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

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