COLOR #DDF8EC

HEX: #DDF8EC RGB: (221,248,236)

Color info

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

RGB color model

#DDF8EC color RGB value is (221,248,236).

RGB: (221,248,236) (87%, 97%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 236 of 255 = 93%

221
248
236

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

Portions of RGB colors in percentages

R + G + B = 221 + 248 + 236 = 705 (100%)
R 221 of 705 ~ 31.35%
G 248 of 705 ~ 35.18%
B 236 of 705 ~ 33.48'%

%31.35
%35.18
%33.48

CMYK color model

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

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 2.75%

CMYK: (11,0,5,3)
C11M0Y5K3 (11%, 0%, 5%, 3%)
(0.11 / 0.00 / 0.05 / 0.03)

CMYK percentages

%10.89
%0
%4.84
%2.75

Codes

Color #DDF8EC in popluar color models

DD F8 EC
RGB 221 248 236
HSL 153° 65.85% 91.96%
HSB/HSV 153° 10.89% 97.25%
CMYK 10.89% 0.00% 4.84%
2.75%

Color #DDF8EC in popluar number systems.

HEX DD F8 EC
Decimal 221 248 236
Binary 11011101 11111000 11101100
Octal 335 370 354

Shades and tints

Shades of #DDF8EC

#DDF8EC
(221,248,236)
#C9E2D7
(201,226,215)
#B5CCC2
(181,204,194)
#A1B6AD
(161,182,173)
#8DA098
(141,160,152)
#798A83
(121,138,131)
#65746E
(101,116,110)
#515E59
(81,94,89)
#3D4844
(61,72,68)
#29322F
(41,50,47)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #DDF8EC

#DDF8EC
(221,248,236)
#E0F8ED
(224,248,237)
#E3F8EE
(227,248,238)
#E6F8EF
(230,248,239)
#E9F8F0
(233,248,240)
#ECF8F1
(236,248,241)
#EFF8F2
(239,248,242)
#F2F8F3
(242,248,243)
#F5F8F4
(245,248,244)
#F8F8F5
(248,248,245)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF8EC; }

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

This text font color is #DDF8EC.

Background Color

.myBgColor { background-color: #DDF8EC; }

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

This div background color is #DDF8EC.

Border color

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

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

This div border color is #DDF8EC.

Opacity

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

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

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

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

This text has shadow with #DDF8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF8EC.

Preview

Color preview on black background

This text has color #DDF8EC on black background.


Color preview on white background

This text has color #DDF8EC on white background.


Black color preview on #DDF8EC background

This text has black color on #DDF8EC background.


White color preview on #DDF8EC background

This text has white color on #DDF8EC background.


Related colors

Complementary color

Complementary color for #hex is #220713.


I love getcolorcode.com

Triadic colors

1 #ECDDF8 and #F8ECDD with #DDF8EC are triadic colors.

2 #ECF8DD and #F8DDEC with #DDF8EC are triadic colors.