COLOR #DDD6D4

HEX: #DDD6D4 RGB: (221,214,212)

Color info

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

RGB color model

#DDD6D4 color RGB value is (221,214,212).

RGB: (221,214,212) (87%, 84%, 83%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 212 of 255 = 83%

221
214
212

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

Portions of RGB colors in percentages

R + G + B = 221 + 214 + 212 = 647 (100%)
R 221 of 647 ~ 34.16%
G 214 of 647 ~ 33.08%
B 212 of 647 ~ 32.77'%

%34.16
%33.08
%32.77

CMYK color model

#DDD6D4 color CMYK value is (0,3,4,13).

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

CMYK: (0,3,4,13)
C0M3Y4K13 (0%, 3%, 4%, 13%)
(0.00 / 0.03 / 0.04 / 0.13)

CMYK percentages

%0
%3.17
%4.07
%13.33

Codes

Color #DDD6D4 in popluar color models

DD D6 D4
RGB 221 214 212
HSL 13° 11.69% 84.90%
HSB/HSV 13° 4.07% 86.67%
CMYK 0.00% 3.17% 4.07%
13.33%

Color #DDD6D4 in popluar number systems.

HEX DD D6 D4
Decimal 221 214 212
Binary 11011101 11010110 11010100
Octal 335 326 324

Shades and tints

Shades of #DDD6D4

#DDD6D4
(221,214,212)
#C9C3C1
(201,195,193)
#B5B0AE
(181,176,174)
#A19D9B
(161,157,155)
#8D8A88
(141,138,136)
#797775
(121,119,117)
#656462
(101,100,98)
#51514F
(81,81,79)
#3D3E3C
(61,62,60)
#292B29
(41,43,41)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #DDD6D4

#DDD6D4
(221,214,212)
#E0D9D7
(224,217,215)
#E3DCDA
(227,220,218)
#E6DFDD
(230,223,221)
#E9E2E0
(233,226,224)
#ECE5E3
(236,229,227)
#EFE8E6
(239,232,230)
#F2EBE9
(242,235,233)
#F5EEEC
(245,238,236)
#F8F1EF
(248,241,239)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6D4; }

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

This text font color is #DDD6D4.

Background Color

.myBgColor { background-color: #DDD6D4; }

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

This div background color is #DDD6D4.

Border color

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

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

This div border color is #DDD6D4.

Opacity

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

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

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

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

This text has shadow with #DDD6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD6D4.

Preview

Color preview on black background

This text has color #DDD6D4 on black background.


Color preview on white background

This text has color #DDD6D4 on white background.


Black color preview on #DDD6D4 background

This text has black color on #DDD6D4 background.


White color preview on #DDD6D4 background

This text has white color on #DDD6D4 background.


Related colors

Complementary color

Complementary color for #hex is #22292B.


I love getcolorcode.com

Triadic colors

1 #D4DDD6 and #D6D4DD with #DDD6D4 are triadic colors.

2 #D4D6DD and #D6DDD4 with #DDD6D4 are triadic colors.