COLOR #DFE4FB

HEX: #DFE4FB RGB: (223,228,251)

Color info

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

RGB color model

#DFE4FB color RGB value is (223,228,251).

RGB: (223,228,251) (87%, 89%, 98%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 251 of 255 = 98%

223
228
251

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

Portions of RGB colors in percentages

R + G + B = 223 + 228 + 251 = 702 (100%)
R 223 of 702 ~ 31.77%
G 228 of 702 ~ 32.48%
B 251 of 702 ~ 35.75'%

%31.77
%32.48
%35.75

CMYK color model

#DFE4FB color CMYK value is (11,9,0,2).

  • cyan value is 11.16%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (11,9,0,2)
C11M9Y0K2 (11%, 9%, 0%, 2%)
(0.11 / 0.09 / 0.00 / 0.02)

CMYK percentages

%11.16
%9.16
%0
%1.57

Codes

Color #DFE4FB in popluar color models

DF E4 FB
RGB 223 228 251
HSL 229° 77.78% 92.94%
HSB/HSV 229° 11.16% 98.43%
CMYK 11.16% 9.16% 0.00%
1.57%

Color #DFE4FB in popluar number systems.

HEX DF E4 FB
Decimal 223 228 251
Binary 11011111 11100100 11111011
Octal 337 344 373

Shades and tints

Shades of #DFE4FB

#DFE4FB
(223,228,251)
#CBD0E5
(203,208,229)
#B7BCCF
(183,188,207)
#A3A8B9
(163,168,185)
#8F94A3
(143,148,163)
#7B808D
(123,128,141)
#676C77
(103,108,119)
#535861
(83,88,97)
#3F444B
(63,68,75)
#2B3035
(43,48,53)
#171C1F
(23,28,31)
#000000
(0,0,0)

Tints of #DFE4FB

#DFE4FB
(223,228,251)
#E1E6FB
(225,230,251)
#E3E8FB
(227,232,251)
#E5EAFB
(229,234,251)
#E7ECFB
(231,236,251)
#E9EEFB
(233,238,251)
#EBF0FB
(235,240,251)
#EDF2FB
(237,242,251)
#EFF4FB
(239,244,251)
#F1F6FB
(241,246,251)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE4FB color. Also use rgb(223,228,251) instead hex code.

Text Font Color

.myTextColor { color: #DFE4FB; }

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

This text font color is #DFE4FB.

Background Color

.myBgColor { background-color: #DFE4FB; }

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

This div background color is #DFE4FB.

Border color

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

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

This div border color is #DFE4FB.

Opacity

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

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

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

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

This text has shadow with #DFE4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE4FB.

Preview

Color preview on black background

This text has color #DFE4FB on black background.


Color preview on white background

This text has color #DFE4FB on white background.


Black color preview on #DFE4FB background

This text has black color on #DFE4FB background.


White color preview on #DFE4FB background

This text has white color on #DFE4FB background.


Related colors

Complementary color

Complementary color for #hex is #201B04.


I love getcolorcode.com

Triadic colors

1 #FBDFE4 and #E4FBDF with #DFE4FB are triadic colors.

2 #FBE4DF and #E4DFFB with #DFE4FB are triadic colors.