COLOR #DDA7D2

HEX: #DDA7D2 RGB: (221,167,210)

Color info

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

RGB color model

#DDA7D2 color RGB value is (221,167,210).

RGB: (221,167,210) (87%, 65%, 82%)

RGB channels and saturation

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

221
167
210

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

Portions of RGB colors in percentages

R + G + B = 221 + 167 + 210 = 598 (100%)
R 221 of 598 ~ 36.96%
G 167 of 598 ~ 27.93%
B 210 of 598 ~ 35.12'%

%36.96
%27.93
%35.12

CMYK color model

#DDA7D2 color CMYK value is (0,24,5,13).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK: (0,24,5,13) C0M24Y5K13 (0%,24%,5%,13%) (0.00/0.24/0.05/0.13) 

CMYK percentages

%0
%24.43
%4.98
%13.33

Codes

Color #DDA7D2 in popluar color models

DD A7 D2
RGB 221 167 210
HSL 312° 44.26% 76.08%
HSB/HSV 312° 24.43% 86.67%
CMYK 0.00% 24.43% 4.98%
13.33%

Color #DDA7D2 in popluar number systems.

HEX DD A7 D2
Decimal 221 167 210
Binary 11011101 10100111 11010010
Octal 335 247 322

Shades and tints

Shades of #DDA7D2

#DDA7D2
(221,167,210)
#C998BF
(201,152,191)
#B589AC
(181,137,172)
#A17A99
(161,122,153)
#8D6B86
(141,107,134)
#795C73
(121,92,115)
#654D60
(101,77,96)
#513E4D
(81,62,77)
#3D2F3A
(61,47,58)
#292027
(41,32,39)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #DDA7D2

#DDA7D2
(221,167,210)
#E0AFD6
(224,175,214)
#E3B7DA
(227,183,218)
#E6BFDE
(230,191,222)
#E9C7E2
(233,199,226)
#ECCFE6
(236,207,230)
#EFD7EA
(239,215,234)
#F2DFEE
(242,223,238)
#F5E7F2
(245,231,242)
#F8EFF6
(248,239,246)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA7D2; }

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

This text font color is #DDA7D2.

Background Color

.myBgColor { background-color: #DDA7D2; }

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

This div background color is #DDA7D2.

Border color

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

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

This div border color is #DDA7D2.

Opacity

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

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

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

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

This text has shadow with #DDA7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA7D2.

Preview

Color preview on black background

This text has color #DDA7D2 on black background.


Color preview on white background

This text has color #DDA7D2 on white background.


Black color preview on #DDA7D2 background

This text has black color on #DDA7D2 background.


White color preview on #DDA7D2 background

This text has white color on #DDA7D2 background.


Related colors

Complementary color

Complementary color for #hex is #22582D.


I love getcolorcode.com

Triadic colors

1 #D2DDA7 and #A7D2DD with #DDA7D2 are triadic colors.

2 #D2A7DD and #A7DDD2 with #DDA7D2 are triadic colors.