COLOR #DDC4D2

HEX: #DDC4D2
RGB: (221,196,210)

Color info

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

RGB color model

#DDC4D2 color RGB value is (221,196,210).

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

RGB channels and saturation

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

221
196
210

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

Portions of RGB colors in percentages

R + G + B =
221 + 196 + 210 = 627 (100%)
R 221 of 627 ~ 35.25%
G 196 of 627 ~ 31.26%
B 210 of 627 ~ 33.49%

%35.25
%31.26
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.31%
  • 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
%11.31
%4.98
%13.33

Codes

Color #DDC4D2 in popluar color models

DDC4D2
RGB221196210
HSL326°26.88%81.76%
HSB/HSV326°11.31%86.67%
CMYK0.00%11.31%4.98%
13.33%

Color #DDC4D2 in popluar number systems.

HEXDDC4D2
Decimal221196210
Binary110111011100010011010010
Octal335304322

Shades and tints

Shades of #DDC4D2

#DDC4D2
(221,196,210)
#C9B3BF
(201,179,191)
#B5A2AC
(181,162,172)
#A19199
(161,145,153)
#8D8086
(141,128,134)
#796F73
(121,111,115)
#655E60
(101,94,96)
#514D4D
(81,77,77)
#3D3C3A
(61,60,58)
#292B27
(41,43,39)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDC4D2

#DDC4D2
(221,196,210)
#E0C9D6
(224,201,214)
#E3CEDA
(227,206,218)
#E6D3DE
(230,211,222)
#E9D8E2
(233,216,226)
#ECDDE6
(236,221,230)
#EFE2EA
(239,226,234)
#F2E7EE
(242,231,238)
#F5ECF2
(245,236,242)
#F8F1F6
(248,241,246)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4D2; }

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

This text font color is #DDC4D2.


Background Color

.myBgColor { background-color: #DDC4D2; }

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

This div background color is #DDC4D2.


Border color

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

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

This div border color is #DDC4D2.


Opacity

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

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

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

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

This text has shadow with #DDC4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC4D2 on black background.


Color preview on white background

This text has color #DDC4D2 on white background.



Black color preview on #DDC4D2 background

This text has black color on #DDC4D2 background.


White color preview on #DDC4D2 background

This text has white color on #DDC4D2 background.