COLOR #DFE6DA

HEX: #DFE6DA RGB: (223,230,218)

Color info

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

RGB color model

#DFE6DA color RGB value is (223,230,218).

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

RGB channels and saturation

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

223
230
218

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

Portions of RGB colors in percentages

R + G + B = 223 + 230 + 218 = 671 (100%)
R 223 of 671 ~ 33.23%
G 230 of 671 ~ 34.28%
B 218 of 671 ~ 32.49'%

%33.23
%34.28
%32.49

CMYK color model

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

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%

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

CMYK percentages

%3.04
%0
%5.22
%9.8

Codes

Color #DFE6DA in popluar color models

DF E6 DA
RGB 223 230 218
HSL 95° 19.35% 87.84%
HSB/HSV 95° 5.22% 90.20%
CMYK 3.04% 0.00% 5.22%
9.80%

Color #DFE6DA in popluar number systems.

HEX DF E6 DA
Decimal 223 230 218
Binary 11011111 11100110 11011010
Octal 337 346 332

Shades and tints

Shades of #DFE6DA

#DFE6DA
(223,230,218)
#CBD2C7
(203,210,199)
#B7BEB4
(183,190,180)
#A3AAA1
(163,170,161)
#8F968E
(143,150,142)
#7B827B
(123,130,123)
#676E68
(103,110,104)
#535A55
(83,90,85)
#3F4642
(63,70,66)
#2B322F
(43,50,47)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #DFE6DA

#DFE6DA
(223,230,218)
#E1E8DD
(225,232,221)
#E3EAE0
(227,234,224)
#E5ECE3
(229,236,227)
#E7EEE6
(231,238,230)
#E9F0E9
(233,240,233)
#EBF2EC
(235,242,236)
#EDF4EF
(237,244,239)
#EFF6F2
(239,246,242)
#F1F8F5
(241,248,245)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6DA; }

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

This text font color is #DFE6DA.

Background Color

.myBgColor { background-color: #DFE6DA; }

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

This div background color is #DFE6DA.

Border color

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

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

This div border color is #DFE6DA.

Opacity

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

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

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

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

This text has shadow with #DFE6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE6DA.

Preview

Color preview on black background

This text has color #DFE6DA on black background.


Color preview on white background

This text has color #DFE6DA on white background.


Black color preview on #DFE6DA background

This text has black color on #DFE6DA background.


White color preview on #DFE6DA background

This text has white color on #DFE6DA background.


Related colors

Complementary color

Complementary color for #hex is #201925.


I love getcolorcode.com

Triadic colors

1 #DADFE6 and #E6DADF with #DFE6DA are triadic colors.

2 #DAE6DF and #E6DFDA with #DFE6DA are triadic colors.