COLOR #DFE1EE

HEX: #DFE1EE
RGB: (223,225,238)

Color info

#DFE1EE contains red, green and blue colors in about the same proportion. Web safe color of #DFE1EE is #CCCCFF (or #CCF).

RGB color model

#DFE1EE color RGB value is (223,225,238).

  • red value is 223;
  • green value is 225;
  • blue value is 238.
RGB:
(223,225,238)
(87%,88%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 225 of 255 = 88%
B 238 of 255 = 93%

223
225
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 225 + 238 = 686 (100%)
R 223 of 686 ~ 32.51%
G 225 of 686 ~ 32.8%
B 238 of 686 ~ 34.69%

%32.51
%32.8
%34.69

CMYK color model

#DFE1EE color CMYK value is (6,5,0,7).

  • cyan value is 6.30%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(6,5,0,7)
C6M5Y0K7 
(6%,5%,0%,7%)
(0.06/0.05/0.00/0.07)	

CMYK percentages

%6.3
%5.46
%0
%6.67

Codes

Color #DFE1EE in popluar color models

DFE1EE
RGB223225238
HSL232°30.61%90.39%
HSB/HSV232°6.30%93.33%
CMYK6.30%5.46%0.00%
6.67%

Color #DFE1EE in popluar number systems.

HEXDFE1EE
Decimal223225238
Binary110111111110000111101110
Octal337341356

Shades and tints

Shades of #DFE1EE

#DFE1EE
(223,225,238)
#CBCDD9
(203,205,217)
#B7B9C4
(183,185,196)
#A3A5AF
(163,165,175)
#8F919A
(143,145,154)
#7B7D85
(123,125,133)
#676970
(103,105,112)
#53555B
(83,85,91)
#3F4146
(63,65,70)
#2B2D31
(43,45,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #DFE1EE

#DFE1EE
(223,225,238)
#E1E3EF
(225,227,239)
#E3E5F0
(227,229,240)
#E5E7F1
(229,231,241)
#E7E9F2
(231,233,242)
#E9EBF3
(233,235,243)
#EBEDF4
(235,237,244)
#EDEFF5
(237,239,245)
#EFF1F6
(239,241,246)
#F1F3F7
(241,243,247)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE1EE; }

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

This text font color is #DFE1EE.


Background Color

.myBgColor { background-color: #DFE1EE; }

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

This div background color is #DFE1EE.


Border color

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

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

This div border color is #DFE1EE.


Opacity

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

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

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

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

This text has shadow with #DFE1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE1EE on black background.


Color preview on white background

This text has color #DFE1EE on white background.



Black color preview on #DFE1EE background

This text has black color on #DFE1EE background.


White color preview on #DFE1EE background

This text has white color on #DFE1EE background.