COLOR #DDE9F1

HEX: #DDE9F1
RGB: (221,233,241)

Color info

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

RGB color model

#DDE9F1 color RGB value is (221,233,241).

  • red value is 221;
  • green value is 233;
  • blue value is 241.
RGB:
(221,233,241)
(87%,91%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 241 of 255 = 95%

221
233
241

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

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 241 = 695 (100%)
R 221 of 695 ~ 31.8%
G 233 of 695 ~ 33.53%
B 241 of 695 ~ 34.68%

%31.8
%33.53
%34.68

CMYK color model

#DDE9F1 color CMYK value is (8,3,0,5).

  • cyan value is 8.30%
  • magenta value is 3.32%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,3,0,5)
C8M3Y0K5 
(8%,3%,0%,5%)
(0.08/0.03/0.00/0.05)	

CMYK percentages

%8.3
%3.32
%0
%5.49

Codes

Color #DDE9F1 in popluar color models

DDE9F1
RGB221233241
HSL204°41.67%90.59%
HSB/HSV204°8.30%94.51%
CMYK8.30%3.32%0.00%
5.49%

Color #DDE9F1 in popluar number systems.

HEXDDE9F1
Decimal221233241
Binary110111011110100111110001
Octal335351361

Shades and tints

Shades of #DDE9F1

#DDE9F1
(221,233,241)
#C9D4DC
(201,212,220)
#B5BFC7
(181,191,199)
#A1AAB2
(161,170,178)
#8D959D
(141,149,157)
#798088
(121,128,136)
#656B73
(101,107,115)
#51565E
(81,86,94)
#3D4149
(61,65,73)
#292C34
(41,44,52)
#15171F
(21,23,31)
#000000
(0,0,0)

Tints of #DDE9F1

#DDE9F1
(221,233,241)
#E0EBF2
(224,235,242)
#E3EDF3
(227,237,243)
#E6EFF4
(230,239,244)
#E9F1F5
(233,241,245)
#ECF3F6
(236,243,246)
#EFF5F7
(239,245,247)
#F2F7F8
(242,247,248)
#F5F9F9
(245,249,249)
#F8FBFA
(248,251,250)
#FBFDFB
(251,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE9F1 color. Also use rgb(221,233,241) instead hex code.

Text Font Color

.myTextColor { color: #DDE9F1; }

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

This text font color is #DDE9F1.


Background Color

.myBgColor { background-color: #DDE9F1; }

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

This div background color is #DDE9F1.


Border color

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

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

This div border color is #DDE9F1.


Opacity

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

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

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

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

This text has shadow with #DDE9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE9F1 on black background.


Color preview on white background

This text has color #DDE9F1 on white background.



Black color preview on #DDE9F1 background

This text has black color on #DDE9F1 background.


White color preview on #DDE9F1 background

This text has white color on #DDE9F1 background.