#DCB1BE

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

Shades of Melanie #DCB1BE

Tints of Melanie #DCB1BE

Color information

#DCB1BE (or 0xDCB1BE) is unknown color: approx Melanie. HEX triplet: DC, B1 and BE. RGB value is (220,177,190). Sum of RGB (Red+Green+Blue) = 220+177+190=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1BE is #234E41. Grayscale: #BFBFBF. Windows color (decimal): -2313794 or 12497372. OLE color: 12497372.

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

Color convert

RGB220177190-
CMYK00.200.140.14
HSL341.86º38.05%77.84%-
HSV(B)341.86º19.55%86.27%-
XYZ54.5350.3855.56-
YUV191.34127.25148.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=37.48%
G=30.15%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017719000.200.140.14341.8638.0577.84
HexDCB1BE014EE156264e
Octal334261276024161652646116
Binary110111001011000110111110010100111011101010101101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1BE; }

 p { color: rgb(220,177,190); }

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

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

 a { background-color: rgb(220,177,190); }

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

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

 span { border-color: rgb(220,177,190); }

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