#DCB4BE

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

Shades of Melanie #DCB4BE

Tints of Melanie #DCB4BE

Color information

#DCB4BE (or 0xDCB4BE) is unknown color: approx Melanie. HEX triplet: DC, B4 and BE. RGB value is (220,180,190). Sum of RGB (Red+Green+Blue) = 220+180+190=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BE is #234B41. Grayscale: #C1C1C1. Windows color (decimal): -2313026 or 12498140. OLE color: 12498140.

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

Color convert

RGB220180190-
CMYK00.180.140.14
HSL345º36.36%78.43%-
HSV(B)345º18.18%86.27%-
XYZ55.1351.5855.76-
YUV193.1126.25147.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=37.29%
G=30.51%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018019000.180.140.1434536.3678.43
HexDCB4BE012EE159244e
Octal334264276022161653144116
Binary110111001011010010111110010010111011101010110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4BE; }

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

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

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

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

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

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

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

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