COLOR #DFE5DD

HEX: #DFE5DD
RGB: (223,229,221)

Color info

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

RGB color model

#DFE5DD color RGB value is (223,229,221).

  • red value is 223;
  • green value is 229;
  • blue value is 221.
RGB:
(223,229,221)
(87%,90%,87%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 221 of 255 = 87%

223
229
221

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

Portions of RGB colors in percentages

R + G + B =
223 + 229 + 221 = 673 (100%)
R 223 of 673 ~ 33.14%
G 229 of 673 ~ 34.03%
B 221 of 673 ~ 32.84%

%33.14
%34.03
%32.84

CMYK color model

#DFE5DD color CMYK value is (3,0,3,10).

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(3,0,3,10)
C3M0Y3K10 
(3%,0%,3%,10%)
(0.03/0.00/0.03/0.10)	

CMYK percentages

%2.62
%0
%3.49
%10.2

Codes

Color #DFE5DD in popluar color models

DFE5DD
RGB223229221
HSL105°13.33%88.24%
HSB/HSV105°3.49%89.80%
CMYK2.62%0.00%3.49%
10.20%

Color #DFE5DD in popluar number systems.

HEXDFE5DD
Decimal223229221
Binary110111111110010111011101
Octal337345335

Shades and tints

Shades of #DFE5DD

#DFE5DD
(223,229,221)
#CBD1C9
(203,209,201)
#B7BDB5
(183,189,181)
#A3A9A1
(163,169,161)
#8F958D
(143,149,141)
#7B8179
(123,129,121)
#676D65
(103,109,101)
#535951
(83,89,81)
#3F453D
(63,69,61)
#2B3129
(43,49,41)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #DFE5DD

#DFE5DD
(223,229,221)
#E1E7E0
(225,231,224)
#E3E9E3
(227,233,227)
#E5EBE6
(229,235,230)
#E7EDE9
(231,237,233)
#E9EFEC
(233,239,236)
#EBF1EF
(235,241,239)
#EDF3F2
(237,243,242)
#EFF5F5
(239,245,245)
#F1F7F8
(241,247,248)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5DD; }

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

This text font color is #DFE5DD.


Background Color

.myBgColor { background-color: #DFE5DD; }

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

This div background color is #DFE5DD.


Border color

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

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

This div border color is #DFE5DD.


Opacity

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

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

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

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

This text has shadow with #DFE5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE5DD on black background.


Color preview on white background

This text has color #DFE5DD on white background.



Black color preview on #DFE5DD background

This text has black color on #DFE5DD background.


White color preview on #DFE5DD background

This text has white color on #DFE5DD background.