COLOR #DFDDD2

HEX: #DFDDD2
RGB: (223,221,210)

Color info

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

RGB color model

#DFDDD2 color RGB value is (223,221,210).

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

RGB channels and saturation

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

223
221
210

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

Portions of RGB colors in percentages

R + G + B =
223 + 221 + 210 = 654 (100%)
R 223 of 654 ~ 34.1%
G 221 of 654 ~ 33.79%
B 210 of 654 ~ 32.11%

%34.1
%33.79
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 5.83%
  • 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
%5.83
%12.55

Codes

Color #DFDDD2 in popluar color models

DFDDD2
RGB223221210
HSL51°16.88%84.90%
HSB/HSV51°5.83%87.45%
CMYK0.00%0.90%5.83%
12.55%

Color #DFDDD2 in popluar number systems.

HEXDFDDD2
Decimal223221210
Binary110111111101110111010010
Octal337335322

Shades and tints

Shades of #DFDDD2

#DFDDD2
(223,221,210)
#CBC9BF
(203,201,191)
#B7B5AC
(183,181,172)
#A3A199
(163,161,153)
#8F8D86
(143,141,134)
#7B7973
(123,121,115)
#676560
(103,101,96)
#53514D
(83,81,77)
#3F3D3A
(63,61,58)
#2B2927
(43,41,39)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #DFDDD2

#DFDDD2
(223,221,210)
#E1E0D6
(225,224,214)
#E3E3DA
(227,227,218)
#E5E6DE
(229,230,222)
#E7E9E2
(231,233,226)
#E9ECE6
(233,236,230)
#EBEFEA
(235,239,234)
#EDF2EE
(237,242,238)
#EFF5F2
(239,245,242)
#F1F8F6
(241,248,246)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDDD2; }

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

This text font color is #DFDDD2.


Background Color

.myBgColor { background-color: #DFDDD2; }

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

This div background color is #DFDDD2.


Border color

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

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

This div border color is #DFDDD2.


Opacity

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

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

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

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

This text has shadow with #DFDDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDDD2 on black background.


Color preview on white background

This text has color #DFDDD2 on white background.



Black color preview on #DFDDD2 background

This text has black color on #DFDDD2 background.


White color preview on #DFDDD2 background

This text has white color on #DFDDD2 background.