COLOR #DDD4CE

HEX: #DDD4CE RGB: (221,212,206)

Color info

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

RGB color model

#DDD4CE color RGB value is (221,212,206).

RGB: (221,212,206) (87%, 83%, 81%)

RGB channels and saturation

R 221 of 255 = 87%
G 212 of 255 = 83%
B 206 of 255 = 81%

221
212
206

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

Portions of RGB colors in percentages

R + G + B = 221 + 212 + 206 = 639 (100%)
R 221 of 639 ~ 34.59%
G 212 of 639 ~ 33.18%
B 206 of 639 ~ 32.24'%

%34.59
%33.18
%32.24

CMYK color model

#DDD4CE color CMYK value is (0,4,7,13).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 6.79%
  • key color value is 13.33%

CMYK: (0,4,7,13)
C0M4Y7K13 (0%, 4%, 7%, 13%)
(0.00 / 0.04 / 0.07 / 0.13)

CMYK percentages

%0
%4.07
%6.79
%13.33

Codes

Color #DDD4CE in popluar color models

DD D4 CE
RGB 221 212 206
HSL 24° 18.07% 83.73%
HSB/HSV 24° 6.79% 86.67%
CMYK 0.00% 4.07% 6.79%
13.33%

Color #DDD4CE in popluar number systems.

HEX DD D4 CE
Decimal 221 212 206
Binary 11011101 11010100 11001110
Octal 335 324 316

Shades and tints

Shades of #DDD4CE

#DDD4CE
(221,212,206)
#C9C1BC
(201,193,188)
#B5AEAA
(181,174,170)
#A19B98
(161,155,152)
#8D8886
(141,136,134)
#797574
(121,117,116)
#656262
(101,98,98)
#514F50
(81,79,80)
#3D3C3E
(61,60,62)
#29292C
(41,41,44)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DDD4CE

#DDD4CE
(221,212,206)
#E0D7D2
(224,215,210)
#E3DAD6
(227,218,214)
#E6DDDA
(230,221,218)
#E9E0DE
(233,224,222)
#ECE3E2
(236,227,226)
#EFE6E6
(239,230,230)
#F2E9EA
(242,233,234)
#F5ECEE
(245,236,238)
#F8EFF2
(248,239,242)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD4CE color. Also use rgb(221,212,206) instead hex code.

Text Font Color

.myTextColor { color: #DDD4CE; }

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

This text font color is #DDD4CE.

Background Color

.myBgColor { background-color: #DDD4CE; }

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

This div background color is #DDD4CE.

Border color

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

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

This div border color is #DDD4CE.

Opacity

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

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

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

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

This text has shadow with #DDD4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD4CE.

Preview

Color preview on black background

This text has color #DDD4CE on black background.


Color preview on white background

This text has color #DDD4CE on white background.


Black color preview on #DDD4CE background

This text has black color on #DDD4CE background.


White color preview on #DDD4CE background

This text has white color on #DDD4CE background.


Related colors

Complementary color

Complementary color for #hex is #222B31.


I love getcolorcode.com

Triadic colors

1 #CEDDD4 and #D4CEDD with #DDD4CE are triadic colors.

2 #CED4DD and #D4DDCE with #DDD4CE are triadic colors.