#DCB6C3

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

Shades of Melanie #DCB6C3

Tints of Melanie #DCB6C3

Color information

#DCB6C3 (or 0xDCB6C3) is unknown color: approx Melanie. HEX triplet: DC, B6 and C3. RGB value is (220,182,195). Sum of RGB (Red+Green+Blue) = 220+182+195=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6C3 is #23493C. Grayscale: #C2C2C2. Windows color (decimal): -2312509 or 12826332. OLE color: 12826332.

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

Color convert

RGB220182195-
CMYK00.170.110.14
HSL339.47º35.19%78.82%-
HSV(B)339.47º17.27%86.27%-
XYZ56.0952.6158.83-
YUV194.84128.09145.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 195 (76.56% from 255) = 32.66%
R=36.85%
G=30.49%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018219500.170.110.14339.4735.1978.82
HexDCB6C3011BE153234f
Octal334266303021131652343117
Binary110111001011011011000011010001101111101010100111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6C3; }

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

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

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

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

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

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

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

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