COLOR #DFE1F0

HEX: #DFE1F0 RGB: (223,225,240)

Color info

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

RGB color model

#DFE1F0 color RGB value is (223,225,240).

RGB: (223,225,240) (87%, 88%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 225 of 255 = 88%
B 240 of 255 = 94%

223
225
240

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

Portions of RGB colors in percentages

R + G + B = 223 + 225 + 240 = 688 (100%)
R 223 of 688 ~ 32.41%
G 225 of 688 ~ 32.7%
B 240 of 688 ~ 34.88'%

%32.41
%32.7
%34.88

CMYK color model

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

  • cyan value is 7.08%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (7,6,0,6)
C7M6Y0K6 (7%, 6%, 0%, 6%)
(0.07 / 0.06 / 0.00 / 0.06)

CMYK percentages

%7.08
%6.25
%0
%5.88

Codes

Color #DFE1F0 in popluar color models

DF E1 F0
RGB 223 225 240
HSL 233° 36.17% 90.78%
HSB/HSV 233° 7.08% 94.12%
CMYK 7.08% 6.25% 0.00%
5.88%

Color #DFE1F0 in popluar number systems.

HEX DF E1 F0
Decimal 223 225 240
Binary 11011111 11100001 11110000
Octal 337 341 360

Shades and tints

Shades of #DFE1F0

#DFE1F0
(223,225,240)
#CBCDDB
(203,205,219)
#B7B9C6
(183,185,198)
#A3A5B1
(163,165,177)
#8F919C
(143,145,156)
#7B7D87
(123,125,135)
#676972
(103,105,114)
#53555D
(83,85,93)
#3F4148
(63,65,72)
#2B2D33
(43,45,51)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #DFE1F0

#DFE1F0
(223,225,240)
#E1E3F1
(225,227,241)
#E3E5F2
(227,229,242)
#E5E7F3
(229,231,243)
#E7E9F4
(231,233,244)
#E9EBF5
(233,235,245)
#EBEDF6
(235,237,246)
#EDEFF7
(237,239,247)
#EFF1F8
(239,241,248)
#F1F3F9
(241,243,249)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE1F0; }

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

This text font color is #DFE1F0.

Background Color

.myBgColor { background-color: #DFE1F0; }

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

This div background color is #DFE1F0.

Border color

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

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

This div border color is #DFE1F0.

Opacity

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

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

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

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

This text has shadow with #DFE1F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE1F0.

Preview

Color preview on black background

This text has color #DFE1F0 on black background.


Color preview on white background

This text has color #DFE1F0 on white background.


Black color preview on #DFE1F0 background

This text has black color on #DFE1F0 background.


White color preview on #DFE1F0 background

This text has white color on #DFE1F0 background.


Related colors

Complementary color

Complementary color for #hex is #201E0F.


I love getcolorcode.com

Triadic colors

1 #F0DFE1 and #E1F0DF with #DFE1F0 are triadic colors.

2 #F0E1DF and #E1DFF0 with #DFE1F0 are triadic colors.