COLOR #DFDEDD

HEX: #DFDEDD RGB: (223,222,221)

Color info

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

RGB color model

#DFDEDD color RGB value is (223,222,221).

RGB: (223,222,221) (87%, 87%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 221 of 255 = 87%

223
222
221

R + G + B ~ 87%. #DFDEDD is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 222 + 221 = 666 (100%)
R 223 of 666 ~ 33.48%
G 222 of 666 ~ 33.33%
B 221 of 666 ~ 33.18'%

%33.48
%33.33
%33.18

CMYK color model

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

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

CMYK percentages

%0
%0.45
%0.9
%12.55

Codes

Color #DFDEDD in popluar color models

DF DE DD
RGB 223 222 221
HSL 30° 3.03% 87.06%
HSB/HSV 30° 0.90% 87.45%
CMYK 0.00% 0.45% 0.90%
12.55%

Color #DFDEDD in popluar number systems.

HEX DF DE DD
Decimal 223 222 221
Binary 11011111 11011110 11011101
Octal 337 336 335

Shades and tints

Shades of #DFDEDD

#DFDEDD
(223,222,221)
#CBCAC9
(203,202,201)
#B7B6B5
(183,182,181)
#A3A2A1
(163,162,161)
#8F8E8D
(143,142,141)
#7B7A79
(123,122,121)
#676665
(103,102,101)
#535251
(83,82,81)
#3F3E3D
(63,62,61)
#2B2A29
(43,42,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #DFDEDD

#DFDEDD
(223,222,221)
#E1E1E0
(225,225,224)
#E3E4E3
(227,228,227)
#E5E7E6
(229,231,230)
#E7EAE9
(231,234,233)
#E9EDEC
(233,237,236)
#EBF0EF
(235,240,239)
#EDF3F2
(237,243,242)
#EFF6F5
(239,246,245)
#F1F9F8
(241,249,248)
#F3FCFB
(243,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDEDD; }

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

This text font color is #DFDEDD.

Background Color

.myBgColor { background-color: #DFDEDD; }

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

This div background color is #DFDEDD.

Border color

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

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

This div border color is #DFDEDD.

Opacity

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

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

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

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

This text has shadow with #DFDEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDEDD.

Preview

Color preview on black background

This text has color #DFDEDD on black background.


Color preview on white background

This text has color #DFDEDD on white background.


Black color preview on #DFDEDD background

This text has black color on #DFDEDD background.


White color preview on #DFDEDD background

This text has white color on #DFDEDD background.


Related colors

Complementary color

Complementary color for #hex is #202122.


I love getcolorcode.com

Triadic colors

1 #DDDFDE and #DEDDDF with #DFDEDD are triadic colors.

2 #DDDEDF and #DEDFDD with #DFDEDD are triadic colors.