COLOR #DDD2C4

HEX: #DDD2C4
RGB: (221,210,196)

Color info

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

RGB color model

#DDD2C4 color RGB value is (221,210,196).

  • red value is 221;
  • green value is 210;
  • blue value is 196.
RGB:
(221,210,196)
(87%,82%,77%)

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 196 of 255 = 77%

221
210
196

R + G + B ~ 82%. #DDD2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 210 + 196 = 627 (100%)
R 221 of 627 ~ 35.25%
G 210 of 627 ~ 33.49%
B 196 of 627 ~ 31.26%

%35.25
%33.49
%31.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK:
(0,5,11,13)
C0M5Y11K13 
(0%,5%,11%,13%)
(0.00/0.05/0.11/0.13)	

CMYK percentages

%0
%4.98
%11.31
%13.33

Codes

Color #DDD2C4 in popluar color models

DDD2C4
RGB221210196
HSL34°26.88%81.76%
HSB/HSV34°11.31%86.67%
CMYK0.00%4.98%11.31%
13.33%

Color #DDD2C4 in popluar number systems.

HEXDDD2C4
Decimal221210196
Binary110111011101001011000100
Octal335322304

Shades and tints

Shades of #DDD2C4

#DDD2C4
(221,210,196)
#C9BFB3
(201,191,179)
#B5ACA2
(181,172,162)
#A19991
(161,153,145)
#8D8680
(141,134,128)
#79736F
(121,115,111)
#65605E
(101,96,94)
#514D4D
(81,77,77)
#3D3A3C
(61,58,60)
#29272B
(41,39,43)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #DDD2C4

#DDD2C4
(221,210,196)
#E0D6C9
(224,214,201)
#E3DACE
(227,218,206)
#E6DED3
(230,222,211)
#E9E2D8
(233,226,216)
#ECE6DD
(236,230,221)
#EFEAE2
(239,234,226)
#F2EEE7
(242,238,231)
#F5F2EC
(245,242,236)
#F8F6F1
(248,246,241)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD2C4 color. Also use rgb(221,210,196) instead hex code.

Text Font Color

.myTextColor { color: #DDD2C4; }

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

This text font color is #DDD2C4.


Background Color

.myBgColor { background-color: #DDD2C4; }

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

This div background color is #DDD2C4.


Border color

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

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

This div border color is #DDD2C4.


Opacity

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

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

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

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

This text has shadow with #DDD2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD2C4 on black background.


Color preview on white background

This text has color #DDD2C4 on white background.



Black color preview on #DDD2C4 background

This text has black color on #DDD2C4 background.


White color preview on #DDD2C4 background

This text has white color on #DDD2C4 background.