COLOR #DFDDD1

HEX: #DFDDD1 RGB: (223,221,209)

Color info

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

RGB color model

#DFDDD1 color RGB value is (223,221,209).

RGB: (223,221,209) (87%, 87%, 82%)

RGB channels and saturation

R 223 of 255 = 87%
G 221 of 255 = 87%
B 209 of 255 = 82%

223
221
209

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

Portions of RGB colors in percentages

R + G + B = 223 + 221 + 209 = 653 (100%)
R 223 of 653 ~ 34.15%
G 221 of 653 ~ 33.84%
B 209 of 653 ~ 32.01'%

%34.15
%33.84
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 6.28%
  • key color value is 12.55%

CMYK: (0,1,6,13)
C0M1Y6K13 (0%, 1%, 6%, 13%)
(0.00 / 0.01 / 0.06 / 0.13)

CMYK percentages

%0
%0.9
%6.28
%12.55

Codes

Color #DFDDD1 in popluar color models

DF DD D1
RGB 223 221 209
HSL 51° 17.95% 84.71%
HSB/HSV 51° 6.28% 87.45%
CMYK 0.00% 0.90% 6.28%
12.55%

Color #DFDDD1 in popluar number systems.

HEX DF DD D1
Decimal 223 221 209
Binary 11011111 11011101 11010001
Octal 337 335 321

Shades and tints

Shades of #DFDDD1

#DFDDD1
(223,221,209)
#CBC9BE
(203,201,190)
#B7B5AB
(183,181,171)
#A3A198
(163,161,152)
#8F8D85
(143,141,133)
#7B7972
(123,121,114)
#67655F
(103,101,95)
#53514C
(83,81,76)
#3F3D39
(63,61,57)
#2B2926
(43,41,38)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #DFDDD1

#DFDDD1
(223,221,209)
#E1E0D5
(225,224,213)
#E3E3D9
(227,227,217)
#E5E6DD
(229,230,221)
#E7E9E1
(231,233,225)
#E9ECE5
(233,236,229)
#EBEFE9
(235,239,233)
#EDF2ED
(237,242,237)
#EFF5F1
(239,245,241)
#F1F8F5
(241,248,245)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDD1; }

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

This text font color is #DFDDD1.

Background Color

.myBgColor { background-color: #DFDDD1; }

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

This div background color is #DFDDD1.

Border color

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

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

This div border color is #DFDDD1.

Opacity

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

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

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

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

This text has shadow with #DFDDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDDD1.

Preview

Color preview on black background

This text has color #DFDDD1 on black background.


Color preview on white background

This text has color #DFDDD1 on white background.


Black color preview on #DFDDD1 background

This text has black color on #DFDDD1 background.


White color preview on #DFDDD1 background

This text has white color on #DFDDD1 background.


Related colors

Complementary color

Complementary color for #hex is #20222E.


I love getcolorcode.com

Triadic colors

1 #D1DFDD and #DDD1DF with #DFDDD1 are triadic colors.

2 #D1DDDF and #DDDFD1 with #DFDDD1 are triadic colors.