COLOR #DDF7EF

HEX: #DDF7EF
RGB: (221,247,239)

Color info

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

RGB color model

#DDF7EF color RGB value is (221,247,239).

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

RGB channels and saturation

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

221
247
239

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

Portions of RGB colors in percentages

R + G + B =
221 + 247 + 239 = 707 (100%)
R 221 of 707 ~ 31.26%
G 247 of 707 ~ 34.94%
B 239 of 707 ~ 33.8%

%31.26
%34.94
%33.8

CMYK color model

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

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 3.14%
CMYK:
(11,0,3,3)
C11M0Y3K3 
(11%,0%,3%,3%)
(0.11/0.00/0.03/0.03)	

CMYK percentages

%10.53
%0
%3.24
%3.14

Codes

Color #DDF7EF in popluar color models

DDF7EF
RGB221247239
HSL162°61.90%91.76%
HSB/HSV162°10.53%96.86%
CMYK10.53%0.00%3.24%
3.14%

Color #DDF7EF in popluar number systems.

HEXDDF7EF
Decimal221247239
Binary110111011111011111101111
Octal335367357

Shades and tints

Shades of #DDF7EF

#DDF7EF
(221,247,239)
#C9E1DA
(201,225,218)
#B5CBC5
(181,203,197)
#A1B5B0
(161,181,176)
#8D9F9B
(141,159,155)
#798986
(121,137,134)
#657371
(101,115,113)
#515D5C
(81,93,92)
#3D4747
(61,71,71)
#293132
(41,49,50)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDF7EF

#DDF7EF
(221,247,239)
#E0F7F0
(224,247,240)
#E3F7F1
(227,247,241)
#E6F7F2
(230,247,242)
#E9F7F3
(233,247,243)
#ECF7F4
(236,247,244)
#EFF7F5
(239,247,245)
#F2F7F6
(242,247,246)
#F5F7F7
(245,247,247)
#F8F7F8
(248,247,248)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF7EF; }

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

This text font color is #DDF7EF.


Background Color

.myBgColor { background-color: #DDF7EF; }

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

This div background color is #DDF7EF.


Border color

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

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

This div border color is #DDF7EF.


Opacity

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

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

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

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

This text has shadow with #DDF7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF7EF on black background.


Color preview on white background

This text has color #DDF7EF on white background.



Black color preview on #DDF7EF background

This text has black color on #DDF7EF background.


White color preview on #DDF7EF background

This text has white color on #DDF7EF background.