COLOR #DDA9C8

HEX: #DDA9C8
RGB: (221,169,200)

Color info

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

RGB color model

#DDA9C8 color RGB value is (221,169,200).

  • red value is 221;
  • green value is 169;
  • blue value is 200.
RGB:
(221,169,200)
(87%,66%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 169 of 255 = 66%
B 200 of 255 = 78%

221
169
200

R + G + B ~ 77%. #DDA9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 169 + 200 = 590 (100%)
R 221 of 590 ~ 37.46%
G 169 of 590 ~ 28.64%
B 200 of 590 ~ 33.9%

%37.46
%28.64
%33.9

CMYK color model

#DDA9C8 color CMYK value is (0,24,10,13).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(0,24,10,13)
C0M24Y10K13 
(0%,24%,10%,13%)
(0.00/0.24/0.10/0.13)	

CMYK percentages

%0
%23.53
%9.5
%13.33

Codes

Color #DDA9C8 in popluar color models

DDA9C8
RGB221169200
HSL324°43.33%76.47%
HSB/HSV324°23.53%86.67%
CMYK0.00%23.53%9.50%
13.33%

Color #DDA9C8 in popluar number systems.

HEXDDA9C8
Decimal221169200
Binary110111011010100111001000
Octal335251310

Shades and tints

Shades of #DDA9C8

#DDA9C8
(221,169,200)
#C99AB6
(201,154,182)
#B58BA4
(181,139,164)
#A17C92
(161,124,146)
#8D6D80
(141,109,128)
#795E6E
(121,94,110)
#654F5C
(101,79,92)
#51404A
(81,64,74)
#3D3138
(61,49,56)
#292226
(41,34,38)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #DDA9C8

#DDA9C8
(221,169,200)
#E0B0CD
(224,176,205)
#E3B7D2
(227,183,210)
#E6BED7
(230,190,215)
#E9C5DC
(233,197,220)
#ECCCE1
(236,204,225)
#EFD3E6
(239,211,230)
#F2DAEB
(242,218,235)
#F5E1F0
(245,225,240)
#F8E8F5
(248,232,245)
#FBEFFA
(251,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA9C8 color. Also use rgb(221,169,200) instead hex code.

Text Font Color

.myTextColor { color: #DDA9C8; }

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

This text font color is #DDA9C8.


Background Color

.myBgColor { background-color: #DDA9C8; }

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

This div background color is #DDA9C8.


Border color

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

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

This div border color is #DDA9C8.


Opacity

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

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

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

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

This text has shadow with #DDA9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA9C8 on black background.


Color preview on white background

This text has color #DDA9C8 on white background.



Black color preview on #DDA9C8 background

This text has black color on #DDA9C8 background.


White color preview on #DDA9C8 background

This text has white color on #DDA9C8 background.