COLOR #DFE8DC

HEX: #DFE8DC RGB: (223,232,220)

Color info

#DFE8DC contains red, green and blue colors in about the same proportion. Web safe color of #DFE8DC is #CCFFCC (or #CFC).

RGB color model

#DFE8DC color RGB value is (223,232,220).

RGB: (223,232,220) (87%, 91%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 220 of 255 = 86%

223
232
220

R + G + B ~ 88%. #DFE8DC is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 232 + 220 = 675 (100%)
R 223 of 675 ~ 33.04%
G 232 of 675 ~ 34.37%
B 220 of 675 ~ 32.59'%

%33.04
%34.37
%32.59

CMYK color model

#DFE8DC color CMYK value is (4,0,5,9).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%

CMYK: (4,0,5,9)
C4M0Y5K9 (4%, 0%, 5%, 9%)
(0.04 / 0.00 / 0.05 / 0.09)

CMYK percentages

%3.88
%0
%5.17
%9.02

Codes

Color #DFE8DC in popluar color models

DF E8 DC
RGB 223 232 220
HSL 105° 20.69% 88.63%
HSB/HSV 105° 5.17% 90.98%
CMYK 3.88% 0.00% 5.17%
9.02%

Color #DFE8DC in popluar number systems.

HEX DF E8 DC
Decimal 223 232 220
Binary 11011111 11101000 11011100
Octal 337 350 334

Shades and tints

Shades of #DFE8DC

#DFE8DC
(223,232,220)
#CBD3C8
(203,211,200)
#B7BEB4
(183,190,180)
#A3A9A0
(163,169,160)
#8F948C
(143,148,140)
#7B7F78
(123,127,120)
#676A64
(103,106,100)
#535550
(83,85,80)
#3F403C
(63,64,60)
#2B2B28
(43,43,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #DFE8DC

#DFE8DC
(223,232,220)
#E1EADF
(225,234,223)
#E3ECE2
(227,236,226)
#E5EEE5
(229,238,229)
#E7F0E8
(231,240,232)
#E9F2EB
(233,242,235)
#EBF4EE
(235,244,238)
#EDF6F1
(237,246,241)
#EFF8F4
(239,248,244)
#F1FAF7
(241,250,247)
#F3FCFA
(243,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE8DC; }

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

This text font color is #DFE8DC.

Background Color

.myBgColor { background-color: #DFE8DC; }

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

This div background color is #DFE8DC.

Border color

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

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

This div border color is #DFE8DC.

Opacity

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

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

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

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

This text has shadow with #DFE8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE8DC.

Preview

Color preview on black background

This text has color #DFE8DC on black background.


Color preview on white background

This text has color #DFE8DC on white background.


Black color preview on #DFE8DC background

This text has black color on #DFE8DC background.


White color preview on #DFE8DC background

This text has white color on #DFE8DC background.


Related colors

Complementary color

Complementary color for #hex is #201723.


I love getcolorcode.com

Triadic colors

1 #DCDFE8 and #E8DCDF with #DFE8DC are triadic colors.

2 #DCE8DF and #E8DFDC with #DFE8DC are triadic colors.