COLOR #DDACDC

HEX: #DDACDC
RGB: (221,172,220)

Color info

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

RGB color model

#DDACDC color RGB value is (221,172,220).

  • red value is 221;
  • green value is 172;
  • blue value is 220.
RGB:
(221,172,220)
(87%,67%,86%)

RGB channels and saturation

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

221
172
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 172 + 220 = 613 (100%)
R 221 of 613 ~ 36.05%
G 172 of 613 ~ 28.06%
B 220 of 613 ~ 35.89%

%36.05
%28.06
%35.89

CMYK color model

#DDACDC color CMYK value is (0,22,0,13).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,22,0,13)
C0M22Y0K13 
(0%,22%,0%,13%)
(0.00/0.22/0.00/0.13)	

CMYK percentages

%0
%22.17
%0.45
%13.33

Codes

Color #DDACDC in popluar color models

DDACDC
RGB221172220
HSL301°41.88%77.06%
HSB/HSV301°22.17%86.67%
CMYK0.00%22.17%0.45%
13.33%

Color #DDACDC in popluar number systems.

HEXDDACDC
Decimal221172220
Binary110111011010110011011100
Octal335254334

Shades and tints

Shades of #DDACDC

#DDACDC
(221,172,220)
#C99DC8
(201,157,200)
#B58EB4
(181,142,180)
#A17FA0
(161,127,160)
#8D708C
(141,112,140)
#796178
(121,97,120)
#655264
(101,82,100)
#514350
(81,67,80)
#3D343C
(61,52,60)
#292528
(41,37,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDACDC

#DDACDC
(221,172,220)
#E0B3DF
(224,179,223)
#E3BAE2
(227,186,226)
#E6C1E5
(230,193,229)
#E9C8E8
(233,200,232)
#ECCFEB
(236,207,235)
#EFD6EE
(239,214,238)
#F2DDF1
(242,221,241)
#F5E4F4
(245,228,244)
#F8EBF7
(248,235,247)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDACDC; }

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

This text font color is #DDACDC.


Background Color

.myBgColor { background-color: #DDACDC; }

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

This div background color is #DDACDC.


Border color

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

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

This div border color is #DDACDC.


Opacity

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

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

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

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

This text has shadow with #DDACDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDACDC on black background.


Color preview on white background

This text has color #DDACDC on white background.



Black color preview on #DDACDC background

This text has black color on #DDACDC background.


White color preview on #DDACDC background

This text has white color on #DDACDC background.