COLOR #DCA9D5

HEX: #DCA9D5 RGB: (220,169,213)

Color info

#DCA9D5 contains red, green and blue colors in about the same proportion. Web safe color of #DCA9D5 is #CC99CC (or #C9C).

RGB color model

#DCA9D5 color RGB value is (220,169,213).

RGB: (220,169,213) (86%, 66%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 169 of 255 = 66%
B 213 of 255 = 84%

220
169
213

R + G + B ~ 79%. #DCA9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 169 + 213 = 602 (100%)
R 220 of 602 ~ 36.54%
G 169 of 602 ~ 28.07%
B 213 of 602 ~ 35.38'%

%36.54
%28.07
%35.38

CMYK color model

#DCA9D5 color CMYK value is (0,23,3,14).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 3.18%
  • key color value is 13.73%

CMYK: (0,23,3,14)
C0M23Y3K14 (0%, 23%, 3%, 14%)
(0.00 / 0.23 / 0.03 / 0.14)

CMYK percentages

%0
%23.18
%3.18
%13.73

Codes

Color #DCA9D5 in popluar color models

DC A9 D5
RGB 220 169 213
HSL 308° 42.15% 76.27%
HSB/HSV 308° 23.18% 86.27%
CMYK 0.00% 23.18% 3.18%
13.73%

Color #DCA9D5 in popluar number systems.

HEX DC A9 D5
Decimal 220 169 213
Binary 11011100 10101001 11010101
Octal 334 251 325

Shades and tints

Shades of #DCA9D5

#DCA9D5
(220,169,213)
#C89AC2
(200,154,194)
#B48BAF
(180,139,175)
#A07C9C
(160,124,156)
#8C6D89
(140,109,137)
#785E76
(120,94,118)
#644F63
(100,79,99)
#504050
(80,64,80)
#3C313D
(60,49,61)
#28222A
(40,34,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #DCA9D5

#DCA9D5
(220,169,213)
#DFB0D8
(223,176,216)
#E2B7DB
(226,183,219)
#E5BEDE
(229,190,222)
#E8C5E1
(232,197,225)
#EBCCE4
(235,204,228)
#EED3E7
(238,211,231)
#F1DAEA
(241,218,234)
#F4E1ED
(244,225,237)
#F7E8F0
(247,232,240)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA9D5 color. Also use rgb(220,169,213) instead hex code.

Text Font Color

.myTextColor { color: #DCA9D5; }

<p style="color:#DCA9D5">This sample text font color is #DCA9D5.</p>

This text font color is #DCA9D5.

Background Color

.myBgColor { background-color: #DCA9D5; }

<div style="background-color:#DCA9D5">Inner text</div>

This div background color is #DCA9D5.

Border color

.myBorderColor { border: 1px solid #DCA9D5; }

<div style="border:3px solid #DCA9D5">Div</div>

This div border color is #DCA9D5.

Opacity

.myOpacity80 { color: #DCA9D5; opacity: 0.8; }

<p style="color:#DCA9D5;opacity:0.8;">80%</p>

Text with #DCA9D5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DCA9D5;}

<p style="text-shadow: 3px 3px 1px #DCA9D5">Text here.</p>

This text has shadow with #DCA9D5 color.


.textShadow {text-shadow: 3px 3px 1px #DCA9D5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DCA9D5, 5px 5px 20px red">Text here.</p>

This text has shadow with #DCA9D5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCA9D5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DCA9D5, Direction=45, Strength=4)">Text</p>

This text has shadow with #DCA9D5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DCA9D5;
-webkit-box-shadow: 1px 1px 3px 2px #DCA9D5;
box-shadow: 1px 1px 3px 2px #DCA9D5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DCA9D5; -webkit-box-shadow: 1px 1px 3px 2px #DCA9D5; box-shadow:1px 1px 3px 2px #DCA9D5;">
Div content here
</div>

This div box has shadow with color #DCA9D5.

Preview

Color preview on black background

This text has color #DCA9D5 on black background.


Color preview on white background

This text has color #DCA9D5 on white background.


Black color preview on #DCA9D5 background

This text has black color on #DCA9D5 background.


White color preview on #DCA9D5 background

This text has white color on #DCA9D5 background.


Related colors

Complementary color

Complementary color for #hex is #23562A.


I love getcolorcode.com

Triadic colors

1 #D5DCA9 and #A9D5DC with #DCA9D5 are triadic colors.

2 #D5A9DC and #A9DCD5 with #DCA9D5 are triadic colors.