COLOR #DFE2EF

HEX: #DFE2EF RGB: (223,226,239)

Color info

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

RGB color model

#DFE2EF color RGB value is (223,226,239).

RGB: (223,226,239) (87%, 89%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 239 of 255 = 94%

223
226
239

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

Portions of RGB colors in percentages

R + G + B = 223 + 226 + 239 = 688 (100%)
R 223 of 688 ~ 32.41%
G 226 of 688 ~ 32.85%
B 239 of 688 ~ 34.74'%

%32.41
%32.85
%34.74

CMYK color model

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

  • cyan value is 6.69%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (7,5,0,6)
C7M5Y0K6 (7%, 5%, 0%, 6%)
(0.07 / 0.05 / 0.00 / 0.06)

CMYK percentages

%6.69
%5.44
%0
%6.27

Codes

Color #DFE2EF in popluar color models

DF E2 EF
RGB 223 226 239
HSL 229° 33.33% 90.59%
HSB/HSV 229° 6.69% 93.73%
CMYK 6.69% 5.44% 0.00%
6.27%

Color #DFE2EF in popluar number systems.

HEX DF E2 EF
Decimal 223 226 239
Binary 11011111 11100010 11101111
Octal 337 342 357

Shades and tints

Shades of #DFE2EF

#DFE2EF
(223,226,239)
#CBCEDA
(203,206,218)
#B7BAC5
(183,186,197)
#A3A6B0
(163,166,176)
#8F929B
(143,146,155)
#7B7E86
(123,126,134)
#676A71
(103,106,113)
#53565C
(83,86,92)
#3F4247
(63,66,71)
#2B2E32
(43,46,50)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #DFE2EF

#DFE2EF
(223,226,239)
#E1E4F0
(225,228,240)
#E3E6F1
(227,230,241)
#E5E8F2
(229,232,242)
#E7EAF3
(231,234,243)
#E9ECF4
(233,236,244)
#EBEEF5
(235,238,245)
#EDF0F6
(237,240,246)
#EFF2F7
(239,242,247)
#F1F4F8
(241,244,248)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE2EF color. Also use rgb(223,226,239) instead hex code.

Text Font Color

.myTextColor { color: #DFE2EF; }

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

This text font color is #DFE2EF.

Background Color

.myBgColor { background-color: #DFE2EF; }

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

This div background color is #DFE2EF.

Border color

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

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

This div border color is #DFE2EF.

Opacity

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

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

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

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

This text has shadow with #DFE2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE2EF.

Preview

Color preview on black background

This text has color #DFE2EF on black background.


Color preview on white background

This text has color #DFE2EF on white background.


Black color preview on #DFE2EF background

This text has black color on #DFE2EF background.


White color preview on #DFE2EF background

This text has white color on #DFE2EF background.


Related colors

Complementary color

Complementary color for #hex is #201D10.


I love getcolorcode.com

Triadic colors

1 #EFDFE2 and #E2EFDF with #DFE2EF are triadic colors.

2 #EFE2DF and #E2DFEF with #DFE2EF are triadic colors.