COLOR #DFE4E5

HEX: #DFE4E5 RGB: (223,228,229)

Color info

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

RGB color model

#DFE4E5 color RGB value is (223,228,229).

RGB: (223,228,229) (87%, 89%, 90%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 229 of 255 = 90%

223
228
229

R + G + B ~ 89%. #DFE4E5 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 228 + 229 = 680 (100%)
R 223 of 680 ~ 32.79%
G 228 of 680 ~ 33.53%
B 229 of 680 ~ 33.68'%

%32.79
%33.53
%33.68

CMYK color model

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

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

CMYK percentages

%2.62
%0.44
%0
%10.2

Codes

Color #DFE4E5 in popluar color models

DF E4 E5
RGB 223 228 229
HSL 190° 10.34% 88.63%
HSB/HSV 190° 2.62% 89.80%
CMYK 2.62% 0.44% 0.00%
10.20%

Color #DFE4E5 in popluar number systems.

HEX DF E4 E5
Decimal 223 228 229
Binary 11011111 11100100 11100101
Octal 337 344 345

Shades and tints

Shades of #DFE4E5

#DFE4E5
(223,228,229)
#CBD0D1
(203,208,209)
#B7BCBD
(183,188,189)
#A3A8A9
(163,168,169)
#8F9495
(143,148,149)
#7B8081
(123,128,129)
#676C6D
(103,108,109)
#535859
(83,88,89)
#3F4445
(63,68,69)
#2B3031
(43,48,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #DFE4E5

#DFE4E5
(223,228,229)
#E1E6E7
(225,230,231)
#E3E8E9
(227,232,233)
#E5EAEB
(229,234,235)
#E7ECED
(231,236,237)
#E9EEEF
(233,238,239)
#EBF0F1
(235,240,241)
#EDF2F3
(237,242,243)
#EFF4F5
(239,244,245)
#F1F6F7
(241,246,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4E5; }

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

This text font color is #DFE4E5.

Background Color

.myBgColor { background-color: #DFE4E5; }

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

This div background color is #DFE4E5.

Border color

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

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

This div border color is #DFE4E5.

Opacity

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

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

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

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

This text has shadow with #DFE4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE4E5.

Preview

Color preview on black background

This text has color #DFE4E5 on black background.


Color preview on white background

This text has color #DFE4E5 on white background.


Black color preview on #DFE4E5 background

This text has black color on #DFE4E5 background.


White color preview on #DFE4E5 background

This text has white color on #DFE4E5 background.


Related colors

Complementary color

Complementary color for #hex is #201B1A.


I love getcolorcode.com

Triadic colors

1 #E5DFE4 and #E4E5DF with #DFE4E5 are triadic colors.

2 #E5E4DF and #E4DFE5 with #DFE4E5 are triadic colors.