COLOR #DDC7D9

HEX: #DDC7D9
RGB: (221,199,217)

Color info

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

RGB color model

#DDC7D9 color RGB value is (221,199,217).

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

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 217 of 255 = 85%

221
199
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 199 + 217 = 637 (100%)
R 221 of 637 ~ 34.69%
G 199 of 637 ~ 31.24%
B 217 of 637 ~ 34.07%

%34.69
%31.24
%34.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(0,10,2,13)
C0M10Y2K13 
(0%,10%,2%,13%)
(0.00/0.10/0.02/0.13)	

CMYK percentages

%0
%9.95
%1.81
%13.33

Codes

Color #DDC7D9 in popluar color models

DDC7D9
RGB221199217
HSL311°24.44%82.35%
HSB/HSV311°9.95%86.67%
CMYK0.00%9.95%1.81%
13.33%

Color #DDC7D9 in popluar number systems.

HEXDDC7D9
Decimal221199217
Binary110111011100011111011001
Octal335307331

Shades and tints

Shades of #DDC7D9

#DDC7D9
(221,199,217)
#C9B5C6
(201,181,198)
#B5A3B3
(181,163,179)
#A191A0
(161,145,160)
#8D7F8D
(141,127,141)
#796D7A
(121,109,122)
#655B67
(101,91,103)
#514954
(81,73,84)
#3D3741
(61,55,65)
#29252E
(41,37,46)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DDC7D9

#DDC7D9
(221,199,217)
#E0CCDC
(224,204,220)
#E3D1DF
(227,209,223)
#E6D6E2
(230,214,226)
#E9DBE5
(233,219,229)
#ECE0E8
(236,224,232)
#EFE5EB
(239,229,235)
#F2EAEE
(242,234,238)
#F5EFF1
(245,239,241)
#F8F4F4
(248,244,244)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7D9; }

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

This text font color is #DDC7D9.


Background Color

.myBgColor { background-color: #DDC7D9; }

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

This div background color is #DDC7D9.


Border color

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

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

This div border color is #DDC7D9.


Opacity

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

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

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

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

This text has shadow with #DDC7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC7D9 on black background.


Color preview on white background

This text has color #DDC7D9 on white background.



Black color preview on #DDC7D9 background

This text has black color on #DDC7D9 background.


White color preview on #DDC7D9 background

This text has white color on #DDC7D9 background.