COLOR #DFE8EE

HEX: #DFE8EE RGB: (223,232,238)

Color info

#DFE8EE contains red, green and blue colors in about the same proportion. Web safe color of #DFE8EE is #CCFFFF (or #CFF).

RGB color model

#DFE8EE color RGB value is (223,232,238).

RGB: (223,232,238) (87%, 91%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 238 of 255 = 93%

223
232
238

R + G + B ~ 90%. #DFE8EE is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 232 + 238 = 693 (100%)
R 223 of 693 ~ 32.18%
G 232 of 693 ~ 33.48%
B 238 of 693 ~ 34.34'%

%32.18
%33.48
%34.34

CMYK color model

#DFE8EE color CMYK value is (6,3,0,7).

  • cyan value is 6.30%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (6,3,0,7)
C6M3Y0K7 (6%, 3%, 0%, 7%)
(0.06 / 0.03 / 0.00 / 0.07)

CMYK percentages

%6.3
%2.52
%0
%6.67

Codes

Color #DFE8EE in popluar color models

DF E8 EE
RGB 223 232 238
HSL 204° 30.61% 90.39%
HSB/HSV 204° 6.30% 93.33%
CMYK 6.30% 2.52% 0.00%
6.67%

Color #DFE8EE in popluar number systems.

HEX DF E8 EE
Decimal 223 232 238
Binary 11011111 11101000 11101110
Octal 337 350 356

Shades and tints

Shades of #DFE8EE

#DFE8EE
(223,232,238)
#CBD3D9
(203,211,217)
#B7BEC4
(183,190,196)
#A3A9AF
(163,169,175)
#8F949A
(143,148,154)
#7B7F85
(123,127,133)
#676A70
(103,106,112)
#53555B
(83,85,91)
#3F4046
(63,64,70)
#2B2B31
(43,43,49)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #DFE8EE

#DFE8EE
(223,232,238)
#E1EAEF
(225,234,239)
#E3ECF0
(227,236,240)
#E5EEF1
(229,238,241)
#E7F0F2
(231,240,242)
#E9F2F3
(233,242,243)
#EBF4F4
(235,244,244)
#EDF6F5
(237,246,245)
#EFF8F6
(239,248,246)
#F1FAF7
(241,250,247)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE8EE color. Also use rgb(223,232,238) instead hex code.

Text Font Color

.myTextColor { color: #DFE8EE; }

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

This text font color is #DFE8EE.

Background Color

.myBgColor { background-color: #DFE8EE; }

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

This div background color is #DFE8EE.

Border color

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

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

This div border color is #DFE8EE.

Opacity

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

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

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

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

This text has shadow with #DFE8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE8EE.

Preview

Color preview on black background

This text has color #DFE8EE on black background.


Color preview on white background

This text has color #DFE8EE on white background.


Black color preview on #DFE8EE background

This text has black color on #DFE8EE background.


White color preview on #DFE8EE background

This text has white color on #DFE8EE background.


Related colors

Complementary color

Complementary color for #hex is #201711.


I love getcolorcode.com

Triadic colors

1 #EEDFE8 and #E8EEDF with #DFE8EE are triadic colors.

2 #EEE8DF and #E8DFEE with #DFE8EE are triadic colors.