COLOR #DFE2EA

HEX: #DFE2EA RGB: (223,226,234)

Color info

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

RGB color model

#DFE2EA color RGB value is (223,226,234).

RGB: (223,226,234) (87%, 89%, 92%)

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 234 of 255 = 92%

223
226
234

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

Portions of RGB colors in percentages

R + G + B = 223 + 226 + 234 = 683 (100%)
R 223 of 683 ~ 32.65%
G 226 of 683 ~ 33.09%
B 234 of 683 ~ 34.26'%

%32.65
%33.09
%34.26

CMYK color model

#DFE2EA color CMYK value is (5,3,0,8).

  • cyan value is 4.70%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (5,3,0,8)
C5M3Y0K8 (5%, 3%, 0%, 8%)
(0.05 / 0.03 / 0.00 / 0.08)

CMYK percentages

%4.7
%3.42
%0
%8.24

Codes

Color #DFE2EA in popluar color models

DF E2 EA
RGB 223 226 234
HSL 224° 20.75% 89.61%
HSB/HSV 224° 4.70% 91.76%
CMYK 4.70% 3.42% 0.00%
8.24%

Color #DFE2EA in popluar number systems.

HEX DF E2 EA
Decimal 223 226 234
Binary 11011111 11100010 11101010
Octal 337 342 352

Shades and tints

Shades of #DFE2EA

#DFE2EA
(223,226,234)
#CBCED5
(203,206,213)
#B7BAC0
(183,186,192)
#A3A6AB
(163,166,171)
#8F9296
(143,146,150)
#7B7E81
(123,126,129)
#676A6C
(103,106,108)
#535657
(83,86,87)
#3F4242
(63,66,66)
#2B2E2D
(43,46,45)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFE2EA

#DFE2EA
(223,226,234)
#E1E4EB
(225,228,235)
#E3E6EC
(227,230,236)
#E5E8ED
(229,232,237)
#E7EAEE
(231,234,238)
#E9ECEF
(233,236,239)
#EBEEF0
(235,238,240)
#EDF0F1
(237,240,241)
#EFF2F2
(239,242,242)
#F1F4F3
(241,244,243)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE2EA; }

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

This text font color is #DFE2EA.

Background Color

.myBgColor { background-color: #DFE2EA; }

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

This div background color is #DFE2EA.

Border color

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

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

This div border color is #DFE2EA.

Opacity

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

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

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

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

This text has shadow with #DFE2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE2EA.

Preview

Color preview on black background

This text has color #DFE2EA on black background.


Color preview on white background

This text has color #DFE2EA on white background.


Black color preview on #DFE2EA background

This text has black color on #DFE2EA background.


White color preview on #DFE2EA background

This text has white color on #DFE2EA background.


Related colors

Complementary color

Complementary color for #hex is #201D15.


I love getcolorcode.com

Triadic colors

1 #EADFE2 and #E2EADF with #DFE2EA are triadic colors.

2 #EAE2DF and #E2DFEA with #DFE2EA are triadic colors.