#DCB5C3

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

Shades of Melanie #DCB5C3

Tints of Melanie #DCB5C3

Color information

#DCB5C3 (or 0xDCB5C3) is unknown color: approx Melanie. HEX triplet: DC, B5 and C3. RGB value is (220,181,195). Sum of RGB (Red+Green+Blue) = 220+181+195=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C3 is #234A3C. Grayscale: #C2C2C2. Windows color (decimal): -2312765 or 12826076. OLE color: 12826076.

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

Color convert

RGB220181195-
CMYK00.180.110.14
HSL338.46º35.78%78.63%-
HSV(B)338.46º17.73%86.27%-
XYZ55.8952.258.76-
YUV194.26128.42146.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=36.91%
G=30.37%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018119500.180.110.14338.4635.7878.63
HexDCB5C3012BE152244f
Octal334265303022131652244117
Binary110111001011010111000011010010101111101010100101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5C3; }

 p { color: rgb(220,181,195); }

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

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

 a { background-color: rgb(220,181,195); }

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

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

 span { border-color: rgb(220,181,195); }

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