COLOR #DFDED3

HEX: #DFDED3 RGB: (223,222,211)

Color info

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

RGB color model

#DFDED3 color RGB value is (223,222,211).

RGB: (223,222,211) (87%, 87%, 83%)

RGB channels and saturation

R 223 of 255 = 87%
G 222 of 255 = 87%
B 211 of 255 = 83%

223
222
211

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

Portions of RGB colors in percentages

R + G + B = 223 + 222 + 211 = 656 (100%)
R 223 of 656 ~ 33.99%
G 222 of 656 ~ 33.84%
B 211 of 656 ~ 32.16'%

%33.99
%33.84
%32.16

CMYK color model

#DFDED3 color CMYK value is (0,0,5,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 5.38%
  • key color value is 12.55%

CMYK: (0,0,5,13)
C0M0Y5K13 (0%, 0%, 5%, 13%)
(0.00 / 0.00 / 0.05 / 0.13)

CMYK percentages

%0
%0.45
%5.38
%12.55

Codes

Color #DFDED3 in popluar color models

DF DE D3
RGB 223 222 211
HSL 55° 15.79% 85.10%
HSB/HSV 55° 5.38% 87.45%
CMYK 0.00% 0.45% 5.38%
12.55%

Color #DFDED3 in popluar number systems.

HEX DF DE D3
Decimal 223 222 211
Binary 11011111 11011110 11010011
Octal 337 336 323

Shades and tints

Shades of #DFDED3

#DFDED3
(223,222,211)
#CBCAC0
(203,202,192)
#B7B6AD
(183,182,173)
#A3A29A
(163,162,154)
#8F8E87
(143,142,135)
#7B7A74
(123,122,116)
#676661
(103,102,97)
#53524E
(83,82,78)
#3F3E3B
(63,62,59)
#2B2A28
(43,42,40)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #DFDED3

#DFDED3
(223,222,211)
#E1E1D7
(225,225,215)
#E3E4DB
(227,228,219)
#E5E7DF
(229,231,223)
#E7EAE3
(231,234,227)
#E9EDE7
(233,237,231)
#EBF0EB
(235,240,235)
#EDF3EF
(237,243,239)
#EFF6F3
(239,246,243)
#F1F9F7
(241,249,247)
#F3FCFB
(243,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDED3; }

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

This text font color is #DFDED3.

Background Color

.myBgColor { background-color: #DFDED3; }

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

This div background color is #DFDED3.

Border color

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

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

This div border color is #DFDED3.

Opacity

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

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

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

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

This text has shadow with #DFDED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDED3.

Preview

Color preview on black background

This text has color #DFDED3 on black background.


Color preview on white background

This text has color #DFDED3 on white background.


Black color preview on #DFDED3 background

This text has black color on #DFDED3 background.


White color preview on #DFDED3 background

This text has white color on #DFDED3 background.


Related colors

Complementary color

Complementary color for #hex is #20212C.


I love getcolorcode.com

Triadic colors

1 #D3DFDE and #DED3DF with #DFDED3 are triadic colors.

2 #D3DEDF and #DEDFD3 with #DFDED3 are triadic colors.