#DCBAC2

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

Shades of Melanie #DCBAC2

Tints of Melanie #DCBAC2

Color information

#DCBAC2 (or 0xDCBAC2) is unknown color: approx Melanie. HEX triplet: DC, BA and C2. RGB value is (220,186,194). Sum of RGB (Red+Green+Blue) = 220+186+194=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC2 is #23453D. Grayscale: #C5C5C5. Windows color (decimal): -2311486 or 12761820. OLE color: 12761820.

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

Color convert

RGB220186194-
CMYK00.150.120.14
HSL345.88º32.69%79.61%-
HSV(B)345.88º15.45%86.27%-
XYZ56.8154.2358.51-
YUV197.08126.26144.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 194 (76.17% from 255) = 32.33%
R=36.67%
G=31%
B=32.33%

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
Decimal22018619400.150.120.14345.8832.6979.61
HexDCBAC20FCE15a2150
Octal334272302017141653241120
Binary11011100101110101100001001111110011101010110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAC2; }

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

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

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

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

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

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

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

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