#DCBABF

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

Shades of Melanie #DCBABF

Tints of Melanie #DCBABF

Color information

#DCBABF (or 0xDCBABF) is unknown color: approx Melanie. HEX triplet: DC, BA and BF. RGB value is (220,186,191). Sum of RGB (Red+Green+Blue) = 220+186+191=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABF is #234540. Grayscale: #C4C4C4. Windows color (decimal): -2311489 or 12565212. OLE color: 12565212.

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

Color convert

RGB220186191-
CMYK00.150.130.14
HSL351.18º32.69%79.61%-
HSV(B)351.18º15.45%86.27%-
XYZ56.4854.156.75-
YUV196.74124.76144.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 191 (75% from 255) = 31.99%
R=36.85%
G=31.16%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018619100.150.130.14351.1832.6979.61
HexDCBABF0FDE15f2150
Octal334272277017151653741120
Binary11011100101110101011111101111110111101010111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBABF; }

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

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

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

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

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

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

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

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