COLOR #DFE4ED

HEX: #DFE4ED
RGB: (223,228,237)

Color info

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

RGB color model

#DFE4ED color RGB value is (223,228,237).

  • red value is 223;
  • green value is 228;
  • blue value is 237.
RGB:
(223,228,237)
(87%,89%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 237 of 255 = 93%

223
228
237

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

Portions of RGB colors in percentages

R + G + B =
223 + 228 + 237 = 688 (100%)
R 223 of 688 ~ 32.41%
G 228 of 688 ~ 33.14%
B 237 of 688 ~ 34.45%

%32.41
%33.14
%34.45

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,4,0,7)
C6M4Y0K7 
(6%,4%,0%,7%)
(0.06/0.04/0.00/0.07)	

CMYK percentages

%5.91
%3.8
%0
%7.06

Codes

Color #DFE4ED in popluar color models

DFE4ED
RGB223228237
HSL219°28.00%90.20%
HSB/HSV219°5.91%92.94%
CMYK5.91%3.80%0.00%
7.06%

Color #DFE4ED in popluar number systems.

HEXDFE4ED
Decimal223228237
Binary110111111110010011101101
Octal337344355

Shades and tints

Shades of #DFE4ED

#DFE4ED
(223,228,237)
#CBD0D8
(203,208,216)
#B7BCC3
(183,188,195)
#A3A8AE
(163,168,174)
#8F9499
(143,148,153)
#7B8084
(123,128,132)
#676C6F
(103,108,111)
#53585A
(83,88,90)
#3F4445
(63,68,69)
#2B3030
(43,48,48)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #DFE4ED

#DFE4ED
(223,228,237)
#E1E6EE
(225,230,238)
#E3E8EF
(227,232,239)
#E5EAF0
(229,234,240)
#E7ECF1
(231,236,241)
#E9EEF2
(233,238,242)
#EBF0F3
(235,240,243)
#EDF2F4
(237,242,244)
#EFF4F5
(239,244,245)
#F1F6F6
(241,246,246)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4ED; }

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

This text font color is #DFE4ED.


Background Color

.myBgColor { background-color: #DFE4ED; }

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

This div background color is #DFE4ED.


Border color

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

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

This div border color is #DFE4ED.


Opacity

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

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

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

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

This text has shadow with #DFE4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE4ED on black background.


Color preview on white background

This text has color #DFE4ED on white background.



Black color preview on #DFE4ED background

This text has black color on #DFE4ED background.


White color preview on #DFE4ED background

This text has white color on #DFE4ED background.