COLOR #DFE1F4

HEX: #DFE1F4
RGB: (223,225,244)

Color info

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

RGB color model

#DFE1F4 color RGB value is (223,225,244).

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

RGB channels and saturation

R 223 of 255 = 87%
G 225 of 255 = 88%
B 244 of 255 = 96%

223
225
244

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

Portions of RGB colors in percentages

R + G + B =
223 + 225 + 244 = 692 (100%)
R 223 of 692 ~ 32.23%
G 225 of 692 ~ 32.51%
B 244 of 692 ~ 35.26%

%32.23
%32.51
%35.26

CMYK color model

#DFE1F4 color CMYK value is (9,8,0,4).

  • cyan value is 8.61%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(9,8,0,4)
C9M8Y0K4 
(9%,8%,0%,4%)
(0.09/0.08/0.00/0.04)	

CMYK percentages

%8.61
%7.79
%0
%4.31

Codes

Color #DFE1F4 in popluar color models

DFE1F4
RGB223225244
HSL234°48.84%91.57%
HSB/HSV234°8.61%95.69%
CMYK8.61%7.79%0.00%
4.31%

Color #DFE1F4 in popluar number systems.

HEXDFE1F4
Decimal223225244
Binary110111111110000111110100
Octal337341364

Shades and tints

Shades of #DFE1F4

#DFE1F4
(223,225,244)
#CBCDDE
(203,205,222)
#B7B9C8
(183,185,200)
#A3A5B2
(163,165,178)
#8F919C
(143,145,156)
#7B7D86
(123,125,134)
#676970
(103,105,112)
#53555A
(83,85,90)
#3F4144
(63,65,68)
#2B2D2E
(43,45,46)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #DFE1F4

#DFE1F4
(223,225,244)
#E1E3F5
(225,227,245)
#E3E5F6
(227,229,246)
#E5E7F7
(229,231,247)
#E7E9F8
(231,233,248)
#E9EBF9
(233,235,249)
#EBEDFA
(235,237,250)
#EDEFFB
(237,239,251)
#EFF1FC
(239,241,252)
#F1F3FD
(241,243,253)
#F3F5FE
(243,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE1F4; }

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

This text font color is #DFE1F4.


Background Color

.myBgColor { background-color: #DFE1F4; }

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

This div background color is #DFE1F4.


Border color

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

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

This div border color is #DFE1F4.


Opacity

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

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

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

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

This text has shadow with #DFE1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE1F4 on black background.


Color preview on white background

This text has color #DFE1F4 on white background.



Black color preview on #DFE1F4 background

This text has black color on #DFE1F4 background.


White color preview on #DFE1F4 background

This text has white color on #DFE1F4 background.