COLOR #DDD8CC

HEX: #DDD8CC RGB: (221,216,204)

Color info

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

RGB color model

#DDD8CC color RGB value is (221,216,204).

RGB: (221,216,204) (87%, 85%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 216 of 255 = 85%
B 204 of 255 = 80%

221
216
204

R + G + B ~ 84%. #DDD8CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 216 + 204 = 641 (100%)
R 221 of 641 ~ 34.48%
G 216 of 641 ~ 33.7%
B 204 of 641 ~ 31.83'%

%34.48
%33.7
%31.83

CMYK color model

#DDD8CC color CMYK value is (0,2,8,13).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 7.69%
  • key color value is 13.33%

CMYK: (0,2,8,13)
C0M2Y8K13 (0%, 2%, 8%, 13%)
(0.00 / 0.02 / 0.08 / 0.13)

CMYK percentages

%0
%2.26
%7.69
%13.33

Codes

Color #DDD8CC in popluar color models

DD D8 CC
RGB 221 216 204
HSL 42° 20.00% 83.33%
HSB/HSV 42° 7.69% 86.67%
CMYK 0.00% 2.26% 7.69%
13.33%

Color #DDD8CC in popluar number systems.

HEX DD D8 CC
Decimal 221 216 204
Binary 11011101 11011000 11001100
Octal 335 330 314

Shades and tints

Shades of #DDD8CC

#DDD8CC
(221,216,204)
#C9C5BA
(201,197,186)
#B5B2A8
(181,178,168)
#A19F96
(161,159,150)
#8D8C84
(141,140,132)
#797972
(121,121,114)
#656660
(101,102,96)
#51534E
(81,83,78)
#3D403C
(61,64,60)
#292D2A
(41,45,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDD8CC

#DDD8CC
(221,216,204)
#E0DBD0
(224,219,208)
#E3DED4
(227,222,212)
#E6E1D8
(230,225,216)
#E9E4DC
(233,228,220)
#ECE7E0
(236,231,224)
#EFEAE4
(239,234,228)
#F2EDE8
(242,237,232)
#F5F0EC
(245,240,236)
#F8F3F0
(248,243,240)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD8CC color. Also use rgb(221,216,204) instead hex code.

Text Font Color

.myTextColor { color: #DDD8CC; }

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

This text font color is #DDD8CC.

Background Color

.myBgColor { background-color: #DDD8CC; }

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

This div background color is #DDD8CC.

Border color

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

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

This div border color is #DDD8CC.

Opacity

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

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

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

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

This text has shadow with #DDD8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD8CC.

Preview

Color preview on black background

This text has color #DDD8CC on black background.


Color preview on white background

This text has color #DDD8CC on white background.


Black color preview on #DDD8CC background

This text has black color on #DDD8CC background.


White color preview on #DDD8CC background

This text has white color on #DDD8CC background.


Related colors

Complementary color

Complementary color for #hex is #222733.


I love getcolorcode.com

Triadic colors

1 #CCDDD8 and #D8CCDD with #DDD8CC are triadic colors.

2 #CCD8DD and #D8DDCC with #DDD8CC are triadic colors.