COLOR #DDC9DA

HEX: #DDC9DA RGB: (221,201,218)

Color info

#DDC9DA contains red, green and blue colors in about the same proportion. Web safe color of #DDC9DA is #CCCCCC (or #CCC).

RGB color model

#DDC9DA color RGB value is (221,201,218).

RGB: (221,201,218) (87%, 79%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 218 of 255 = 85%

221
201
218

R + G + B ~ 84%. #DDC9DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 201 + 218 = 640 (100%)
R 221 of 640 ~ 34.53%
G 201 of 640 ~ 31.41%
B 218 of 640 ~ 34.06'%

%34.53
%31.41
%34.06

CMYK color model

#DDC9DA color CMYK value is (0,9,1,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 1.36%
  • key color value is 13.33%

CMYK: (0,9,1,13)
C0M9Y1K13 (0%, 9%, 1%, 13%)
(0.00 / 0.09 / 0.01 / 0.13)

CMYK percentages

%0
%9.05
%1.36
%13.33

Codes

Color #DDC9DA in popluar color models

DD C9 DA
RGB 221 201 218
HSL 309° 22.73% 82.75%
HSB/HSV 309° 9.05% 86.67%
CMYK 0.00% 9.05% 1.36%
13.33%

Color #DDC9DA in popluar number systems.

HEX DD C9 DA
Decimal 221 201 218
Binary 11011101 11001001 11011010
Octal 335 311 332

Shades and tints

Shades of #DDC9DA

#DDC9DA
(221,201,218)
#C9B7C7
(201,183,199)
#B5A5B4
(181,165,180)
#A193A1
(161,147,161)
#8D818E
(141,129,142)
#796F7B
(121,111,123)
#655D68
(101,93,104)
#514B55
(81,75,85)
#3D3942
(61,57,66)
#29272F
(41,39,47)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #DDC9DA

#DDC9DA
(221,201,218)
#E0CDDD
(224,205,221)
#E3D1E0
(227,209,224)
#E6D5E3
(230,213,227)
#E9D9E6
(233,217,230)
#ECDDE9
(236,221,233)
#EFE1EC
(239,225,236)
#F2E5EF
(242,229,239)
#F5E9F2
(245,233,242)
#F8EDF5
(248,237,245)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC9DA color. Also use rgb(221,201,218) instead hex code.

Text Font Color

.myTextColor { color: #DDC9DA; }

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

This text font color is #DDC9DA.

Background Color

.myBgColor { background-color: #DDC9DA; }

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

This div background color is #DDC9DA.

Border color

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

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

This div border color is #DDC9DA.

Opacity

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

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

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

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

This text has shadow with #DDC9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC9DA.

Preview

Color preview on black background

This text has color #DDC9DA on black background.


Color preview on white background

This text has color #DDC9DA on white background.


Black color preview on #DDC9DA background

This text has black color on #DDC9DA background.


White color preview on #DDC9DA background

This text has white color on #DDC9DA background.


Related colors

Complementary color

Complementary color for #hex is #223625.


I love getcolorcode.com

Triadic colors

1 #DADDC9 and #C9DADD with #DDC9DA are triadic colors.

2 #DAC9DD and #C9DDDA with #DDC9DA are triadic colors.