COLOR #DDEEF1

HEX: #DDEEF1
RGB: (221,238,241)

Color info

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

RGB color model

#DDEEF1 color RGB value is (221,238,241).

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

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 241 of 255 = 95%

221
238
241

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

Portions of RGB colors in percentages

R + G + B =
221 + 238 + 241 = 700 (100%)
R 221 of 700 ~ 31.57%
G 238 of 700 ~ 34%
B 241 of 700 ~ 34.43%

%31.57
%34
%34.43

CMYK color model

#DDEEF1 color CMYK value is (8,1,0,5).

  • cyan value is 8.30%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(8,1,0,5)
C8M1Y0K5 
(8%,1%,0%,5%)
(0.08/0.01/0.00/0.05)	

CMYK percentages

%8.3
%1.24
%0
%5.49

Codes

Color #DDEEF1 in popluar color models

DDEEF1
RGB221238241
HSL189°41.67%90.59%
HSB/HSV189°8.30%94.51%
CMYK8.30%1.24%0.00%
5.49%

Color #DDEEF1 in popluar number systems.

HEXDDEEF1
Decimal221238241
Binary110111011110111011110001
Octal335356361

Shades and tints

Shades of #DDEEF1

#DDEEF1
(221,238,241)
#C9D9DC
(201,217,220)
#B5C4C7
(181,196,199)
#A1AFB2
(161,175,178)
#8D9A9D
(141,154,157)
#798588
(121,133,136)
#657073
(101,112,115)
#515B5E
(81,91,94)
#3D4649
(61,70,73)
#293134
(41,49,52)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #DDEEF1

#DDEEF1
(221,238,241)
#E0EFF2
(224,239,242)
#E3F0F3
(227,240,243)
#E6F1F4
(230,241,244)
#E9F2F5
(233,242,245)
#ECF3F6
(236,243,246)
#EFF4F7
(239,244,247)
#F2F5F8
(242,245,248)
#F5F6F9
(245,246,249)
#F8F7FA
(248,247,250)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEEF1; }

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

This text font color is #DDEEF1.


Background Color

.myBgColor { background-color: #DDEEF1; }

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

This div background color is #DDEEF1.


Border color

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

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

This div border color is #DDEEF1.


Opacity

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

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

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

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

This text has shadow with #DDEEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEEF1 on black background.


Color preview on white background

This text has color #DDEEF1 on white background.



Black color preview on #DDEEF1 background

This text has black color on #DDEEF1 background.


White color preview on #DDEEF1 background

This text has white color on #DDEEF1 background.