COLOR #DDA5EA

HEX: #DDA5EA RGB: (221,165,234)

Color info

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

RGB color model

#DDA5EA color RGB value is (221,165,234).

RGB: (221,165,234) (87%, 65%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 165 of 255 = 65%
B 234 of 255 = 92%

221
165
234

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

Portions of RGB colors in percentages

R + G + B = 221 + 165 + 234 = 620 (100%)
R 221 of 620 ~ 35.65%
G 165 of 620 ~ 26.61%
B 234 of 620 ~ 37.74'%

%35.65
%26.61
%37.74

CMYK color model

#DDA5EA color CMYK value is (6,29,0,8).

  • cyan value is 5.56%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,29,0,8)
C6M29Y0K8 (6%, 29%, 0%, 8%)
(0.06 / 0.29 / 0.00 / 0.08)

CMYK percentages

%5.56
%29.49
%0
%8.24

Codes

Color #DDA5EA in popluar color models

DD A5 EA
RGB 221 165 234
HSL 289° 62.16% 78.24%
HSB/HSV 289° 29.49% 91.76%
CMYK 5.56% 29.49% 0.00%
8.24%

Color #DDA5EA in popluar number systems.

HEX DD A5 EA
Decimal 221 165 234
Binary 11011101 10100101 11101010
Octal 335 245 352

Shades and tints

Shades of #DDA5EA

#DDA5EA
(221,165,234)
#C996D5
(201,150,213)
#B587C0
(181,135,192)
#A178AB
(161,120,171)
#8D6996
(141,105,150)
#795A81
(121,90,129)
#654B6C
(101,75,108)
#513C57
(81,60,87)
#3D2D42
(61,45,66)
#291E2D
(41,30,45)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #DDA5EA

#DDA5EA
(221,165,234)
#E0ADEB
(224,173,235)
#E3B5EC
(227,181,236)
#E6BDED
(230,189,237)
#E9C5EE
(233,197,238)
#ECCDEF
(236,205,239)
#EFD5F0
(239,213,240)
#F2DDF1
(242,221,241)
#F5E5F2
(245,229,242)
#F8EDF3
(248,237,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA5EA color. Also use rgb(221,165,234) instead hex code.

Text Font Color

.myTextColor { color: #DDA5EA; }

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

This text font color is #DDA5EA.

Background Color

.myBgColor { background-color: #DDA5EA; }

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

This div background color is #DDA5EA.

Border color

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

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

This div border color is #DDA5EA.

Opacity

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

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

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

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

This text has shadow with #DDA5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA5EA.

Preview

Color preview on black background

This text has color #DDA5EA on black background.


Color preview on white background

This text has color #DDA5EA on white background.


Black color preview on #DDA5EA background

This text has black color on #DDA5EA background.


White color preview on #DDA5EA background

This text has white color on #DDA5EA background.


Related colors

Complementary color

Complementary color for #hex is #225A15.


I love getcolorcode.com

Triadic colors

1 #EADDA5 and #A5EADD with #DDA5EA are triadic colors.

2 #EAA5DD and #A5DDEA with #DDA5EA are triadic colors.