COLOR #DDAFD9

HEX: #DDAFD9
RGB: (221,175,217)

Color info

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

RGB color model

#DDAFD9 color RGB value is (221,175,217).

  • red value is 221;
  • green value is 175;
  • blue value is 217.
RGB:
(221,175,217)
(87%,69%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 217 of 255 = 85%

221
175
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 217 = 613 (100%)
R 221 of 613 ~ 36.05%
G 175 of 613 ~ 28.55%
B 217 of 613 ~ 35.4%

%36.05
%28.55
%35.4

CMYK color model

#DDAFD9 color CMYK value is (0,21,2,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(0,21,2,13)
C0M21Y2K13 
(0%,21%,2%,13%)
(0.00/0.21/0.02/0.13)	

CMYK percentages

%0
%20.81
%1.81
%13.33

Codes

Color #DDAFD9 in popluar color models

DDAFD9
RGB221175217
HSL305°40.35%77.65%
HSB/HSV305°20.81%86.67%
CMYK0.00%20.81%1.81%
13.33%

Color #DDAFD9 in popluar number systems.

HEXDDAFD9
Decimal221175217
Binary110111011010111111011001
Octal335257331

Shades and tints

Shades of #DDAFD9

#DDAFD9
(221,175,217)
#C9A0C6
(201,160,198)
#B591B3
(181,145,179)
#A182A0
(161,130,160)
#8D738D
(141,115,141)
#79647A
(121,100,122)
#655567
(101,85,103)
#514654
(81,70,84)
#3D3741
(61,55,65)
#29282E
(41,40,46)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #DDAFD9

#DDAFD9
(221,175,217)
#E0B6DC
(224,182,220)
#E3BDDF
(227,189,223)
#E6C4E2
(230,196,226)
#E9CBE5
(233,203,229)
#ECD2E8
(236,210,232)
#EFD9EB
(239,217,235)
#F2E0EE
(242,224,238)
#F5E7F1
(245,231,241)
#F8EEF4
(248,238,244)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAFD9 color. Also use rgb(221,175,217) instead hex code.

Text Font Color

.myTextColor { color: #DDAFD9; }

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

This text font color is #DDAFD9.


Background Color

.myBgColor { background-color: #DDAFD9; }

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

This div background color is #DDAFD9.


Border color

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

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

This div border color is #DDAFD9.


Opacity

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

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

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

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

This text has shadow with #DDAFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAFD9 on black background.


Color preview on white background

This text has color #DDAFD9 on white background.



Black color preview on #DDAFD9 background

This text has black color on #DDAFD9 background.


White color preview on #DDAFD9 background

This text has white color on #DDAFD9 background.