COLOR #DFD8DC

HEX: #DFD8DC RGB: (223,216,220)

Color info

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

RGB color model

#DFD8DC color RGB value is (223,216,220).

RGB: (223,216,220) (87%, 85%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 216 of 255 = 85%
B 220 of 255 = 86%

223
216
220

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

Portions of RGB colors in percentages

R + G + B = 223 + 216 + 220 = 659 (100%)
R 223 of 659 ~ 33.84%
G 216 of 659 ~ 32.78%
B 220 of 659 ~ 33.38'%

%33.84
%32.78
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK: (0,3,1,13) C0M3Y1K13 (0%,3%,1%,13%) (0.00/0.03/0.01/0.13) 

CMYK percentages

%0
%3.14
%1.35
%12.55

Codes

Color #DFD8DC in popluar color models

DF D8 DC
RGB 223 216 220
HSL 326° 9.86% 86.08%
HSB/HSV 326° 3.14% 87.45%
CMYK 0.00% 3.14% 1.35%
12.55%

Color #DFD8DC in popluar number systems.

HEX DF D8 DC
Decimal 223 216 220
Binary 11011111 11011000 11011100
Octal 337 330 334

Shades and tints

Shades of #DFD8DC

#DFD8DC
(223,216,220)
#CBC5C8
(203,197,200)
#B7B2B4
(183,178,180)
#A39FA0
(163,159,160)
#8F8C8C
(143,140,140)
#7B7978
(123,121,120)
#676664
(103,102,100)
#535350
(83,83,80)
#3F403C
(63,64,60)
#2B2D28
(43,45,40)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #DFD8DC

#DFD8DC
(223,216,220)
#E1DBDF
(225,219,223)
#E3DEE2
(227,222,226)
#E5E1E5
(229,225,229)
#E7E4E8
(231,228,232)
#E9E7EB
(233,231,235)
#EBEAEE
(235,234,238)
#EDEDF1
(237,237,241)
#EFF0F4
(239,240,244)
#F1F3F7
(241,243,247)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD8DC; }

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

This text font color is #DFD8DC.

Background Color

.myBgColor { background-color: #DFD8DC; }

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

This div background color is #DFD8DC.

Border color

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

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

This div border color is #DFD8DC.

Opacity

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

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

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

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

This text has shadow with #DFD8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD8DC.

Preview

Color preview on black background

This text has color #DFD8DC on black background.


Color preview on white background

This text has color #DFD8DC on white background.


Black color preview on #DFD8DC background

This text has black color on #DFD8DC background.


White color preview on #DFD8DC background

This text has white color on #DFD8DC background.


Related colors

Complementary color

Complementary color for #hex is #202723.


I love getcolorcode.com

Triadic colors

1 #DCDFD8 and #D8DCDF with #DFD8DC are triadic colors.

2 #DCD8DF and #D8DFDC with #DFD8DC are triadic colors.