#DCB4BF

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

Shades of Melanie #DCB4BF

Tints of Melanie #DCB4BF

Color information

#DCB4BF (or 0xDCB4BF) is unknown color: approx Melanie. HEX triplet: DC, B4 and BF. RGB value is (220,180,191). Sum of RGB (Red+Green+Blue) = 220+180+191=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BF is #234B40. Grayscale: #C1C1C1. Windows color (decimal): -2313025 or 12563676. OLE color: 12563676.

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

Color convert

RGB220180191-
CMYK00.180.130.14
HSL343.5º36.36%78.43%-
HSV(B)343.5º18.18%86.27%-
XYZ55.2451.6256.34-
YUV193.21126.75147.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 191 (75% from 255) = 32.32%
R=37.23%
G=30.46%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018019100.180.130.14343.536.3678.43
HexDCB4BF012DE158244e
Octal334264277022151653044116
Binary110111001011010010111111010010110111101010110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4BF; }

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

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

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

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

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

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

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

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