#DCACB9

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

Shades of Melanie #DCACB9

Tints of Melanie #DCACB9

Color information

#DCACB9 (or 0xDCACB9) is unknown color: approx Melanie. HEX triplet: DC, AC and B9. RGB value is (220,172,185). Sum of RGB (Red+Green+Blue) = 220+172+185=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB9 is #235346. Grayscale: #BBBBBB. Windows color (decimal): -2315079 or 12168412. OLE color: 12168412.

HSL color Cylindrical-coordinate representation of color #DCACB9: hue angle of 343.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACB9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220172185-
CMYK00.220.160.14
HSL343.75º40.68%76.86%-
HSV(B)343.75º21.82%86.27%-
XYZ53.0248.2252.41-
YUV187.83126.4150.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=38.13%
G=29.81%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017218500.220.160.14343.7540.6876.86
HexDCACB901610E158294d
Octal334254271026201653051115
Binary1101110010101100101110010101101000011101010110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB9; }

 p { color: rgb(220,172,185); }

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

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

 a { background-color: rgb(220,172,185); }

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

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

 span { border-color: rgb(220,172,185); }

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