#DCBAC7

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

Shades of Melanie #DCBAC7

Tints of Melanie #DCBAC7

Color information

#DCBAC7 (or 0xDCBAC7) is unknown color: approx Melanie. HEX triplet: DC, BA and C7. RGB value is (220,186,199). Sum of RGB (Red+Green+Blue) = 220+186+199=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC7 is #234538. Grayscale: #C5C5C5. Windows color (decimal): -2311481 or 13089500. OLE color: 13089500.

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

Color convert

RGB220186199-
CMYK00.150.100.14
HSL337.06º32.69%79.61%-
HSV(B)337.06º15.45%86.27%-
XYZ57.3854.4661.52-
YUV197.65128.76143.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 199 (78.12% from 255) = 32.89%
R=36.36%
G=30.74%
B=32.89%

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
Decimal22018619900.150.100.14337.0632.6979.61
HexDCBAC70FAE1512150
Octal334272307017121652141120
Binary11011100101110101100011101111101011101010100011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAC7; }

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

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

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

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

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

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

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

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