COLOR #DDDCD1

HEX: #DDDCD1
RGB: (221,220,209)

Color info

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

RGB color model

#DDDCD1 color RGB value is (221,220,209).

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

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 209 of 255 = 82%

221
220
209

R + G + B ~ 85%. #DDDCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 209 = 650 (100%)
R 221 of 650 ~ 34%
G 220 of 650 ~ 33.85%
B 209 of 650 ~ 32.15%

%34
%33.85
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,0,5,13)
C0M0Y5K13 
(0%,0%,5%,13%)
(0.00/0.00/0.05/0.13)	

CMYK percentages

%0
%0.45
%5.43
%13.33

Codes

Color #DDDCD1 in popluar color models

DDDCD1
RGB221220209
HSL55°15.00%84.31%
HSB/HSV55°5.43%86.67%
CMYK0.00%0.45%5.43%
13.33%

Color #DDDCD1 in popluar number systems.

HEXDDDCD1
Decimal221220209
Binary110111011101110011010001
Octal335334321

Shades and tints

Shades of #DDDCD1

#DDDCD1
(221,220,209)
#C9C8BE
(201,200,190)
#B5B4AB
(181,180,171)
#A1A098
(161,160,152)
#8D8C85
(141,140,133)
#797872
(121,120,114)
#65645F
(101,100,95)
#51504C
(81,80,76)
#3D3C39
(61,60,57)
#292826
(41,40,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDDCD1

#DDDCD1
(221,220,209)
#E0DFD5
(224,223,213)
#E3E2D9
(227,226,217)
#E6E5DD
(230,229,221)
#E9E8E1
(233,232,225)
#ECEBE5
(236,235,229)
#EFEEE9
(239,238,233)
#F2F1ED
(242,241,237)
#F5F4F1
(245,244,241)
#F8F7F5
(248,247,245)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCD1; }

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

This text font color is #DDDCD1.


Background Color

.myBgColor { background-color: #DDDCD1; }

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

This div background color is #DDDCD1.


Border color

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

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

This div border color is #DDDCD1.


Opacity

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

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

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

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

This text has shadow with #DDDCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDCD1 on black background.


Color preview on white background

This text has color #DDDCD1 on white background.



Black color preview on #DDDCD1 background

This text has black color on #DDDCD1 background.


White color preview on #DDDCD1 background

This text has white color on #DDDCD1 background.