#DCBAC1

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

Shades of Melanie #DCBAC1

Tints of Melanie #DCBAC1

Color information

#DCBAC1 (or 0xDCBAC1) is unknown color: approx Melanie. HEX triplet: DC, BA and C1. RGB value is (220,186,193). Sum of RGB (Red+Green+Blue) = 220+186+193=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC1 is #23453E. Grayscale: #C4C4C4. Windows color (decimal): -2311487 or 12696284. OLE color: 12696284.

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

Color convert

RGB220186193-
CMYK00.150.120.14
HSL347.65º32.69%79.61%-
HSV(B)347.65º15.45%86.27%-
XYZ56.754.1857.92-
YUV196.96125.76144.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=36.73%
G=31.05%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018619300.150.120.14347.6532.6979.61
HexDCBAC10FCE15c2150
Octal334272301017141653441120
Binary11011100101110101100000101111110011101010111001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAC1; }

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

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

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

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

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

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

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

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