#DCBAC4

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

Shades of Melanie #DCBAC4

Tints of Melanie #DCBAC4

Color information

#DCBAC4 (or 0xDCBAC4) is unknown color: approx Melanie. HEX triplet: DC, BA and C4. RGB value is (220,186,196). Sum of RGB (Red+Green+Blue) = 220+186+196=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC4 is #23453B. Grayscale: #C5C5C5. Windows color (decimal): -2311484 or 12892892. OLE color: 12892892.

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

Color convert

RGB220186196-
CMYK00.150.110.14
HSL342.35º32.69%79.61%-
HSV(B)342.35º15.45%86.27%-
XYZ57.0454.3259.7-
YUV197.31127.26144.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 196 (76.95% from 255) = 32.56%
R=36.54%
G=30.90%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018619600.150.110.14342.3532.6979.61
HexDCBAC40FBE1562150
Octal334272304017131652641120
Binary11011100101110101100010001111101111101010101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAC4; }

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

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

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

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

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

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

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

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