COLOR #DCA5EE

HEX: #DCA5EE RGB: (220,165,238)

Color info

#DCA5EE contains mainly red and blue colors. Web safe color of #DCA5EE is #CC99FF (or #C9F).

RGB color model

#DCA5EE color RGB value is (220,165,238).

RGB: (220,165,238) (86%, 65%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 238 of 255 = 93%

220
165
238

R + G + B ~ 81%. #DCA5EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 165 + 238 = 623 (100%)
R 220 of 623 ~ 35.31%
G 165 of 623 ~ 26.48%
B 238 of 623 ~ 38.2'%

%35.31
%26.48
%38.2

CMYK color model

#DCA5EE color CMYK value is (8,31,0,7).

  • cyan value is 7.56%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,31,0,7)
C8M31Y0K7 (8%, 31%, 0%, 7%)
(0.08 / 0.31 / 0.00 / 0.07)

CMYK percentages

%7.56
%30.67
%0
%6.67

Codes

Color #DCA5EE in popluar color models

DC A5 EE
RGB 220 165 238
HSL 285° 68.22% 79.02%
HSB/HSV 285° 30.67% 93.33%
CMYK 7.56% 30.67% 0.00%
6.67%

Color #DCA5EE in popluar number systems.

HEX DC A5 EE
Decimal 220 165 238
Binary 11011100 10100101 11101110
Octal 334 245 356

Shades and tints

Shades of #DCA5EE

#DCA5EE
(220,165,238)
#C896D9
(200,150,217)
#B487C4
(180,135,196)
#A078AF
(160,120,175)
#8C699A
(140,105,154)
#785A85
(120,90,133)
#644B70
(100,75,112)
#503C5B
(80,60,91)
#3C2D46
(60,45,70)
#281E31
(40,30,49)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #DCA5EE

#DCA5EE
(220,165,238)
#DFADEF
(223,173,239)
#E2B5F0
(226,181,240)
#E5BDF1
(229,189,241)
#E8C5F2
(232,197,242)
#EBCDF3
(235,205,243)
#EED5F4
(238,213,244)
#F1DDF5
(241,221,245)
#F4E5F6
(244,229,246)
#F7EDF7
(247,237,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA5EE; }

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

This text font color is #DCA5EE.

Background Color

.myBgColor { background-color: #DCA5EE; }

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

This div background color is #DCA5EE.

Border color

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

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

This div border color is #DCA5EE.

Opacity

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

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

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

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

This text has shadow with #DCA5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA5EE.

Preview

Color preview on black background

This text has color #DCA5EE on black background.


Color preview on white background

This text has color #DCA5EE on white background.


Black color preview on #DCA5EE background

This text has black color on #DCA5EE background.


White color preview on #DCA5EE background

This text has white color on #DCA5EE background.


Related colors

Complementary color

Complementary color for #hex is #235A11.


I love getcolorcode.com

Triadic colors

1 #EEDCA5 and #A5EEDC with #DCA5EE are triadic colors.

2 #EEA5DC and #A5DCEE with #DCA5EE are triadic colors.