COLOR #DDC5C8

HEX: #DDC5C8 RGB: (221,197,200)

Color info

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

RGB color model

#DDC5C8 color RGB value is (221,197,200).

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

RGB channels and saturation

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

221
197
200

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

Portions of RGB colors in percentages

R + G + B = 221 + 197 + 200 = 618 (100%)
R 221 of 618 ~ 35.76%
G 197 of 618 ~ 31.88%
B 200 of 618 ~ 32.36'%

%35.76
%31.88
%32.36

CMYK color model

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

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

Codes

Color #DDC5C8 in popluar color models

DD C5 C8
RGB 221 197 200
HSL 353° 26.09% 81.96%
HSB/HSV 353° 10.86% 86.67%
CMYK 0.00% 10.86% 9.50%
13.33%

Color #DDC5C8 in popluar number systems.

HEX DD C5 C8
Decimal 221 197 200
Binary 11011101 11000101 11001000
Octal 335 305 310

Shades and tints

Shades of #DDC5C8

#DDC5C8
(221,197,200)
#C9B4B6
(201,180,182)
#B5A3A4
(181,163,164)
#A19292
(161,146,146)
#8D8180
(141,129,128)
#79706E
(121,112,110)
#655F5C
(101,95,92)
#514E4A
(81,78,74)
#3D3D38
(61,61,56)
#292C26
(41,44,38)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDC5C8

#DDC5C8
(221,197,200)
#E0CACD
(224,202,205)
#E3CFD2
(227,207,210)
#E6D4D7
(230,212,215)
#E9D9DC
(233,217,220)
#ECDEE1
(236,222,225)
#EFE3E6
(239,227,230)
#F2E8EB
(242,232,235)
#F5EDF0
(245,237,240)
#F8F2F5
(248,242,245)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5C8; }

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

This text font color is #DDC5C8.

Background Color

.myBgColor { background-color: #DDC5C8; }

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

This div background color is #DDC5C8.

Border color

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

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

This div border color is #DDC5C8.

Opacity

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

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

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

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

This text has shadow with #DDC5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC5C8.

Preview

Color preview on black background

This text has color #DDC5C8 on black background.


Color preview on white background

This text has color #DDC5C8 on white background.


Black color preview on #DDC5C8 background

This text has black color on #DDC5C8 background.


White color preview on #DDC5C8 background

This text has white color on #DDC5C8 background.


Related colors

Complementary color

Complementary color for #hex is #223A37.


I love getcolorcode.com

Triadic colors

1 #C8DDC5 and #C5C8DD with #DDC5C8 are triadic colors.

2 #C8C5DD and #C5DDC8 with #DDC5C8 are triadic colors.