COLOR #DDDCDA

HEX: #DDDCDA
RGB: (221,220,218)

Color info

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

RGB color model

#DDDCDA color RGB value is (221,220,218).

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

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 218 of 255 = 85%

221
220
218

R + G + B ~ 86%. #DDDCDA is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 218 = 659 (100%)
R 221 of 659 ~ 33.54%
G 220 of 659 ~ 33.38%
B 218 of 659 ~ 33.08%

%33.54
%33.38
%33.08

CMYK color model

#DDDCDA color CMYK value is (0,0,1,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(0,0,1,13)
C0M0Y1K13 
(0%,0%,1%,13%)
(0.00/0.00/0.01/0.13)	

CMYK percentages

%0
%0.45
%1.36
%13.33

Codes

Color #DDDCDA in popluar color models

DDDCDA
RGB221220218
HSL40°4.23%86.08%
HSB/HSV40°1.36%86.67%
CMYK0.00%0.45%1.36%
13.33%

Color #DDDCDA in popluar number systems.

HEXDDDCDA
Decimal221220218
Binary110111011101110011011010
Octal335334332

Shades and tints

Shades of #DDDCDA

#DDDCDA
(221,220,218)
#C9C8C7
(201,200,199)
#B5B4B4
(181,180,180)
#A1A0A1
(161,160,161)
#8D8C8E
(141,140,142)
#79787B
(121,120,123)
#656468
(101,100,104)
#515055
(81,80,85)
#3D3C42
(61,60,66)
#29282F
(41,40,47)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #DDDCDA

#DDDCDA
(221,220,218)
#E0DFDD
(224,223,221)
#E3E2E0
(227,226,224)
#E6E5E3
(230,229,227)
#E9E8E6
(233,232,230)
#ECEBE9
(236,235,233)
#EFEEEC
(239,238,236)
#F2F1EF
(242,241,239)
#F5F4F2
(245,244,242)
#F8F7F5
(248,247,245)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDCDA; }

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

This text font color is #DDDCDA.


Background Color

.myBgColor { background-color: #DDDCDA; }

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

This div background color is #DDDCDA.


Border color

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

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

This div border color is #DDDCDA.


Opacity

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

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

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

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

This text has shadow with #DDDCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDCDA on black background.


Color preview on white background

This text has color #DDDCDA on white background.



Black color preview on #DDDCDA background

This text has black color on #DDDCDA background.


White color preview on #DDDCDA background

This text has white color on #DDDCDA background.