COLOR #DFE3FE

HEX: #DFE3FE RGB: (223,227,254)

Color info

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

RGB color model

#DFE3FE color RGB value is (223,227,254).

RGB: (223,227,254) (87%, 89%, 100%)

RGB channels and saturation

R 223 of 255 = 87%
G 227 of 255 = 89%
B 254 of 255 = 100%

223
227
254

R + G + B ~ 92%. #DFE3FE is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 227 + 254 = 704 (100%)
R 223 of 704 ~ 31.68%
G 227 of 704 ~ 32.24%
B 254 of 704 ~ 36.08'%

%31.68
%32.24
%36.08

CMYK color model

#DFE3FE color CMYK value is (12,11,0,0).

  • cyan value is 12.20%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (12,11,0,0)
C12M11Y0K0 (12%, 11%, 0%, 0%)
(0.12 / 0.11 / 0.00 / 0.00)

CMYK percentages

%12.2
%10.63
%0
%0.39

Codes

Color #DFE3FE in popluar color models

DF E3 FE
RGB 223 227 254
HSL 232° 93.94% 93.53%
HSB/HSV 232° 12.20% 99.61%
CMYK 12.20% 10.63% 0.00%
0.39%

Color #DFE3FE in popluar number systems.

HEX DF E3 FE
Decimal 223 227 254
Binary 11011111 11100011 11111110
Octal 337 343 376

Shades and tints

Shades of #DFE3FE

#DFE3FE
(223,227,254)
#CBCFE7
(203,207,231)
#B7BBD0
(183,187,208)
#A3A7B9
(163,167,185)
#8F93A2
(143,147,162)
#7B7F8B
(123,127,139)
#676B74
(103,107,116)
#53575D
(83,87,93)
#3F4346
(63,67,70)
#2B2F2F
(43,47,47)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFE3FE

#DFE3FE
(223,227,254)
#E1E5FE
(225,229,254)
#E3E7FE
(227,231,254)
#E5E9FE
(229,233,254)
#E7EBFE
(231,235,254)
#E9EDFE
(233,237,254)
#EBEFFE
(235,239,254)
#EDF1FE
(237,241,254)
#EFF3FE
(239,243,254)
#F1F5FE
(241,245,254)
#F3F7FE
(243,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE3FE color. Also use rgb(223,227,254) instead hex code.

Text Font Color

.myTextColor { color: #DFE3FE; }

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

This text font color is #DFE3FE.

Background Color

.myBgColor { background-color: #DFE3FE; }

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

This div background color is #DFE3FE.

Border color

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

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

This div border color is #DFE3FE.

Opacity

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

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

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

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

This text has shadow with #DFE3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE3FE.

Preview

Color preview on black background

This text has color #DFE3FE on black background.


Color preview on white background

This text has color #DFE3FE on white background.


Black color preview on #DFE3FE background

This text has black color on #DFE3FE background.


White color preview on #DFE3FE background

This text has white color on #DFE3FE background.


Related colors

Complementary color

Complementary color for #hex is #201C01.


I love getcolorcode.com

Triadic colors

1 #FEDFE3 and #E3FEDF with #DFE3FE are triadic colors.

2 #FEE3DF and #E3DFFE with #DFE3FE are triadic colors.