COLOR #DFE4D3

HEX: #DFE4D3 RGB: (223,228,211)

Color info

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

RGB color model

#DFE4D3 color RGB value is (223,228,211).

RGB: (223,228,211) (87%, 89%, 83%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 211 of 255 = 83%

223
228
211

R + G + B ~ 86%. #DFE4D3 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 228 + 211 = 662 (100%)
R 223 of 662 ~ 33.69%
G 228 of 662 ~ 34.44%
B 211 of 662 ~ 31.87'%

%33.69
%34.44
%31.87

CMYK color model

#DFE4D3 color CMYK value is (2,0,7,11).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 10.59%
CMYK: (2,0,7,11) C2M0Y7K11 (2%,0%,7%,11%) (0.02/0.00/0.07/0.11) 

CMYK percentages

%2.19
%0
%7.46
%10.59

Codes

Color #DFE4D3 in popluar color models

DF E4 D3
RGB 223 228 211
HSL 78° 23.94% 86.08%
HSB/HSV 78° 7.46% 89.41%
CMYK 2.19% 0.00% 7.46%
10.59%

Color #DFE4D3 in popluar number systems.

HEX DF E4 D3
Decimal 223 228 211
Binary 11011111 11100100 11010011
Octal 337 344 323

Shades and tints

Shades of #DFE4D3

#DFE4D3
(223,228,211)
#CBD0C0
(203,208,192)
#B7BCAD
(183,188,173)
#A3A89A
(163,168,154)
#8F9487
(143,148,135)
#7B8074
(123,128,116)
#676C61
(103,108,97)
#53584E
(83,88,78)
#3F443B
(63,68,59)
#2B3028
(43,48,40)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #DFE4D3

#DFE4D3
(223,228,211)
#E1E6D7
(225,230,215)
#E3E8DB
(227,232,219)
#E5EADF
(229,234,223)
#E7ECE3
(231,236,227)
#E9EEE7
(233,238,231)
#EBF0EB
(235,240,235)
#EDF2EF
(237,242,239)
#EFF4F3
(239,244,243)
#F1F6F7
(241,246,247)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE4D3 color. Also use rgb(223,228,211) instead hex code.

Text Font Color

.myTextColor { color: #DFE4D3; }

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

This text font color is #DFE4D3.

Background Color

.myBgColor { background-color: #DFE4D3; }

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

This div background color is #DFE4D3.

Border color

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

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

This div border color is #DFE4D3.

Opacity

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

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

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

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

This text has shadow with #DFE4D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE4D3.

Preview

Color preview on black background

This text has color #DFE4D3 on black background.


Color preview on white background

This text has color #DFE4D3 on white background.


Black color preview on #DFE4D3 background

This text has black color on #DFE4D3 background.


White color preview on #DFE4D3 background

This text has white color on #DFE4D3 background.


Related colors

Complementary color

Complementary color for #hex is #201B2C.


I love getcolorcode.com

Triadic colors

1 #D3DFE4 and #E4D3DF with #DFE4D3 are triadic colors.

2 #D3E4DF and #E4DFD3 with #DFE4D3 are triadic colors.