COLOR #DFE0DD

HEX: #DFE0DD RGB: (223,224,221)

Color info

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

RGB color model

#DFE0DD color RGB value is (223,224,221).

RGB: (223,224,221) (87%, 88%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 224 of 255 = 88%
B 221 of 255 = 87%

223
224
221

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

Portions of RGB colors in percentages

R + G + B = 223 + 224 + 221 = 668 (100%)
R 223 of 668 ~ 33.38%
G 224 of 668 ~ 33.53%
B 221 of 668 ~ 33.08'%

%33.38
%33.53
%33.08

CMYK color model

#DFE0DD color CMYK value is (0,0,1,12).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%

CMYK: (0,0,1,12)
C0M0Y1K12 (0%, 0%, 1%, 12%)
(0.00 / 0.00 / 0.01 / 0.12)

CMYK percentages

%0.45
%0
%1.34
%12.16

Codes

Color #DFE0DD in popluar color models

DF E0 DD
RGB 223 224 221
HSL 80° 4.62% 87.25%
HSB/HSV 80° 1.34% 87.84%
CMYK 0.45% 0.00% 1.34%
12.16%

Color #DFE0DD in popluar number systems.

HEX DF E0 DD
Decimal 223 224 221
Binary 11011111 11100000 11011101
Octal 337 340 335

Shades and tints

Shades of #DFE0DD

#DFE0DD
(223,224,221)
#CBCCC9
(203,204,201)
#B7B8B5
(183,184,181)
#A3A4A1
(163,164,161)
#8F908D
(143,144,141)
#7B7C79
(123,124,121)
#676865
(103,104,101)
#535451
(83,84,81)
#3F403D
(63,64,61)
#2B2C29
(43,44,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFE0DD

#DFE0DD
(223,224,221)
#E1E2E0
(225,226,224)
#E3E4E3
(227,228,227)
#E5E6E6
(229,230,230)
#E7E8E9
(231,232,233)
#E9EAEC
(233,234,236)
#EBECEF
(235,236,239)
#EDEEF2
(237,238,242)
#EFF0F5
(239,240,245)
#F1F2F8
(241,242,248)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE0DD; }

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

This text font color is #DFE0DD.

Background Color

.myBgColor { background-color: #DFE0DD; }

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

This div background color is #DFE0DD.

Border color

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

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

This div border color is #DFE0DD.

Opacity

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

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

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

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

This text has shadow with #DFE0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE0DD.

Preview

Color preview on black background

This text has color #DFE0DD on black background.


Color preview on white background

This text has color #DFE0DD on white background.


Black color preview on #DFE0DD background

This text has black color on #DFE0DD background.


White color preview on #DFE0DD background

This text has white color on #DFE0DD background.


Related colors

Complementary color

Complementary color for #hex is #201F22.


I love getcolorcode.com

Triadic colors

1 #DDDFE0 and #E0DDDF with #DFE0DD are triadic colors.

2 #DDE0DF and #E0DFDD with #DFE0DD are triadic colors.