COLOR #DDD7C5

HEX: #DDD7C5 RGB: (221,215,197)

Color info

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

RGB color model

#DDD7C5 color RGB value is (221,215,197).

RGB: (221,215,197) (87%, 84%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 197 of 255 = 77%

221
215
197

R + G + B ~ 83%. #DDD7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 197 = 633 (100%)
R 221 of 633 ~ 34.91%
G 215 of 633 ~ 33.97%
B 197 of 633 ~ 31.12'%

%34.91
%33.97
%31.12

CMYK color model

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

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

CMYK: (0,3,11,13)
C0M3Y11K13 (0%, 3%, 11%, 13%)
(0.00 / 0.03 / 0.11 / 0.13)

CMYK percentages

%0
%2.71
%10.86
%13.33

Codes

Color #DDD7C5 in popluar color models

DD D7 C5
RGB 221 215 197
HSL 45° 26.09% 81.96%
HSB/HSV 45° 10.86% 86.67%
CMYK 0.00% 2.71% 10.86%
13.33%

Color #DDD7C5 in popluar number systems.

HEX DD D7 C5
Decimal 221 215 197
Binary 11011101 11010111 11000101
Octal 335 327 305

Shades and tints

Shades of #DDD7C5

#DDD7C5
(221,215,197)
#C9C4B4
(201,196,180)
#B5B1A3
(181,177,163)
#A19E92
(161,158,146)
#8D8B81
(141,139,129)
#797870
(121,120,112)
#65655F
(101,101,95)
#51524E
(81,82,78)
#3D3F3D
(61,63,61)
#292C2C
(41,44,44)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #DDD7C5

#DDD7C5
(221,215,197)
#E0DACA
(224,218,202)
#E3DDCF
(227,221,207)
#E6E0D4
(230,224,212)
#E9E3D9
(233,227,217)
#ECE6DE
(236,230,222)
#EFE9E3
(239,233,227)
#F2ECE8
(242,236,232)
#F5EFED
(245,239,237)
#F8F2F2
(248,242,242)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7C5; }

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

This text font color is #DDD7C5.

Background Color

.myBgColor { background-color: #DDD7C5; }

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

This div background color is #DDD7C5.

Border color

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

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

This div border color is #DDD7C5.

Opacity

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

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

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

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

This text has shadow with #DDD7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD7C5.

Preview

Color preview on black background

This text has color #DDD7C5 on black background.


Color preview on white background

This text has color #DDD7C5 on white background.


Black color preview on #DDD7C5 background

This text has black color on #DDD7C5 background.


White color preview on #DDD7C5 background

This text has white color on #DDD7C5 background.


Related colors

Complementary color

Complementary color for #hex is #22283A.


I love getcolorcode.com

Triadic colors

1 #C5DDD7 and #D7C5DD with #DDD7C5 are triadic colors.

2 #C5D7DD and #D7DDC5 with #DDD7C5 are triadic colors.