COLOR #DDE7FD

HEX: #DDE7FD RGB: (221,231,253)

Color info

#DDE7FD contains red, green and blue colors in about the same proportion. Web safe color of #DDE7FD is #CCFFFF (or #CFF).

RGB color model

#DDE7FD color RGB value is (221,231,253).

RGB: (221,231,253) (87%, 91%, 99%)

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 253 of 255 = 99%

221
231
253

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

Portions of RGB colors in percentages

R + G + B = 221 + 231 + 253 = 705 (100%)
R 221 of 705 ~ 31.35%
G 231 of 705 ~ 32.77%
B 253 of 705 ~ 35.89'%

%31.35
%32.77
%35.89

CMYK color model

#DDE7FD color CMYK value is (13,9,0,1).

  • cyan value is 12.65%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (13,9,0,1)
C13M9Y0K1 (13%, 9%, 0%, 1%)
(0.13 / 0.09 / 0.00 / 0.01)

CMYK percentages

%12.65
%8.7
%0
%0.78

Codes

Color #DDE7FD in popluar color models

DD E7 FD
RGB 221 231 253
HSL 221° 88.89% 92.94%
HSB/HSV 221° 12.65% 99.22%
CMYK 12.65% 8.70% 0.00%
0.78%

Color #DDE7FD in popluar number systems.

HEX DD E7 FD
Decimal 221 231 253
Binary 11011101 11100111 11111101
Octal 335 347 375

Shades and tints

Shades of #DDE7FD

#DDE7FD
(221,231,253)
#C9D2E6
(201,210,230)
#B5BDCF
(181,189,207)
#A1A8B8
(161,168,184)
#8D93A1
(141,147,161)
#797E8A
(121,126,138)
#656973
(101,105,115)
#51545C
(81,84,92)
#3D3F45
(61,63,69)
#292A2E
(41,42,46)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDE7FD

#DDE7FD
(221,231,253)
#E0E9FD
(224,233,253)
#E3EBFD
(227,235,253)
#E6EDFD
(230,237,253)
#E9EFFD
(233,239,253)
#ECF1FD
(236,241,253)
#EFF3FD
(239,243,253)
#F2F5FD
(242,245,253)
#F5F7FD
(245,247,253)
#F8F9FD
(248,249,253)
#FBFBFD
(251,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE7FD color. Also use rgb(221,231,253) instead hex code.

Text Font Color

.myTextColor { color: #DDE7FD; }

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

This text font color is #DDE7FD.

Background Color

.myBgColor { background-color: #DDE7FD; }

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

This div background color is #DDE7FD.

Border color

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

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

This div border color is #DDE7FD.

Opacity

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

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

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

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

This text has shadow with #DDE7FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE7FD.

Preview

Color preview on black background

This text has color #DDE7FD on black background.


Color preview on white background

This text has color #DDE7FD on white background.


Black color preview on #DDE7FD background

This text has black color on #DDE7FD background.


White color preview on #DDE7FD background

This text has white color on #DDE7FD background.


Related colors

Complementary color

Complementary color for #hex is #221802.


I love getcolorcode.com

Triadic colors

1 #FDDDE7 and #E7FDDD with #DDE7FD are triadic colors.

2 #FDE7DD and #E7DDFD with #DDE7FD are triadic colors.