COLOR #DDE2F1

HEX: #DDE2F1
RGB: (221,226,241)

Color info

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

RGB color model

#DDE2F1 color RGB value is (221,226,241).

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

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 241 of 255 = 95%

221
226
241

R + G + B ~ 90%. #DDE2F1 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 226 + 241 = 688 (100%)
R 221 of 688 ~ 32.12%
G 226 of 688 ~ 32.85%
B 241 of 688 ~ 35.03%

%32.12
%32.85
%35.03

CMYK color model

#DDE2F1 color CMYK value is (8,6,0,5).

  • cyan value is 8.30%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,6,0,5)
C8M6Y0K5 
(8%,6%,0%,5%)
(0.08/0.06/0.00/0.05)	

CMYK percentages

%8.3
%6.22
%0
%5.49

Codes

Color #DDE2F1 in popluar color models

DDE2F1
RGB221226241
HSL225°41.67%90.59%
HSB/HSV225°8.30%94.51%
CMYK8.30%6.22%0.00%
5.49%

Color #DDE2F1 in popluar number systems.

HEXDDE2F1
Decimal221226241
Binary110111011110001011110001
Octal335342361

Shades and tints

Shades of #DDE2F1

#DDE2F1
(221,226,241)
#C9CEDC
(201,206,220)
#B5BAC7
(181,186,199)
#A1A6B2
(161,166,178)
#8D929D
(141,146,157)
#797E88
(121,126,136)
#656A73
(101,106,115)
#51565E
(81,86,94)
#3D4249
(61,66,73)
#292E34
(41,46,52)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #DDE2F1

#DDE2F1
(221,226,241)
#E0E4F2
(224,228,242)
#E3E6F3
(227,230,243)
#E6E8F4
(230,232,244)
#E9EAF5
(233,234,245)
#ECECF6
(236,236,246)
#EFEEF7
(239,238,247)
#F2F0F8
(242,240,248)
#F5F2F9
(245,242,249)
#F8F4FA
(248,244,250)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE2F1; }

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

This text font color is #DDE2F1.


Background Color

.myBgColor { background-color: #DDE2F1; }

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

This div background color is #DDE2F1.


Border color

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

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

This div border color is #DDE2F1.


Opacity

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

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

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

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

This text has shadow with #DDE2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE2F1 on black background.


Color preview on white background

This text has color #DDE2F1 on white background.



Black color preview on #DDE2F1 background

This text has black color on #DDE2F1 background.


White color preview on #DDE2F1 background

This text has white color on #DDE2F1 background.