COLOR #DFE8E5

HEX: #DFE8E5 RGB: (223,232,229)

Color info

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

RGB color model

#DFE8E5 color RGB value is (223,232,229).

RGB: (223,232,229) (87%, 91%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 229 of 255 = 90%

223
232
229

R + G + B ~ 89%. #DFE8E5 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 232 + 229 = 684 (100%)
R 223 of 684 ~ 32.6%
G 232 of 684 ~ 33.92%
B 229 of 684 ~ 33.48'%

%32.6
%33.92
%33.48

CMYK color model

#DFE8E5 color CMYK value is (4,0,1,9).

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

CMYK: (4,0,1,9)
C4M0Y1K9 (4%, 0%, 1%, 9%)
(0.04 / 0.00 / 0.01 / 0.09)

CMYK percentages

%3.88
%0
%1.29
%9.02

Codes

Color #DFE8E5 in popluar color models

DF E8 E5
RGB 223 232 229
HSL 160° 16.36% 89.22%
HSB/HSV 160° 3.88% 90.98%
CMYK 3.88% 0.00% 1.29%
9.02%

Color #DFE8E5 in popluar number systems.

HEX DF E8 E5
Decimal 223 232 229
Binary 11011111 11101000 11100101
Octal 337 350 345

Shades and tints

Shades of #DFE8E5

#DFE8E5
(223,232,229)
#CBD3D1
(203,211,209)
#B7BEBD
(183,190,189)
#A3A9A9
(163,169,169)
#8F9495
(143,148,149)
#7B7F81
(123,127,129)
#676A6D
(103,106,109)
#535559
(83,85,89)
#3F4045
(63,64,69)
#2B2B31
(43,43,49)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #DFE8E5

#DFE8E5
(223,232,229)
#E1EAE7
(225,234,231)
#E3ECE9
(227,236,233)
#E5EEEB
(229,238,235)
#E7F0ED
(231,240,237)
#E9F2EF
(233,242,239)
#EBF4F1
(235,244,241)
#EDF6F3
(237,246,243)
#EFF8F5
(239,248,245)
#F1FAF7
(241,250,247)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE8E5; }

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

This text font color is #DFE8E5.

Background Color

.myBgColor { background-color: #DFE8E5; }

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

This div background color is #DFE8E5.

Border color

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

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

This div border color is #DFE8E5.

Opacity

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

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

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

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

This text has shadow with #DFE8E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE8E5.

Preview

Color preview on black background

This text has color #DFE8E5 on black background.


Color preview on white background

This text has color #DFE8E5 on white background.


Black color preview on #DFE8E5 background

This text has black color on #DFE8E5 background.


White color preview on #DFE8E5 background

This text has white color on #DFE8E5 background.


Related colors

Complementary color

Complementary color for #hex is #20171A.


I love getcolorcode.com

Triadic colors

1 #E5DFE8 and #E8E5DF with #DFE8E5 are triadic colors.

2 #E5E8DF and #E8DFE5 with #DFE8E5 are triadic colors.