COLOR #DDA5D2

HEX: #DDA5D2
RGB: (221,165,210)

Color info

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

RGB color model

#DDA5D2 color RGB value is (221,165,210).

  • red value is 221;
  • green value is 165;
  • blue value is 210.
RGB:
(221,165,210)
(87%,65%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 165 of 255 = 65%
B 210 of 255 = 82%

221
165
210

R + G + B ~ 78%. #DDA5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 165 + 210 = 596 (100%)
R 221 of 596 ~ 37.08%
G 165 of 596 ~ 27.68%
B 210 of 596 ~ 35.23%

%37.08
%27.68
%35.23

CMYK color model

#DDA5D2 color CMYK value is (0,25,5,13).

  • cyan value is 0.00%
  • magenta value is 25.34%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,25,5,13)
C0M25Y5K13 
(0%,25%,5%,13%)
(0.00/0.25/0.05/0.13)	

CMYK percentages

%0
%25.34
%4.98
%13.33

Codes

Color #DDA5D2 in popluar color models

DDA5D2
RGB221165210
HSL312°45.16%75.69%
HSB/HSV312°25.34%86.67%
CMYK0.00%25.34%4.98%
13.33%

Color #DDA5D2 in popluar number systems.

HEXDDA5D2
Decimal221165210
Binary110111011010010111010010
Octal335245322

Shades and tints

Shades of #DDA5D2

#DDA5D2
(221,165,210)
#C996BF
(201,150,191)
#B587AC
(181,135,172)
#A17899
(161,120,153)
#8D6986
(141,105,134)
#795A73
(121,90,115)
#654B60
(101,75,96)
#513C4D
(81,60,77)
#3D2D3A
(61,45,58)
#291E27
(41,30,39)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #DDA5D2

#DDA5D2
(221,165,210)
#E0ADD6
(224,173,214)
#E3B5DA
(227,181,218)
#E6BDDE
(230,189,222)
#E9C5E2
(233,197,226)
#ECCDE6
(236,205,230)
#EFD5EA
(239,213,234)
#F2DDEE
(242,221,238)
#F5E5F2
(245,229,242)
#F8EDF6
(248,237,246)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA5D2; }

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

This text font color is #DDA5D2.


Background Color

.myBgColor { background-color: #DDA5D2; }

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

This div background color is #DDA5D2.


Border color

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

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

This div border color is #DDA5D2.


Opacity

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

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

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

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

This text has shadow with #DDA5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA5D2 on black background.


Color preview on white background

This text has color #DDA5D2 on white background.



Black color preview on #DDA5D2 background

This text has black color on #DDA5D2 background.


White color preview on #DDA5D2 background

This text has white color on #DDA5D2 background.