COLOR #DFE4FD

HEX: #DFE4FD RGB: (223,228,253)

Color info

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

RGB color model

#DFE4FD color RGB value is (223,228,253).

RGB: (223,228,253) (87%, 89%, 99%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 253 of 255 = 99%

223
228
253

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

Portions of RGB colors in percentages

R + G + B = 223 + 228 + 253 = 704 (100%)
R 223 of 704 ~ 31.68%
G 228 of 704 ~ 32.39%
B 253 of 704 ~ 35.94'%

%31.68
%32.39
%35.94

CMYK color model

#DFE4FD color CMYK value is (12,10,0,1).

  • cyan value is 11.86%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (12,10,0,1)
C12M10Y0K1 (12%, 10%, 0%, 1%)
(0.12 / 0.10 / 0.00 / 0.01)

CMYK percentages

%11.86
%9.88
%0
%0.78

Codes

Color #DFE4FD in popluar color models

DF E4 FD
RGB 223 228 253
HSL 230° 88.24% 93.33%
HSB/HSV 230° 11.86% 99.22%
CMYK 11.86% 9.88% 0.00%
0.78%

Color #DFE4FD in popluar number systems.

HEX DF E4 FD
Decimal 223 228 253
Binary 11011111 11100100 11111101
Octal 337 344 375

Shades and tints

Shades of #DFE4FD

#DFE4FD
(223,228,253)
#CBD0E6
(203,208,230)
#B7BCCF
(183,188,207)
#A3A8B8
(163,168,184)
#8F94A1
(143,148,161)
#7B808A
(123,128,138)
#676C73
(103,108,115)
#53585C
(83,88,92)
#3F4445
(63,68,69)
#2B302E
(43,48,46)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #DFE4FD

#DFE4FD
(223,228,253)
#E1E6FD
(225,230,253)
#E3E8FD
(227,232,253)
#E5EAFD
(229,234,253)
#E7ECFD
(231,236,253)
#E9EEFD
(233,238,253)
#EBF0FD
(235,240,253)
#EDF2FD
(237,242,253)
#EFF4FD
(239,244,253)
#F1F6FD
(241,246,253)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE4FD; }

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

This text font color is #DFE4FD.

Background Color

.myBgColor { background-color: #DFE4FD; }

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

This div background color is #DFE4FD.

Border color

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

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

This div border color is #DFE4FD.

Opacity

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

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

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

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

This text has shadow with #DFE4FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE4FD.

Preview

Color preview on black background

This text has color #DFE4FD on black background.


Color preview on white background

This text has color #DFE4FD on white background.


Black color preview on #DFE4FD background

This text has black color on #DFE4FD background.


White color preview on #DFE4FD background

This text has white color on #DFE4FD background.


Related colors

Complementary color

Complementary color for #hex is #201B02.


I love getcolorcode.com

Triadic colors

1 #FDDFE4 and #E4FDDF with #DFE4FD are triadic colors.

2 #FDE4DF and #E4DFFD with #DFE4FD are triadic colors.