COLOR #DDC7D2

HEX: #DDC7D2
RGB: (221,199,210)

Color info

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

RGB color model

#DDC7D2 color RGB value is (221,199,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 210 of 255 = 82%

221
199
210

R + G + B ~ 82%. #DDC7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 199 + 210 = 630 (100%)
R 221 of 630 ~ 35.08%
G 199 of 630 ~ 31.59%
B 210 of 630 ~ 33.33%

%35.08
%31.59
%33.33

CMYK color model

#DDC7D2 color CMYK value is (0,10,5,13).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,10,5,13)
C0M10Y5K13 
(0%,10%,5%,13%)
(0.00/0.10/0.05/0.13)	

CMYK percentages

%0
%9.95
%4.98
%13.33

Codes

Color #DDC7D2 in popluar color models

DDC7D2
RGB221199210
HSL330°24.44%82.35%
HSB/HSV330°9.95%86.67%
CMYK0.00%9.95%4.98%
13.33%

Color #DDC7D2 in popluar number systems.

HEXDDC7D2
Decimal221199210
Binary110111011100011111010010
Octal335307322

Shades and tints

Shades of #DDC7D2

#DDC7D2
(221,199,210)
#C9B5BF
(201,181,191)
#B5A3AC
(181,163,172)
#A19199
(161,145,153)
#8D7F86
(141,127,134)
#796D73
(121,109,115)
#655B60
(101,91,96)
#51494D
(81,73,77)
#3D373A
(61,55,58)
#292527
(41,37,39)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #DDC7D2

#DDC7D2
(221,199,210)
#E0CCD6
(224,204,214)
#E3D1DA
(227,209,218)
#E6D6DE
(230,214,222)
#E9DBE2
(233,219,226)
#ECE0E6
(236,224,230)
#EFE5EA
(239,229,234)
#F2EAEE
(242,234,238)
#F5EFF2
(245,239,242)
#F8F4F6
(248,244,246)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7D2; }

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

This text font color is #DDC7D2.


Background Color

.myBgColor { background-color: #DDC7D2; }

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

This div background color is #DDC7D2.


Border color

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

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

This div border color is #DDC7D2.


Opacity

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

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

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

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

This text has shadow with #DDC7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC7D2 on black background.


Color preview on white background

This text has color #DDC7D2 on white background.



Black color preview on #DDC7D2 background

This text has black color on #DDC7D2 background.


White color preview on #DDC7D2 background

This text has white color on #DDC7D2 background.