COLOR #DFE5F2

HEX: #DFE5F2 RGB: (223,229,242)

Color info

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

RGB color model

#DFE5F2 color RGB value is (223,229,242).

RGB: (223,229,242) (87%, 90%, 95%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 242 of 255 = 95%

223
229
242

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

Portions of RGB colors in percentages

R + G + B = 223 + 229 + 242 = 694 (100%)
R 223 of 694 ~ 32.13%
G 229 of 694 ~ 33%
B 242 of 694 ~ 34.87'%

%32.13
%33
%34.87

CMYK color model

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

  • cyan value is 7.85%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (8,5,0,5)
C8M5Y0K5 (8%, 5%, 0%, 5%)
(0.08 / 0.05 / 0.00 / 0.05)

CMYK percentages

%7.85
%5.37
%0
%5.1

Codes

Color #DFE5F2 in popluar color models

DF E5 F2
RGB 223 229 242
HSL 221° 42.22% 91.18%
HSB/HSV 221° 7.85% 94.90%
CMYK 7.85% 5.37% 0.00%
5.10%

Color #DFE5F2 in popluar number systems.

HEX DF E5 F2
Decimal 223 229 242
Binary 11011111 11100101 11110010
Octal 337 345 362

Shades and tints

Shades of #DFE5F2

#DFE5F2
(223,229,242)
#CBD1DC
(203,209,220)
#B7BDC6
(183,189,198)
#A3A9B0
(163,169,176)
#8F959A
(143,149,154)
#7B8184
(123,129,132)
#676D6E
(103,109,110)
#535958
(83,89,88)
#3F4542
(63,69,66)
#2B312C
(43,49,44)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #DFE5F2

#DFE5F2
(223,229,242)
#E1E7F3
(225,231,243)
#E3E9F4
(227,233,244)
#E5EBF5
(229,235,245)
#E7EDF6
(231,237,246)
#E9EFF7
(233,239,247)
#EBF1F8
(235,241,248)
#EDF3F9
(237,243,249)
#EFF5FA
(239,245,250)
#F1F7FB
(241,247,251)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE5F2 color. Also use rgb(223,229,242) instead hex code.

Text Font Color

.myTextColor { color: #DFE5F2; }

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

This text font color is #DFE5F2.

Background Color

.myBgColor { background-color: #DFE5F2; }

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

This div background color is #DFE5F2.

Border color

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

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

This div border color is #DFE5F2.

Opacity

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

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

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

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

This text has shadow with #DFE5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE5F2.

Preview

Color preview on black background

This text has color #DFE5F2 on black background.


Color preview on white background

This text has color #DFE5F2 on white background.


Black color preview on #DFE5F2 background

This text has black color on #DFE5F2 background.


White color preview on #DFE5F2 background

This text has white color on #DFE5F2 background.


Related colors

Complementary color

Complementary color for #hex is #201A0D.


I love getcolorcode.com

Triadic colors

1 #F2DFE5 and #E5F2DF with #DFE5F2 are triadic colors.

2 #F2E5DF and #E5DFF2 with #DFE5F2 are triadic colors.