COLOR #DDAADC

HEX: #DDAADC RGB: (221,170,220)

Color info

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

RGB color model

#DDAADC color RGB value is (221,170,220).

RGB: (221,170,220) (87%, 67%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 170 of 255 = 67%
B 220 of 255 = 86%

221
170
220

R + G + B ~ 80%. #DDAADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 170 + 220 = 611 (100%)
R 221 of 611 ~ 36.17%
G 170 of 611 ~ 27.82%
B 220 of 611 ~ 36.01'%

%36.17
%27.82
%36.01

CMYK color model

#DDAADC color CMYK value is (0,23,0,13).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK: (0,23,0,13) C0M23Y0K13 (0%,23%,0%,13%) (0.00/0.23/0.00/0.13) 

CMYK percentages

%0
%23.08
%0.45
%13.33

Codes

Color #DDAADC in popluar color models

DD AA DC
RGB 221 170 220
HSL 301° 42.86% 76.67%
HSB/HSV 301° 23.08% 86.67%
CMYK 0.00% 23.08% 0.45%
13.33%

Color #DDAADC in popluar number systems.

HEX DD AA DC
Decimal 221 170 220
Binary 11011101 10101010 11011100
Octal 335 252 334

Shades and tints

Shades of #DDAADC

#DDAADC
(221,170,220)
#C99BC8
(201,155,200)
#B58CB4
(181,140,180)
#A17DA0
(161,125,160)
#8D6E8C
(141,110,140)
#795F78
(121,95,120)
#655064
(101,80,100)
#514150
(81,65,80)
#3D323C
(61,50,60)
#292328
(41,35,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #DDAADC

#DDAADC
(221,170,220)
#E0B1DF
(224,177,223)
#E3B8E2
(227,184,226)
#E6BFE5
(230,191,229)
#E9C6E8
(233,198,232)
#ECCDEB
(236,205,235)
#EFD4EE
(239,212,238)
#F2DBF1
(242,219,241)
#F5E2F4
(245,226,244)
#F8E9F7
(248,233,247)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAADC color. Also use rgb(221,170,220) instead hex code.

Text Font Color

.myTextColor { color: #DDAADC; }

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

This text font color is #DDAADC.

Background Color

.myBgColor { background-color: #DDAADC; }

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

This div background color is #DDAADC.

Border color

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

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

This div border color is #DDAADC.

Opacity

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

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

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

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

This text has shadow with #DDAADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAADC.

Preview

Color preview on black background

This text has color #DDAADC on black background.


Color preview on white background

This text has color #DDAADC on white background.


Black color preview on #DDAADC background

This text has black color on #DDAADC background.


White color preview on #DDAADC background

This text has white color on #DDAADC background.


Related colors

Complementary color

Complementary color for #hex is #225523.


I love getcolorcode.com

Triadic colors

1 #DCDDAA and #AADCDD with #DDAADC are triadic colors.

2 #DCAADD and #AADDDC with #DDAADC are triadic colors.