#DCB6C1

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

Shades of Melanie #DCB6C1

Tints of Melanie #DCB6C1

Color information

#DCB6C1 (or 0xDCB6C1) is unknown color: approx Melanie. HEX triplet: DC, B6 and C1. RGB value is (220,182,193). Sum of RGB (Red+Green+Blue) = 220+182+193=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6C1 is #23493E. Grayscale: #C2C2C2. Windows color (decimal): -2312511 or 12695260. OLE color: 12695260.

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

Color convert

RGB220182193-
CMYK00.170.120.14
HSL342.63º35.19%78.82%-
HSV(B)342.63º17.27%86.27%-
XYZ55.8752.5257.65-
YUV194.62127.09146.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=36.97%
G=30.59%
B=32.44%

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
Decimal22018219300.170.120.14342.6335.1978.82
HexDCB6C1011CE157234f
Octal334266301021141652743117
Binary110111001011011011000001010001110011101010101111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6C1; }

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

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

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

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

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

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

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

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