COLOR #DDD1CC

HEX: #DDD1CC
RGB: (221,209,204)

Color info

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

RGB color model

#DDD1CC color RGB value is (221,209,204).

  • red value is 221;
  • green value is 209;
  • blue value is 204.
RGB:
(221,209,204)
(87%,82%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 204 of 255 = 80%

221
209
204

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

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 204 = 634 (100%)
R 221 of 634 ~ 34.86%
G 209 of 634 ~ 32.97%
B 204 of 634 ~ 32.18%

%34.86
%32.97
%32.18

CMYK color model

#DDD1CC color CMYK value is (0,5,8,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK:
(0,5,8,13)
C0M5Y8K13 
(0%,5%,8%,13%)
(0.00/0.05/0.08/0.13)	

CMYK percentages

%0
%5.43
%7.69
%13.33

Codes

Color #DDD1CC in popluar color models

DDD1CC
RGB221209204
HSL18°20.00%83.33%
HSB/HSV18°7.69%86.67%
CMYK0.00%5.43%7.69%
13.33%

Color #DDD1CC in popluar number systems.

HEXDDD1CC
Decimal221209204
Binary110111011101000111001100
Octal335321314

Shades and tints

Shades of #DDD1CC

#DDD1CC
(221,209,204)
#C9BEBA
(201,190,186)
#B5ABA8
(181,171,168)
#A19896
(161,152,150)
#8D8584
(141,133,132)
#797272
(121,114,114)
#655F60
(101,95,96)
#514C4E
(81,76,78)
#3D393C
(61,57,60)
#29262A
(41,38,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #DDD1CC

#DDD1CC
(221,209,204)
#E0D5D0
(224,213,208)
#E3D9D4
(227,217,212)
#E6DDD8
(230,221,216)
#E9E1DC
(233,225,220)
#ECE5E0
(236,229,224)
#EFE9E4
(239,233,228)
#F2EDE8
(242,237,232)
#F5F1EC
(245,241,236)
#F8F5F0
(248,245,240)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1CC; }

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

This text font color is #DDD1CC.


Background Color

.myBgColor { background-color: #DDD1CC; }

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

This div background color is #DDD1CC.


Border color

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

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

This div border color is #DDD1CC.


Opacity

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

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

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

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

This text has shadow with #DDD1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1CC on black background.


Color preview on white background

This text has color #DDD1CC on white background.



Black color preview on #DDD1CC background

This text has black color on #DDD1CC background.


White color preview on #DDD1CC background

This text has white color on #DDD1CC background.