COLOR #DFE1F1

HEX: #DFE1F1
RGB: (223,225,241)

Color info

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

RGB color model

#DFE1F1 color RGB value is (223,225,241).

  • red value is 223;
  • green value is 225;
  • blue value is 241.
RGB:
(223,225,241)
(87%,88%,95%)

RGB channels and saturation

R 223 of 255 = 87%
G 225 of 255 = 88%
B 241 of 255 = 95%

223
225
241

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

Portions of RGB colors in percentages

R + G + B =
223 + 225 + 241 = 689 (100%)
R 223 of 689 ~ 32.37%
G 225 of 689 ~ 32.66%
B 241 of 689 ~ 34.98%

%32.37
%32.66
%34.98

CMYK color model

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

  • cyan value is 7.47%
  • magenta value is 6.64%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,7,0,5)
C7M7Y0K5 
(7%,7%,0%,5%)
(0.07/0.07/0.00/0.05)	

CMYK percentages

%7.47
%6.64
%0
%5.49

Codes

Color #DFE1F1 in popluar color models

DFE1F1
RGB223225241
HSL233°39.13%90.98%
HSB/HSV233°7.47%94.51%
CMYK7.47%6.64%0.00%
5.49%

Color #DFE1F1 in popluar number systems.

HEXDFE1F1
Decimal223225241
Binary110111111110000111110001
Octal337341361

Shades and tints

Shades of #DFE1F1

#DFE1F1
(223,225,241)
#CBCDDC
(203,205,220)
#B7B9C7
(183,185,199)
#A3A5B2
(163,165,178)
#8F919D
(143,145,157)
#7B7D88
(123,125,136)
#676973
(103,105,115)
#53555E
(83,85,94)
#3F4149
(63,65,73)
#2B2D34
(43,45,52)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #DFE1F1

#DFE1F1
(223,225,241)
#E1E3F2
(225,227,242)
#E3E5F3
(227,229,243)
#E5E7F4
(229,231,244)
#E7E9F5
(231,233,245)
#E9EBF6
(233,235,246)
#EBEDF7
(235,237,247)
#EDEFF8
(237,239,248)
#EFF1F9
(239,241,249)
#F1F3FA
(241,243,250)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE1F1; }

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

This text font color is #DFE1F1.


Background Color

.myBgColor { background-color: #DFE1F1; }

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

This div background color is #DFE1F1.


Border color

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

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

This div border color is #DFE1F1.


Opacity

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

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

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

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

This text has shadow with #DFE1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE1F1 on black background.


Color preview on white background

This text has color #DFE1F1 on white background.



Black color preview on #DFE1F1 background

This text has black color on #DFE1F1 background.


White color preview on #DFE1F1 background

This text has white color on #DFE1F1 background.