COLOR #DFE0EE

HEX: #DFE0EE RGB: (223,224,238)

Color info

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

RGB color model

#DFE0EE color RGB value is (223,224,238).

RGB: (223,224,238) (87%, 88%, 93%)

RGB channels and saturation

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

223
224
238

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

Portions of RGB colors in percentages

R + G + B = 223 + 224 + 238 = 685 (100%)
R 223 of 685 ~ 32.55%
G 224 of 685 ~ 32.7%
B 238 of 685 ~ 34.74'%

%32.55
%32.7
%34.74

CMYK color model

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

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

CMYK: (6,6,0,7)
C6M6Y0K7 (6%, 6%, 0%, 7%)
(0.06 / 0.06 / 0.00 / 0.07)

CMYK percentages

%6.3
%5.88
%0
%6.67

Codes

Color #DFE0EE in popluar color models

DF E0 EE
RGB 223 224 238
HSL 236° 30.61% 90.39%
HSB/HSV 236° 6.30% 93.33%
CMYK 6.30% 5.88% 0.00%
6.67%

Color #DFE0EE in popluar number systems.

HEX DF E0 EE
Decimal 223 224 238
Binary 11011111 11100000 11101110
Octal 337 340 356

Shades and tints

Shades of #DFE0EE

#DFE0EE
(223,224,238)
#CBCCD9
(203,204,217)
#B7B8C4
(183,184,196)
#A3A4AF
(163,164,175)
#8F909A
(143,144,154)
#7B7C85
(123,124,133)
#676870
(103,104,112)
#53545B
(83,84,91)
#3F4046
(63,64,70)
#2B2C31
(43,44,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFE0EE

#DFE0EE
(223,224,238)
#E1E2EF
(225,226,239)
#E3E4F0
(227,228,240)
#E5E6F1
(229,230,241)
#E7E8F2
(231,232,242)
#E9EAF3
(233,234,243)
#EBECF4
(235,236,244)
#EDEEF5
(237,238,245)
#EFF0F6
(239,240,246)
#F1F2F7
(241,242,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE0EE; }

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

This text font color is #DFE0EE.

Background Color

.myBgColor { background-color: #DFE0EE; }

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

This div background color is #DFE0EE.

Border color

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

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

This div border color is #DFE0EE.

Opacity

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

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

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

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

This text has shadow with #DFE0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE0EE.

Preview

Color preview on black background

This text has color #DFE0EE on black background.


Color preview on white background

This text has color #DFE0EE on white background.


Black color preview on #DFE0EE background

This text has black color on #DFE0EE background.


White color preview on #DFE0EE background

This text has white color on #DFE0EE background.


Related colors

Complementary color

Complementary color for #hex is #201F11.


I love getcolorcode.com

Triadic colors

1 #EEDFE0 and #E0EEDF with #DFE0EE are triadic colors.

2 #EEE0DF and #E0DFEE with #DFE0EE are triadic colors.