COLOR #DFDDD9

HEX: #DFDDD9
RGB: (223,221,217)

Color info

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

RGB color model

#DFDDD9 color RGB value is (223,221,217).

  • red value is 223;
  • green value is 221;
  • blue value is 217.
RGB:
(223,221,217)
(87%,87%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 217 of 255 = 85%

223
221
217

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

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 217 = 661 (100%)
R 223 of 661 ~ 33.74%
G 221 of 661 ~ 33.43%
B 217 of 661 ~ 32.83%

%33.74
%33.43
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 2.69%
  • key color value is 12.55%
CMYK:
(0,1,3,13)
C0M1Y3K13 
(0%,1%,3%,13%)
(0.00/0.01/0.03/0.13)	

CMYK percentages

%0
%0.9
%2.69
%12.55

Codes

Color #DFDDD9 in popluar color models

DFDDD9
RGB223221217
HSL40°8.57%86.27%
HSB/HSV40°2.69%87.45%
CMYK0.00%0.90%2.69%
12.55%

Color #DFDDD9 in popluar number systems.

HEXDFDDD9
Decimal223221217
Binary110111111101110111011001
Octal337335331

Shades and tints

Shades of #DFDDD9

#DFDDD9
(223,221,217)
#CBC9C6
(203,201,198)
#B7B5B3
(183,181,179)
#A3A1A0
(163,161,160)
#8F8D8D
(143,141,141)
#7B797A
(123,121,122)
#676567
(103,101,103)
#535154
(83,81,84)
#3F3D41
(63,61,65)
#2B292E
(43,41,46)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #DFDDD9

#DFDDD9
(223,221,217)
#E1E0DC
(225,224,220)
#E3E3DF
(227,227,223)
#E5E6E2
(229,230,226)
#E7E9E5
(231,233,229)
#E9ECE8
(233,236,232)
#EBEFEB
(235,239,235)
#EDF2EE
(237,242,238)
#EFF5F1
(239,245,241)
#F1F8F4
(241,248,244)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFDDD9 color. Also use rgb(223,221,217) instead hex code.

Text Font Color

.myTextColor { color: #DFDDD9; }

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

This text font color is #DFDDD9.


Background Color

.myBgColor { background-color: #DFDDD9; }

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

This div background color is #DFDDD9.


Border color

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

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

This div border color is #DFDDD9.


Opacity

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

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

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

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

This text has shadow with #DFDDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDD9 on black background.


Color preview on white background

This text has color #DFDDD9 on white background.



Black color preview on #DFDDD9 background

This text has black color on #DFDDD9 background.


White color preview on #DFDDD9 background

This text has white color on #DFDDD9 background.