COLOR #DFD8D4

HEX: #DFD8D4 RGB: (223,216,212)

Color info

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

RGB color model

#DFD8D4 color RGB value is (223,216,212).

RGB: (223,216,212) (87%, 85%, 83%)

RGB channels and saturation

R 223 of 255 = 87%
G 216 of 255 = 85%
B 212 of 255 = 83%

223
216
212

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

Portions of RGB colors in percentages

R + G + B = 223 + 216 + 212 = 651 (100%)
R 223 of 651 ~ 34.25%
G 216 of 651 ~ 33.18%
B 212 of 651 ~ 32.57'%

%34.25
%33.18
%32.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 4.93%
  • key color value is 12.55%

CMYK: (0,3,5,13)
C0M3Y5K13 (0%, 3%, 5%, 13%)
(0.00 / 0.03 / 0.05 / 0.13)

CMYK percentages

%0
%3.14
%4.93
%12.55

Codes

Color #DFD8D4 in popluar color models

DF D8 D4
RGB 223 216 212
HSL 22° 14.67% 85.29%
HSB/HSV 22° 4.93% 87.45%
CMYK 0.00% 3.14% 4.93%
12.55%

Color #DFD8D4 in popluar number systems.

HEX DF D8 D4
Decimal 223 216 212
Binary 11011111 11011000 11010100
Octal 337 330 324

Shades and tints

Shades of #DFD8D4

#DFD8D4
(223,216,212)
#CBC5C1
(203,197,193)
#B7B2AE
(183,178,174)
#A39F9B
(163,159,155)
#8F8C88
(143,140,136)
#7B7975
(123,121,117)
#676662
(103,102,98)
#53534F
(83,83,79)
#3F403C
(63,64,60)
#2B2D29
(43,45,41)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #DFD8D4

#DFD8D4
(223,216,212)
#E1DBD7
(225,219,215)
#E3DEDA
(227,222,218)
#E5E1DD
(229,225,221)
#E7E4E0
(231,228,224)
#E9E7E3
(233,231,227)
#EBEAE6
(235,234,230)
#EDEDE9
(237,237,233)
#EFF0EC
(239,240,236)
#F1F3EF
(241,243,239)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD8D4 color. Also use rgb(223,216,212) instead hex code.

Text Font Color

.myTextColor { color: #DFD8D4; }

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

This text font color is #DFD8D4.

Background Color

.myBgColor { background-color: #DFD8D4; }

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

This div background color is #DFD8D4.

Border color

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

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

This div border color is #DFD8D4.

Opacity

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

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

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

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

This text has shadow with #DFD8D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD8D4.

Preview

Color preview on black background

This text has color #DFD8D4 on black background.


Color preview on white background

This text has color #DFD8D4 on white background.


Black color preview on #DFD8D4 background

This text has black color on #DFD8D4 background.


White color preview on #DFD8D4 background

This text has white color on #DFD8D4 background.


Related colors

Complementary color

Complementary color for #hex is #20272B.


I love getcolorcode.com

Triadic colors

1 #D4DFD8 and #D8D4DF with #DFD8D4 are triadic colors.

2 #D4D8DF and #D8DFD4 with #DFD8D4 are triadic colors.