COLOR #DDC4C8

HEX: #DDC4C8 RGB: (221,196,200)

Color info

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

RGB color model

#DDC4C8 color RGB value is (221,196,200).

RGB: (221,196,200) (87%, 77%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 200 of 255 = 78%

221
196
200

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

Portions of RGB colors in percentages

R + G + B = 221 + 196 + 200 = 617 (100%)
R 221 of 617 ~ 35.82%
G 196 of 617 ~ 31.77%
B 200 of 617 ~ 32.41'%

%35.82
%31.77
%32.41

CMYK color model

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

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

CMYK: (0,11,10,13)
C0M11Y10K13 (0%, 11%, 10%, 13%)
(0.00 / 0.11 / 0.10 / 0.13)

CMYK percentages

%0
%11.31
%9.5
%13.33

Codes

Color #DDC4C8 in popluar color models

DD C4 C8
RGB 221 196 200
HSL 350° 26.88% 81.76%
HSB/HSV 350° 11.31% 86.67%
CMYK 0.00% 11.31% 9.50%
13.33%

Color #DDC4C8 in popluar number systems.

HEX DD C4 C8
Decimal 221 196 200
Binary 11011101 11000100 11001000
Octal 335 304 310

Shades and tints

Shades of #DDC4C8

#DDC4C8
(221,196,200)
#C9B3B6
(201,179,182)
#B5A2A4
(181,162,164)
#A19192
(161,145,146)
#8D8080
(141,128,128)
#796F6E
(121,111,110)
#655E5C
(101,94,92)
#514D4A
(81,77,74)
#3D3C38
(61,60,56)
#292B26
(41,43,38)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDC4C8

#DDC4C8
(221,196,200)
#E0C9CD
(224,201,205)
#E3CED2
(227,206,210)
#E6D3D7
(230,211,215)
#E9D8DC
(233,216,220)
#ECDDE1
(236,221,225)
#EFE2E6
(239,226,230)
#F2E7EB
(242,231,235)
#F5ECF0
(245,236,240)
#F8F1F5
(248,241,245)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4C8; }

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

This text font color is #DDC4C8.

Background Color

.myBgColor { background-color: #DDC4C8; }

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

This div background color is #DDC4C8.

Border color

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

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

This div border color is #DDC4C8.

Opacity

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

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

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

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

This text has shadow with #DDC4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC4C8.

Preview

Color preview on black background

This text has color #DDC4C8 on black background.


Color preview on white background

This text has color #DDC4C8 on white background.


Black color preview on #DDC4C8 background

This text has black color on #DDC4C8 background.


White color preview on #DDC4C8 background

This text has white color on #DDC4C8 background.


Related colors

Complementary color

Complementary color for #hex is #223B37.


I love getcolorcode.com

Triadic colors

1 #C8DDC4 and #C4C8DD with #DDC4C8 are triadic colors.

2 #C8C4DD and #C4DDC8 with #DDC4C8 are triadic colors.