COLOR #DCA5E2

HEX: #DCA5E2 RGB: (220,165,226)

Color info

#DCA5E2 contains mainly red and blue colors. Web safe color of #DCA5E2 is #CC99CC (or #C9C).

RGB color model

#DCA5E2 color RGB value is (220,165,226).

RGB: (220,165,226) (86%, 65%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 226 of 255 = 89%

220
165
226

R + G + B ~ 80%. #DCA5E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 165 + 226 = 611 (100%)
R 220 of 611 ~ 36.01%
G 165 of 611 ~ 27%
B 226 of 611 ~ 36.99'%

%36.01
%27
%36.99

CMYK color model

#DCA5E2 color CMYK value is (3,27,0,11).

  • cyan value is 2.65%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (3,27,0,11)
C3M27Y0K11 (3%, 27%, 0%, 11%)
(0.03 / 0.27 / 0.00 / 0.11)

CMYK percentages

%2.65
%26.99
%0
%11.37

Codes

Color #DCA5E2 in popluar color models

DC A5 E2
RGB 220 165 226
HSL 294° 51.26% 76.67%
HSB/HSV 294° 26.99% 88.63%
CMYK 2.65% 26.99% 0.00%
11.37%

Color #DCA5E2 in popluar number systems.

HEX DC A5 E2
Decimal 220 165 226
Binary 11011100 10100101 11100010
Octal 334 245 342

Shades and tints

Shades of #DCA5E2

#DCA5E2
(220,165,226)
#C896CE
(200,150,206)
#B487BA
(180,135,186)
#A078A6
(160,120,166)
#8C6992
(140,105,146)
#785A7E
(120,90,126)
#644B6A
(100,75,106)
#503C56
(80,60,86)
#3C2D42
(60,45,66)
#281E2E
(40,30,46)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #DCA5E2

#DCA5E2
(220,165,226)
#DFADE4
(223,173,228)
#E2B5E6
(226,181,230)
#E5BDE8
(229,189,232)
#E8C5EA
(232,197,234)
#EBCDEC
(235,205,236)
#EED5EE
(238,213,238)
#F1DDF0
(241,221,240)
#F4E5F2
(244,229,242)
#F7EDF4
(247,237,244)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA5E2 color. Also use rgb(220,165,226) instead hex code.

Text Font Color

.myTextColor { color: #DCA5E2; }

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

This text font color is #DCA5E2.

Background Color

.myBgColor { background-color: #DCA5E2; }

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

This div background color is #DCA5E2.

Border color

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

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

This div border color is #DCA5E2.

Opacity

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

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

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

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

This text has shadow with #DCA5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA5E2.

Preview

Color preview on black background

This text has color #DCA5E2 on black background.


Color preview on white background

This text has color #DCA5E2 on white background.


Black color preview on #DCA5E2 background

This text has black color on #DCA5E2 background.


White color preview on #DCA5E2 background

This text has white color on #DCA5E2 background.


Related colors

Complementary color

Complementary color for #hex is #235A1D.


I love getcolorcode.com

Triadic colors

1 #E2DCA5 and #A5E2DC with #DCA5E2 are triadic colors.

2 #E2A5DC and #A5DCE2 with #DCA5E2 are triadic colors.