COLOR #DCA8CA

HEX: #DCA8CA RGB: (220,168,202)

Color info

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

RGB color model

#DCA8CA color RGB value is (220,168,202).

RGB: (220,168,202) (86%, 66%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 168 of 255 = 66%
B 202 of 255 = 79%

220
168
202

R + G + B ~ 77%. #DCA8CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 168 + 202 = 590 (100%)
R 220 of 590 ~ 37.29%
G 168 of 590 ~ 28.47%
B 202 of 590 ~ 34.24'%

%37.29
%28.47
%34.24

CMYK color model

#DCA8CA color CMYK value is (0,24,8,14).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 8.18%
  • key color value is 13.73%

CMYK: (0,24,8,14)
C0M24Y8K14 (0%, 24%, 8%, 14%)
(0.00 / 0.24 / 0.08 / 0.14)

CMYK percentages

%0
%23.64
%8.18
%13.73

Codes

Color #DCA8CA in popluar color models

DC A8 CA
RGB 220 168 202
HSL 321° 42.62% 76.08%
HSB/HSV 321° 23.64% 86.27%
CMYK 0.00% 23.64% 8.18%
13.73%

Color #DCA8CA in popluar number systems.

HEX DC A8 CA
Decimal 220 168 202
Binary 11011100 10101000 11001010
Octal 334 250 312

Shades and tints

Shades of #DCA8CA

#DCA8CA
(220,168,202)
#C899B8
(200,153,184)
#B48AA6
(180,138,166)
#A07B94
(160,123,148)
#8C6C82
(140,108,130)
#785D70
(120,93,112)
#644E5E
(100,78,94)
#503F4C
(80,63,76)
#3C303A
(60,48,58)
#282128
(40,33,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #DCA8CA

#DCA8CA
(220,168,202)
#DFAFCE
(223,175,206)
#E2B6D2
(226,182,210)
#E5BDD6
(229,189,214)
#E8C4DA
(232,196,218)
#EBCBDE
(235,203,222)
#EED2E2
(238,210,226)
#F1D9E6
(241,217,230)
#F4E0EA
(244,224,234)
#F7E7EE
(247,231,238)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA8CA color. Also use rgb(220,168,202) instead hex code.

Text Font Color

.myTextColor { color: #DCA8CA; }

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

This text font color is #DCA8CA.

Background Color

.myBgColor { background-color: #DCA8CA; }

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

This div background color is #DCA8CA.

Border color

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

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

This div border color is #DCA8CA.

Opacity

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

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

Text with #DCA8CA 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 #DCA8CA;}

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

This text has shadow with #DCA8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA8CA.

Preview

Color preview on black background

This text has color #DCA8CA on black background.


Color preview on white background

This text has color #DCA8CA on white background.


Black color preview on #DCA8CA background

This text has black color on #DCA8CA background.


White color preview on #DCA8CA background

This text has white color on #DCA8CA background.


Related colors

Complementary color

Complementary color for #hex is #235735.


I love getcolorcode.com

Triadic colors

1 #CADCA8 and #A8CADC with #DCA8CA are triadic colors.

2 #CAA8DC and #A8DCCA with #DCA8CA are triadic colors.