COLOR #DDA3D1

HEX: #DDA3D1
RGB: (221,163,209)

Color info

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

RGB color model

#DDA3D1 color RGB value is (221,163,209).

  • red value is 221;
  • green value is 163;
  • blue value is 209.
RGB:
(221,163,209)
(87%,64%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 209 of 255 = 82%

221
163
209

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

Portions of RGB colors in percentages

R + G + B =
221 + 163 + 209 = 593 (100%)
R 221 of 593 ~ 37.27%
G 163 of 593 ~ 27.49%
B 209 of 593 ~ 35.24%

%37.27
%27.49
%35.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,26,5,13)
C0M26Y5K13 
(0%,26%,5%,13%)
(0.00/0.26/0.05/0.13)	

CMYK percentages

%0
%26.24
%5.43
%13.33

Codes

Color #DDA3D1 in popluar color models

DDA3D1
RGB221163209
HSL312°46.03%75.29%
HSB/HSV312°26.24%86.67%
CMYK0.00%26.24%5.43%
13.33%

Color #DDA3D1 in popluar number systems.

HEXDDA3D1
Decimal221163209
Binary110111011010001111010001
Octal335243321

Shades and tints

Shades of #DDA3D1

#DDA3D1
(221,163,209)
#C995BE
(201,149,190)
#B587AB
(181,135,171)
#A17998
(161,121,152)
#8D6B85
(141,107,133)
#795D72
(121,93,114)
#654F5F
(101,79,95)
#51414C
(81,65,76)
#3D3339
(61,51,57)
#292526
(41,37,38)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #DDA3D1

#DDA3D1
(221,163,209)
#E0ABD5
(224,171,213)
#E3B3D9
(227,179,217)
#E6BBDD
(230,187,221)
#E9C3E1
(233,195,225)
#ECCBE5
(236,203,229)
#EFD3E9
(239,211,233)
#F2DBED
(242,219,237)
#F5E3F1
(245,227,241)
#F8EBF5
(248,235,245)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA3D1 color. Also use rgb(221,163,209) instead hex code.

Text Font Color

.myTextColor { color: #DDA3D1; }

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

This text font color is #DDA3D1.


Background Color

.myBgColor { background-color: #DDA3D1; }

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

This div background color is #DDA3D1.


Border color

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

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

This div border color is #DDA3D1.


Opacity

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

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

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

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

This text has shadow with #DDA3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA3D1 on black background.


Color preview on white background

This text has color #DDA3D1 on white background.



Black color preview on #DDA3D1 background

This text has black color on #DDA3D1 background.


White color preview on #DDA3D1 background

This text has white color on #DDA3D1 background.