COLOR #DDD7C8

HEX: #DDD7C8 RGB: (221,215,200)

Color info

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

RGB color model

#DDD7C8 color RGB value is (221,215,200).

RGB: (221,215,200) (87%, 84%, 78%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 200 of 255 = 78%

221
215
200

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

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 200 = 636 (100%)
R 221 of 636 ~ 34.75%
G 215 of 636 ~ 33.81%
B 200 of 636 ~ 31.45'%

%34.75
%33.81
%31.45

CMYK color model

#DDD7C8 color CMYK value is (0,3,10,13).

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

CMYK: (0,3,10,13)
C0M3Y10K13 (0%, 3%, 10%, 13%)
(0.00 / 0.03 / 0.10 / 0.13)

CMYK percentages

%0
%2.71
%9.5
%13.33

Codes

Color #DDD7C8 in popluar color models

DD D7 C8
RGB 221 215 200
HSL 43° 23.60% 82.55%
HSB/HSV 43° 9.50% 86.67%
CMYK 0.00% 2.71% 9.50%
13.33%

Color #DDD7C8 in popluar number systems.

HEX DD D7 C8
Decimal 221 215 200
Binary 11011101 11010111 11001000
Octal 335 327 310

Shades and tints

Shades of #DDD7C8

#DDD7C8
(221,215,200)
#C9C4B6
(201,196,182)
#B5B1A4
(181,177,164)
#A19E92
(161,158,146)
#8D8B80
(141,139,128)
#79786E
(121,120,110)
#65655C
(101,101,92)
#51524A
(81,82,74)
#3D3F38
(61,63,56)
#292C26
(41,44,38)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #DDD7C8

#DDD7C8
(221,215,200)
#E0DACD
(224,218,205)
#E3DDD2
(227,221,210)
#E6E0D7
(230,224,215)
#E9E3DC
(233,227,220)
#ECE6E1
(236,230,225)
#EFE9E6
(239,233,230)
#F2ECEB
(242,236,235)
#F5EFF0
(245,239,240)
#F8F2F5
(248,242,245)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7C8; }

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

This text font color is #DDD7C8.

Background Color

.myBgColor { background-color: #DDD7C8; }

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

This div background color is #DDD7C8.

Border color

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

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

This div border color is #DDD7C8.

Opacity

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

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

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

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

This text has shadow with #DDD7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD7C8.

Preview

Color preview on black background

This text has color #DDD7C8 on black background.


Color preview on white background

This text has color #DDD7C8 on white background.


Black color preview on #DDD7C8 background

This text has black color on #DDD7C8 background.


White color preview on #DDD7C8 background

This text has white color on #DDD7C8 background.


Related colors

Complementary color

Complementary color for #hex is #222837.


I love getcolorcode.com

Triadic colors

1 #C8DDD7 and #D7C8DD with #DDD7C8 are triadic colors.

2 #C8D7DD and #D7DDC8 with #DDD7C8 are triadic colors.