COLOR #DDA4DE

HEX: #DDA4DE RGB: (221,164,222)

Color info

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

RGB color model

#DDA4DE color RGB value is (221,164,222).

RGB: (221,164,222) (87%, 64%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 164 of 255 = 64%
B 222 of 255 = 87%

221
164
222

R + G + B ~ 79%. #DDA4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 164 + 222 = 607 (100%)
R 221 of 607 ~ 36.41%
G 164 of 607 ~ 27.02%
B 222 of 607 ~ 36.57'%

%36.41
%27.02
%36.57

CMYK color model

#DDA4DE color CMYK value is (0,26,0,13).

  • cyan value is 0.45%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (0,26,0,13) C0M26Y0K13 (0%,26%,0%,13%) (0.00/0.26/0.00/0.13) 

CMYK percentages

%0.45
%26.13
%0
%12.94

Codes

Color #DDA4DE in popluar color models

DD A4 DE
RGB 221 164 222
HSL 299° 46.77% 75.69%
HSB/HSV 299° 26.13% 87.06%
CMYK 0.45% 26.13% 0.00%
12.94%

Color #DDA4DE in popluar number systems.

HEX DD A4 DE
Decimal 221 164 222
Binary 11011101 10100100 11011110
Octal 335 244 336

Shades and tints

Shades of #DDA4DE

#DDA4DE
(221,164,222)
#C996CA
(201,150,202)
#B588B6
(181,136,182)
#A17AA2
(161,122,162)
#8D6C8E
(141,108,142)
#795E7A
(121,94,122)
#655066
(101,80,102)
#514252
(81,66,82)
#3D343E
(61,52,62)
#29262A
(41,38,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDA4DE

#DDA4DE
(221,164,222)
#E0ACE1
(224,172,225)
#E3B4E4
(227,180,228)
#E6BCE7
(230,188,231)
#E9C4EA
(233,196,234)
#ECCCED
(236,204,237)
#EFD4F0
(239,212,240)
#F2DCF3
(242,220,243)
#F5E4F6
(245,228,246)
#F8ECF9
(248,236,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA4DE color. Also use rgb(221,164,222) instead hex code.

Text Font Color

.myTextColor { color: #DDA4DE; }

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

This text font color is #DDA4DE.

Background Color

.myBgColor { background-color: #DDA4DE; }

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

This div background color is #DDA4DE.

Border color

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

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

This div border color is #DDA4DE.

Opacity

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

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

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

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

This text has shadow with #DDA4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDA4DE.

Preview

Color preview on black background

This text has color #DDA4DE on black background.


Color preview on white background

This text has color #DDA4DE on white background.


Black color preview on #DDA4DE background

This text has black color on #DDA4DE background.


White color preview on #DDA4DE background

This text has white color on #DDA4DE background.


Related colors

Complementary color

Complementary color for #hex is #225B21.


I love getcolorcode.com

Triadic colors

1 #DEDDA4 and #A4DEDD with #DDA4DE are triadic colors.

2 #DEA4DD and #A4DDDE with #DDA4DE are triadic colors.