COLOR #DDC1D9

HEX: #DDC1D9
RGB: (221,193,217)

Color info

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

RGB color model

#DDC1D9 color RGB value is (221,193,217).

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

RGB channels and saturation

R 221 of 255 = 87%
G 193 of 255 = 76%
B 217 of 255 = 85%

221
193
217

R + G + B ~ 83%. #DDC1D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 193 + 217 = 631 (100%)
R 221 of 631 ~ 35.02%
G 193 of 631 ~ 30.59%
B 217 of 631 ~ 34.39%

%35.02
%30.59
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.67%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(0,13,2,13)
C0M13Y2K13 
(0%,13%,2%,13%)
(0.00/0.13/0.02/0.13)	

CMYK percentages

%0
%12.67
%1.81
%13.33

Codes

Color #DDC1D9 in popluar color models

DDC1D9
RGB221193217
HSL309°29.17%81.18%
HSB/HSV309°12.67%86.67%
CMYK0.00%12.67%1.81%
13.33%

Color #DDC1D9 in popluar number systems.

HEXDDC1D9
Decimal221193217
Binary110111011100000111011001
Octal335301331

Shades and tints

Shades of #DDC1D9

#DDC1D9
(221,193,217)
#C9B0C6
(201,176,198)
#B59FB3
(181,159,179)
#A18EA0
(161,142,160)
#8D7D8D
(141,125,141)
#796C7A
(121,108,122)
#655B67
(101,91,103)
#514A54
(81,74,84)
#3D3941
(61,57,65)
#29282E
(41,40,46)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #DDC1D9

#DDC1D9
(221,193,217)
#E0C6DC
(224,198,220)
#E3CBDF
(227,203,223)
#E6D0E2
(230,208,226)
#E9D5E5
(233,213,229)
#ECDAE8
(236,218,232)
#EFDFEB
(239,223,235)
#F2E4EE
(242,228,238)
#F5E9F1
(245,233,241)
#F8EEF4
(248,238,244)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC1D9; }

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

This text font color is #DDC1D9.


Background Color

.myBgColor { background-color: #DDC1D9; }

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

This div background color is #DDC1D9.


Border color

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

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

This div border color is #DDC1D9.


Opacity

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

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

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

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

This text has shadow with #DDC1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC1D9 on black background.


Color preview on white background

This text has color #DDC1D9 on white background.



Black color preview on #DDC1D9 background

This text has black color on #DDC1D9 background.


White color preview on #DDC1D9 background

This text has white color on #DDC1D9 background.