COLOR #DDE8F9

HEX: #DDE8F9 RGB: (221,232,249)

Color info

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

RGB color model

#DDE8F9 color RGB value is (221,232,249).

RGB: (221,232,249) (87%, 91%, 98%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 249 of 255 = 98%

221
232
249

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

Portions of RGB colors in percentages

R + G + B = 221 + 232 + 249 = 702 (100%)
R 221 of 702 ~ 31.48%
G 232 of 702 ~ 33.05%
B 249 of 702 ~ 35.47'%

%31.48
%33.05
%35.47

CMYK color model

#DDE8F9 color CMYK value is (11,7,0,2).

  • cyan value is 11.24%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (11,7,0,2)
C11M7Y0K2 (11%, 7%, 0%, 2%)
(0.11 / 0.07 / 0.00 / 0.02)

CMYK percentages

%11.24
%6.83
%0
%2.35

Codes

Color #DDE8F9 in popluar color models

DD E8 F9
RGB 221 232 249
HSL 216° 70.00% 92.16%
HSB/HSV 216° 11.24% 97.65%
CMYK 11.24% 6.83% 0.00%
2.35%

Color #DDE8F9 in popluar number systems.

HEX DD E8 F9
Decimal 221 232 249
Binary 11011101 11101000 11111001
Octal 335 350 371

Shades and tints

Shades of #DDE8F9

#DDE8F9
(221,232,249)
#C9D3E3
(201,211,227)
#B5BECD
(181,190,205)
#A1A9B7
(161,169,183)
#8D94A1
(141,148,161)
#797F8B
(121,127,139)
#656A75
(101,106,117)
#51555F
(81,85,95)
#3D4049
(61,64,73)
#292B33
(41,43,51)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDE8F9

#DDE8F9
(221,232,249)
#E0EAF9
(224,234,249)
#E3ECF9
(227,236,249)
#E6EEF9
(230,238,249)
#E9F0F9
(233,240,249)
#ECF2F9
(236,242,249)
#EFF4F9
(239,244,249)
#F2F6F9
(242,246,249)
#F5F8F9
(245,248,249)
#F8FAF9
(248,250,249)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE8F9 color. Also use rgb(221,232,249) instead hex code.

Text Font Color

.myTextColor { color: #DDE8F9; }

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

This text font color is #DDE8F9.

Background Color

.myBgColor { background-color: #DDE8F9; }

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

This div background color is #DDE8F9.

Border color

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

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

This div border color is #DDE8F9.

Opacity

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

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

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

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

This text has shadow with #DDE8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE8F9.

Preview

Color preview on black background

This text has color #DDE8F9 on black background.


Color preview on white background

This text has color #DDE8F9 on white background.


Black color preview on #DDE8F9 background

This text has black color on #DDE8F9 background.


White color preview on #DDE8F9 background

This text has white color on #DDE8F9 background.


Related colors

Complementary color

Complementary color for #hex is #221706.


I love getcolorcode.com

Triadic colors

1 #F9DDE8 and #E8F9DD with #DDE8F9 are triadic colors.

2 #F9E8DD and #E8DDF9 with #DDE8F9 are triadic colors.