#DCABB9

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

Shades of Melanie #DCABB9

Tints of Melanie #DCABB9

Color information

#DCABB9 (or 0xDCABB9) is unknown color: approx Melanie. HEX triplet: DC, AB and B9. RGB value is (220,171,185). Sum of RGB (Red+Green+Blue) = 220+171+185=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABB9 is #235446. Grayscale: #BBBBBB. Windows color (decimal): -2315335 or 12168156. OLE color: 12168156.

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

Color convert

RGB220171185-
CMYK00.220.160.14
HSL342.86º41.18%76.67%-
HSV(B)342.86º22.27%86.27%-
XYZ52.8447.8452.35-
YUV187.25126.73151.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=38.19%
G=29.69%
B=32.12%

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
Decimal22017118500.220.160.14342.8641.1876.67
HexDCABB901610E157294d
Octal334253271026201652751115
Binary1101110010101011101110010101101000011101010101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABB9; }

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

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

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

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

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

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

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

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