#DCBAC5

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

Shades of Melanie #DCBAC5

Tints of Melanie #DCBAC5

Color information

#DCBAC5 (or 0xDCBAC5) is unknown color: approx Melanie. HEX triplet: DC, BA and C5. RGB value is (220,186,197). Sum of RGB (Red+Green+Blue) = 220+186+197=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC5 is #23453A. Grayscale: #C5C5C5. Windows color (decimal): -2311483 or 12958428. OLE color: 12958428.

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

Color convert

RGB220186197-
CMYK00.150.100.14
HSL340.59º32.69%79.61%-
HSV(B)340.59º15.45%86.27%-
XYZ57.1554.3660.3-
YUV197.42127.76144.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=36.48%
G=30.85%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018619700.150.100.14340.5932.6979.61
HexDCBAC50FAE1552150
Octal334272305017121652541120
Binary11011100101110101100010101111101011101010101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAC5; }

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

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

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

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

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

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

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

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