COLOR #DDEEDF

HEX: #DDEEDF
RGB: (221,238,223)

Color info

#DDEEDF contains red, green and blue colors in about the same proportion. Web safe color of #DDEEDF is #CCFFCC (or #CFC).

RGB color model

#DDEEDF color RGB value is (221,238,223).

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

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 223 of 255 = 87%

221
238
223

R + G + B ~ 89%. #DDEEDF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 238 + 223 = 682 (100%)
R 221 of 682 ~ 32.4%
G 238 of 682 ~ 34.9%
B 223 of 682 ~ 32.7%

%32.4
%34.9
%32.7

CMYK color model

#DDEEDF color CMYK value is (7,0,6,7).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(7,0,6,7)
C7M0Y6K7 
(7%,0%,6%,7%)
(0.07/0.00/0.06/0.07)	

CMYK percentages

%7.14
%0
%6.3
%6.67

Codes

Color #DDEEDF in popluar color models

DDEEDF
RGB221238223
HSL127°33.33%90.00%
HSB/HSV127°7.14%93.33%
CMYK7.14%0.00%6.30%
6.67%

Color #DDEEDF in popluar number systems.

HEXDDEEDF
Decimal221238223
Binary110111011110111011011111
Octal335356337

Shades and tints

Shades of #DDEEDF

#DDEEDF
(221,238,223)
#C9D9CB
(201,217,203)
#B5C4B7
(181,196,183)
#A1AFA3
(161,175,163)
#8D9A8F
(141,154,143)
#79857B
(121,133,123)
#657067
(101,112,103)
#515B53
(81,91,83)
#3D463F
(61,70,63)
#29312B
(41,49,43)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #DDEEDF

#DDEEDF
(221,238,223)
#E0EFE1
(224,239,225)
#E3F0E3
(227,240,227)
#E6F1E5
(230,241,229)
#E9F2E7
(233,242,231)
#ECF3E9
(236,243,233)
#EFF4EB
(239,244,235)
#F2F5ED
(242,245,237)
#F5F6EF
(245,246,239)
#F8F7F1
(248,247,241)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEEDF; }

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

This text font color is #DDEEDF.


Background Color

.myBgColor { background-color: #DDEEDF; }

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

This div background color is #DDEEDF.


Border color

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

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

This div border color is #DDEEDF.


Opacity

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

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

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

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

This text has shadow with #DDEEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEEDF on black background.


Color preview on white background

This text has color #DDEEDF on white background.



Black color preview on #DDEEDF background

This text has black color on #DDEEDF background.


White color preview on #DDEEDF background

This text has white color on #DDEEDF background.