COLOR #DDD2CC

HEX: #DDD2CC RGB: (221,210,204)

Color info

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

RGB color model

#DDD2CC color RGB value is (221,210,204).

RGB: (221,210,204) (87%, 82%, 80%)

RGB channels and saturation

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

221
210
204

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

Portions of RGB colors in percentages

R + G + B = 221 + 210 + 204 = 635 (100%)
R 221 of 635 ~ 34.8%
G 210 of 635 ~ 33.07%
B 204 of 635 ~ 32.13'%

%34.8
%33.07
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.98%
  • 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
%4.98
%7.69
%13.33

Codes

Color #DDD2CC in popluar color models

DD D2 CC
RGB 221 210 204
HSL 21° 20.00% 83.33%
HSB/HSV 21° 7.69% 86.67%
CMYK 0.00% 4.98% 7.69%
13.33%

Color #DDD2CC in popluar number systems.

HEX DD D2 CC
Decimal 221 210 204
Binary 11011101 11010010 11001100
Octal 335 322 314

Shades and tints

Shades of #DDD2CC

#DDD2CC
(221,210,204)
#C9BFBA
(201,191,186)
#B5ACA8
(181,172,168)
#A19996
(161,153,150)
#8D8684
(141,134,132)
#797372
(121,115,114)
#656060
(101,96,96)
#514D4E
(81,77,78)
#3D3A3C
(61,58,60)
#29272A
(41,39,42)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #DDD2CC

#DDD2CC
(221,210,204)
#E0D6D0
(224,214,208)
#E3DAD4
(227,218,212)
#E6DED8
(230,222,216)
#E9E2DC
(233,226,220)
#ECE6E0
(236,230,224)
#EFEAE4
(239,234,228)
#F2EEE8
(242,238,232)
#F5F2EC
(245,242,236)
#F8F6F0
(248,246,240)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD2CC; }

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

This text font color is #DDD2CC.

Background Color

.myBgColor { background-color: #DDD2CC; }

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

This div background color is #DDD2CC.

Border color

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

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

This div border color is #DDD2CC.

Opacity

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

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

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

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

This text has shadow with #DDD2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD2CC.

Preview

Color preview on black background

This text has color #DDD2CC on black background.


Color preview on white background

This text has color #DDD2CC on white background.


Black color preview on #DDD2CC background

This text has black color on #DDD2CC background.


White color preview on #DDD2CC background

This text has white color on #DDD2CC background.


Related colors

Complementary color

Complementary color for #hex is #222D33.


I love getcolorcode.com

Triadic colors

1 #CCDDD2 and #D2CCDD with #DDD2CC are triadic colors.

2 #CCD2DD and #D2DDCC with #DDD2CC are triadic colors.