COLOR #DDC3CD

HEX: #DDC3CD
RGB: (221,195,205)

Color info

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

RGB color model

#DDC3CD color RGB value is (221,195,205).

  • red value is 221;
  • green value is 195;
  • blue value is 205.
RGB:
(221,195,205)
(87%,76%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 205 of 255 = 80%

221
195
205

R + G + B ~ 81%. #DDC3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 195 + 205 = 621 (100%)
R 221 of 621 ~ 35.59%
G 195 of 621 ~ 31.4%
B 205 of 621 ~ 33.01%

%35.59
%31.4
%33.01

CMYK color model

#DDC3CD color CMYK value is (0,12,7,13).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 7.24%
  • key color value is 13.33%
CMYK:
(0,12,7,13)
C0M12Y7K13 
(0%,12%,7%,13%)
(0.00/0.12/0.07/0.13)	

CMYK percentages

%0
%11.76
%7.24
%13.33

Codes

Color #DDC3CD in popluar color models

DDC3CD
RGB221195205
HSL337°27.66%81.57%
HSB/HSV337°11.76%86.67%
CMYK0.00%11.76%7.24%
13.33%

Color #DDC3CD in popluar number systems.

HEXDDC3CD
Decimal221195205
Binary110111011100001111001101
Octal335303315

Shades and tints

Shades of #DDC3CD

#DDC3CD
(221,195,205)
#C9B2BB
(201,178,187)
#B5A1A9
(181,161,169)
#A19097
(161,144,151)
#8D7F85
(141,127,133)
#796E73
(121,110,115)
#655D61
(101,93,97)
#514C4F
(81,76,79)
#3D3B3D
(61,59,61)
#292A2B
(41,42,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDC3CD

#DDC3CD
(221,195,205)
#E0C8D1
(224,200,209)
#E3CDD5
(227,205,213)
#E6D2D9
(230,210,217)
#E9D7DD
(233,215,221)
#ECDCE1
(236,220,225)
#EFE1E5
(239,225,229)
#F2E6E9
(242,230,233)
#F5EBED
(245,235,237)
#F8F0F1
(248,240,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC3CD color. Also use rgb(221,195,205) instead hex code.

Text Font Color

.myTextColor { color: #DDC3CD; }

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

This text font color is #DDC3CD.


Background Color

.myBgColor { background-color: #DDC3CD; }

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

This div background color is #DDC3CD.


Border color

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

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

This div border color is #DDC3CD.


Opacity

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

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

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

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

This text has shadow with #DDC3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC3CD on black background.


Color preview on white background

This text has color #DDC3CD on white background.



Black color preview on #DDC3CD background

This text has black color on #DDC3CD background.


White color preview on #DDC3CD background

This text has white color on #DDC3CD background.