COLOR #DDC4C5

HEX: #DDC4C5 RGB: (221,196,197)

Color info

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

RGB color model

#DDC4C5 color RGB value is (221,196,197).

RGB: (221,196,197) (87%, 77%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 197 of 255 = 77%

221
196
197

R + G + B ~ 80%. #DDC4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 196 + 197 = 614 (100%)
R 221 of 614 ~ 35.99%
G 196 of 614 ~ 31.92%
B 197 of 614 ~ 32.08'%

%35.99
%31.92
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 10.86%
  • key color value is 13.33%

CMYK: (0,11,11,13)
C0M11Y11K13 (0%, 11%, 11%, 13%)
(0.00 / 0.11 / 0.11 / 0.13)

CMYK percentages

%0
%11.31
%10.86
%13.33

Codes

Color #DDC4C5 in popluar color models

DD C4 C5
RGB 221 196 197
HSL 358° 26.88% 81.76%
HSB/HSV 358° 11.31% 86.67%
CMYK 0.00% 11.31% 10.86%
13.33%

Color #DDC4C5 in popluar number systems.

HEX DD C4 C5
Decimal 221 196 197
Binary 11011101 11000100 11000101
Octal 335 304 305

Shades and tints

Shades of #DDC4C5

#DDC4C5
(221,196,197)
#C9B3B4
(201,179,180)
#B5A2A3
(181,162,163)
#A19192
(161,145,146)
#8D8081
(141,128,129)
#796F70
(121,111,112)
#655E5F
(101,94,95)
#514D4E
(81,77,78)
#3D3C3D
(61,60,61)
#292B2C
(41,43,44)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #DDC4C5

#DDC4C5
(221,196,197)
#E0C9CA
(224,201,202)
#E3CECF
(227,206,207)
#E6D3D4
(230,211,212)
#E9D8D9
(233,216,217)
#ECDDDE
(236,221,222)
#EFE2E3
(239,226,227)
#F2E7E8
(242,231,232)
#F5ECED
(245,236,237)
#F8F1F2
(248,241,242)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4C5; }

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

This text font color is #DDC4C5.

Background Color

.myBgColor { background-color: #DDC4C5; }

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

This div background color is #DDC4C5.

Border color

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

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

This div border color is #DDC4C5.

Opacity

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

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

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

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

This text has shadow with #DDC4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC4C5.

Preview

Color preview on black background

This text has color #DDC4C5 on black background.


Color preview on white background

This text has color #DDC4C5 on white background.


Black color preview on #DDC4C5 background

This text has black color on #DDC4C5 background.


White color preview on #DDC4C5 background

This text has white color on #DDC4C5 background.


Related colors

Complementary color

Complementary color for #hex is #223B3A.


I love getcolorcode.com

Triadic colors

1 #C5DDC4 and #C4C5DD with #DDC4C5 are triadic colors.

2 #C5C4DD and #C4DDC5 with #DDC4C5 are triadic colors.