#DCB6BF

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

Shades of Melanie #DCB6BF

Tints of Melanie #DCB6BF

Color information

#DCB6BF (or 0xDCB6BF) is unknown color: approx Melanie. HEX triplet: DC, B6 and BF. RGB value is (220,182,191). Sum of RGB (Red+Green+Blue) = 220+182+191=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6BF is #234940. Grayscale: #C2C2C2. Windows color (decimal): -2312513 or 12564188. OLE color: 12564188.

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

Color convert

RGB220182191-
CMYK00.170.130.14
HSL345.79º35.19%78.82%-
HSV(B)345.79º17.27%86.27%-
XYZ55.6552.4356.48-
YUV194.39126.09146.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 191 (75% from 255) = 32.21%
R=37.10%
G=30.69%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018219100.170.130.14345.7935.1978.82
HexDCB6BF011DE15a234f
Octal334266277021151653243117
Binary110111001011011010111111010001110111101010110101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6BF; }

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

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

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

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

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

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

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

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