COLOR #DDC5C3

HEX: #DDC5C3 RGB: (221,197,195)

Color info

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

RGB color model

#DDC5C3 color RGB value is (221,197,195).

RGB: (221,197,195) (87%, 77%, 76%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 195 of 255 = 76%

221
197
195

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

Portions of RGB colors in percentages

R + G + B = 221 + 197 + 195 = 613 (100%)
R 221 of 613 ~ 36.05%
G 197 of 613 ~ 32.14%
B 195 of 613 ~ 31.81'%

%36.05
%32.14
%31.81

CMYK color model

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

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

CMYK: (0,11,12,13)
C0M11Y12K13 (0%, 11%, 12%, 13%)
(0.00 / 0.11 / 0.12 / 0.13)

CMYK percentages

%0
%10.86
%11.76
%13.33

Codes

Color #DDC5C3 in popluar color models

DD C5 C3
RGB 221 197 195
HSL 27.66% 81.57%
HSB/HSV 11.76% 86.67%
CMYK 0.00% 10.86% 11.76%
13.33%

Color #DDC5C3 in popluar number systems.

HEX DD C5 C3
Decimal 221 197 195
Binary 11011101 11000101 11000011
Octal 335 305 303

Shades and tints

Shades of #DDC5C3

#DDC5C3
(221,197,195)
#C9B4B2
(201,180,178)
#B5A3A1
(181,163,161)
#A19290
(161,146,144)
#8D817F
(141,129,127)
#79706E
(121,112,110)
#655F5D
(101,95,93)
#514E4C
(81,78,76)
#3D3D3B
(61,61,59)
#292C2A
(41,44,42)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #DDC5C3

#DDC5C3
(221,197,195)
#E0CAC8
(224,202,200)
#E3CFCD
(227,207,205)
#E6D4D2
(230,212,210)
#E9D9D7
(233,217,215)
#ECDEDC
(236,222,220)
#EFE3E1
(239,227,225)
#F2E8E6
(242,232,230)
#F5EDEB
(245,237,235)
#F8F2F0
(248,242,240)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5C3; }

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

This text font color is #DDC5C3.

Background Color

.myBgColor { background-color: #DDC5C3; }

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

This div background color is #DDC5C3.

Border color

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

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

This div border color is #DDC5C3.

Opacity

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

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

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

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

This text has shadow with #DDC5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC5C3.

Preview

Color preview on black background

This text has color #DDC5C3 on black background.


Color preview on white background

This text has color #DDC5C3 on white background.


Black color preview on #DDC5C3 background

This text has black color on #DDC5C3 background.


White color preview on #DDC5C3 background

This text has white color on #DDC5C3 background.


Related colors

Complementary color

Complementary color for #hex is #223A3C.


I love getcolorcode.com

Triadic colors

1 #C3DDC5 and #C5C3DD with #DDC5C3 are triadic colors.

2 #C3C5DD and #C5DDC3 with #DDC5C3 are triadic colors.