COLOR #DFE5FD

HEX: #DFE5FD RGB: (223,229,253)

Color info

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

RGB color model

#DFE5FD color RGB value is (223,229,253).

RGB: (223,229,253) (87%, 90%, 99%)

RGB channels and saturation

R 223 of 255 = 87%
G 229 of 255 = 90%
B 253 of 255 = 99%

223
229
253

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

Portions of RGB colors in percentages

R + G + B = 223 + 229 + 253 = 705 (100%)
R 223 of 705 ~ 31.63%
G 229 of 705 ~ 32.48%
B 253 of 705 ~ 35.89'%

%31.63
%32.48
%35.89

CMYK color model

#DFE5FD color CMYK value is (12,9,0,1).

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

CMYK: (12,9,0,1)
C12M9Y0K1 (12%, 9%, 0%, 1%)
(0.12 / 0.09 / 0.00 / 0.01)

CMYK percentages

%11.86
%9.49
%0
%0.78

Codes

Color #DFE5FD in popluar color models

DF E5 FD
RGB 223 229 253
HSL 228° 88.24% 93.33%
HSB/HSV 228° 11.86% 99.22%
CMYK 11.86% 9.49% 0.00%
0.78%

Color #DFE5FD in popluar number systems.

HEX DF E5 FD
Decimal 223 229 253
Binary 11011111 11100101 11111101
Octal 337 345 375

Shades and tints

Shades of #DFE5FD

#DFE5FD
(223,229,253)
#CBD1E6
(203,209,230)
#B7BDCF
(183,189,207)
#A3A9B8
(163,169,184)
#8F95A1
(143,149,161)
#7B818A
(123,129,138)
#676D73
(103,109,115)
#53595C
(83,89,92)
#3F4545
(63,69,69)
#2B312E
(43,49,46)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #DFE5FD

#DFE5FD
(223,229,253)
#E1E7FD
(225,231,253)
#E3E9FD
(227,233,253)
#E5EBFD
(229,235,253)
#E7EDFD
(231,237,253)
#E9EFFD
(233,239,253)
#EBF1FD
(235,241,253)
#EDF3FD
(237,243,253)
#EFF5FD
(239,245,253)
#F1F7FD
(241,247,253)
#F3F9FD
(243,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE5FD; }

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

This text font color is #DFE5FD.

Background Color

.myBgColor { background-color: #DFE5FD; }

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

This div background color is #DFE5FD.

Border color

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

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

This div border color is #DFE5FD.

Opacity

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

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

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

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

This text has shadow with #DFE5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE5FD.

Preview

Color preview on black background

This text has color #DFE5FD on black background.


Color preview on white background

This text has color #DFE5FD on white background.


Black color preview on #DFE5FD background

This text has black color on #DFE5FD background.


White color preview on #DFE5FD background

This text has white color on #DFE5FD background.


Related colors

Complementary color

Complementary color for #hex is #201A02.


I love getcolorcode.com

Triadic colors

1 #FDDFE5 and #E5FDDF with #DFE5FD are triadic colors.

2 #FDE5DF and #E5DFFD with #DFE5FD are triadic colors.