COLOR #DFE9F4

HEX: #DFE9F4 RGB: (223,233,244)

Color info

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

RGB color model

#DFE9F4 color RGB value is (223,233,244).

RGB: (223,233,244) (87%, 91%, 96%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 244 of 255 = 96%

223
233
244

R + G + B ~ 91%. #DFE9F4 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 233 + 244 = 700 (100%)
R 223 of 700 ~ 31.86%
G 233 of 700 ~ 33.29%
B 244 of 700 ~ 34.86'%

%31.86
%33.29
%34.86

CMYK color model

#DFE9F4 color CMYK value is (9,5,0,4).

  • cyan value is 8.61%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (9,5,0,4)
C9M5Y0K4 (9%, 5%, 0%, 4%)
(0.09 / 0.05 / 0.00 / 0.04)

CMYK percentages

%8.61
%4.51
%0
%4.31

Codes

Color #DFE9F4 in popluar color models

DF E9 F4
RGB 223 233 244
HSL 211° 48.84% 91.57%
HSB/HSV 211° 8.61% 95.69%
CMYK 8.61% 4.51% 0.00%
4.31%

Color #DFE9F4 in popluar number systems.

HEX DF E9 F4
Decimal 223 233 244
Binary 11011111 11101001 11110100
Octal 337 351 364

Shades and tints

Shades of #DFE9F4

#DFE9F4
(223,233,244)
#CBD4DE
(203,212,222)
#B7BFC8
(183,191,200)
#A3AAB2
(163,170,178)
#8F959C
(143,149,156)
#7B8086
(123,128,134)
#676B70
(103,107,112)
#53565A
(83,86,90)
#3F4144
(63,65,68)
#2B2C2E
(43,44,46)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #DFE9F4

#DFE9F4
(223,233,244)
#E1EBF5
(225,235,245)
#E3EDF6
(227,237,246)
#E5EFF7
(229,239,247)
#E7F1F8
(231,241,248)
#E9F3F9
(233,243,249)
#EBF5FA
(235,245,250)
#EDF7FB
(237,247,251)
#EFF9FC
(239,249,252)
#F1FBFD
(241,251,253)
#F3FDFE
(243,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE9F4; }

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

This text font color is #DFE9F4.

Background Color

.myBgColor { background-color: #DFE9F4; }

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

This div background color is #DFE9F4.

Border color

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

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

This div border color is #DFE9F4.

Opacity

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

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

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

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

This text has shadow with #DFE9F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE9F4.

Preview

Color preview on black background

This text has color #DFE9F4 on black background.


Color preview on white background

This text has color #DFE9F4 on white background.


Black color preview on #DFE9F4 background

This text has black color on #DFE9F4 background.


White color preview on #DFE9F4 background

This text has white color on #DFE9F4 background.


Related colors

Complementary color

Complementary color for #hex is #20160B.


I love getcolorcode.com

Triadic colors

1 #F4DFE9 and #E9F4DF with #DFE9F4 are triadic colors.

2 #F4E9DF and #E9DFF4 with #DFE9F4 are triadic colors.