COLOR #DDF8EF

HEX: #DDF8EF
RGB: (221,248,239)

Color info

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

RGB color model

#DDF8EF color RGB value is (221,248,239).

  • red value is 221;
  • green value is 248;
  • blue value is 239.
RGB:
(221,248,239)
(87%,97%,94%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 239 of 255 = 94%

221
248
239

R + G + B ~ 93%. #DDF8EF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 248 + 239 = 708 (100%)
R 221 of 708 ~ 31.21%
G 248 of 708 ~ 35.03%
B 239 of 708 ~ 33.76%

%31.21
%35.03
%33.76

CMYK color model

#DDF8EF color CMYK value is (11,0,4,3).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 3.63%
  • key color value is 2.75%
CMYK:
(11,0,4,3)
C11M0Y4K3 
(11%,0%,4%,3%)
(0.11/0.00/0.04/0.03)	

CMYK percentages

%10.89
%0
%3.63
%2.75

Codes

Color #DDF8EF in popluar color models

DDF8EF
RGB221248239
HSL160°65.85%91.96%
HSB/HSV160°10.89%97.25%
CMYK10.89%0.00%3.63%
2.75%

Color #DDF8EF in popluar number systems.

HEXDDF8EF
Decimal221248239
Binary110111011111100011101111
Octal335370357

Shades and tints

Shades of #DDF8EF

#DDF8EF
(221,248,239)
#C9E2DA
(201,226,218)
#B5CCC5
(181,204,197)
#A1B6B0
(161,182,176)
#8DA09B
(141,160,155)
#798A86
(121,138,134)
#657471
(101,116,113)
#515E5C
(81,94,92)
#3D4847
(61,72,71)
#293232
(41,50,50)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #DDF8EF

#DDF8EF
(221,248,239)
#E0F8F0
(224,248,240)
#E3F8F1
(227,248,241)
#E6F8F2
(230,248,242)
#E9F8F3
(233,248,243)
#ECF8F4
(236,248,244)
#EFF8F5
(239,248,245)
#F2F8F6
(242,248,246)
#F5F8F7
(245,248,247)
#F8F8F8
(248,248,248)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF8EF color. Also use rgb(221,248,239) instead hex code.

Text Font Color

.myTextColor { color: #DDF8EF; }

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

This text font color is #DDF8EF.


Background Color

.myBgColor { background-color: #DDF8EF; }

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

This div background color is #DDF8EF.


Border color

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

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

This div border color is #DDF8EF.


Opacity

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

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

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

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

This text has shadow with #DDF8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF8EF on black background.


Color preview on white background

This text has color #DDF8EF on white background.



Black color preview on #DDF8EF background

This text has black color on #DDF8EF background.


White color preview on #DDF8EF background

This text has white color on #DDF8EF background.