COLOR #DFE5DA

HEX: #DFE5DA RGB: (223,229,218)

Color info

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

RGB color model

#DFE5DA color RGB value is (223,229,218).

RGB: (223,229,218) (87%, 90%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 218 of 255 = 85%

223
229
218

R + G + B ~ 87%. #DFE5DA is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 229 + 218 = 670 (100%)
R 223 of 670 ~ 33.28%
G 229 of 670 ~ 34.18%
B 218 of 670 ~ 32.54'%

%33.28
%34.18
%32.54

CMYK color model

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

  • cyan value is 2.62%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 10.20%

CMYK: (3,0,5,10)
C3M0Y5K10 (3%, 0%, 5%, 10%)
(0.03 / 0.00 / 0.05 / 0.10)

CMYK percentages

%2.62
%0
%4.8
%10.2

Codes

Color #DFE5DA in popluar color models

DF E5 DA
RGB 223 229 218
HSL 93° 17.46% 87.65%
HSB/HSV 93° 4.80% 89.80%
CMYK 2.62% 0.00% 4.80%
10.20%

Color #DFE5DA in popluar number systems.

HEX DF E5 DA
Decimal 223 229 218
Binary 11011111 11100101 11011010
Octal 337 345 332

Shades and tints

Shades of #DFE5DA

#DFE5DA
(223,229,218)
#CBD1C7
(203,209,199)
#B7BDB4
(183,189,180)
#A3A9A1
(163,169,161)
#8F958E
(143,149,142)
#7B817B
(123,129,123)
#676D68
(103,109,104)
#535955
(83,89,85)
#3F4542
(63,69,66)
#2B312F
(43,49,47)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #DFE5DA

#DFE5DA
(223,229,218)
#E1E7DD
(225,231,221)
#E3E9E0
(227,233,224)
#E5EBE3
(229,235,227)
#E7EDE6
(231,237,230)
#E9EFE9
(233,239,233)
#EBF1EC
(235,241,236)
#EDF3EF
(237,243,239)
#EFF5F2
(239,245,242)
#F1F7F5
(241,247,245)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5DA; }

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

This text font color is #DFE5DA.

Background Color

.myBgColor { background-color: #DFE5DA; }

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

This div background color is #DFE5DA.

Border color

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

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

This div border color is #DFE5DA.

Opacity

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

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

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

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

This text has shadow with #DFE5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE5DA.

Preview

Color preview on black background

This text has color #DFE5DA on black background.


Color preview on white background

This text has color #DFE5DA on white background.


Black color preview on #DFE5DA background

This text has black color on #DFE5DA background.


White color preview on #DFE5DA background

This text has white color on #DFE5DA background.


Related colors

Complementary color

Complementary color for #hex is #201A25.


I love getcolorcode.com

Triadic colors

1 #DADFE5 and #E5DADF with #DFE5DA are triadic colors.

2 #DAE5DF and #E5DFDA with #DFE5DA are triadic colors.