COLOR #DDC5D2

HEX: #DDC5D2
RGB: (221,197,210)

Color info

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

RGB color model

#DDC5D2 color RGB value is (221,197,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 210 of 255 = 82%

221
197
210

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

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 210 = 628 (100%)
R 221 of 628 ~ 35.19%
G 197 of 628 ~ 31.37%
B 210 of 628 ~ 33.44%

%35.19
%31.37
%33.44

CMYK color model

#DDC5D2 color CMYK value is (0,11,5,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,11,5,13)
C0M11Y5K13 
(0%,11%,5%,13%)
(0.00/0.11/0.05/0.13)	

CMYK percentages

%0
%10.86
%4.98
%13.33

Codes

Color #DDC5D2 in popluar color models

DDC5D2
RGB221197210
HSL328°26.09%81.96%
HSB/HSV328°10.86%86.67%
CMYK0.00%10.86%4.98%
13.33%

Color #DDC5D2 in popluar number systems.

HEXDDC5D2
Decimal221197210
Binary110111011100010111010010
Octal335305322

Shades and tints

Shades of #DDC5D2

#DDC5D2
(221,197,210)
#C9B4BF
(201,180,191)
#B5A3AC
(181,163,172)
#A19299
(161,146,153)
#8D8186
(141,129,134)
#797073
(121,112,115)
#655F60
(101,95,96)
#514E4D
(81,78,77)
#3D3D3A
(61,61,58)
#292C27
(41,44,39)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDC5D2

#DDC5D2
(221,197,210)
#E0CAD6
(224,202,214)
#E3CFDA
(227,207,218)
#E6D4DE
(230,212,222)
#E9D9E2
(233,217,226)
#ECDEE6
(236,222,230)
#EFE3EA
(239,227,234)
#F2E8EE
(242,232,238)
#F5EDF2
(245,237,242)
#F8F2F6
(248,242,246)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5D2; }

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

This text font color is #DDC5D2.


Background Color

.myBgColor { background-color: #DDC5D2; }

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

This div background color is #DDC5D2.


Border color

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

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

This div border color is #DDC5D2.


Opacity

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

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

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

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

This text has shadow with #DDC5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC5D2 on black background.


Color preview on white background

This text has color #DDC5D2 on white background.



Black color preview on #DDC5D2 background

This text has black color on #DDC5D2 background.


White color preview on #DDC5D2 background

This text has white color on #DDC5D2 background.