COLOR #DDF8D1

HEX: #DDF8D1
RGB: (221,248,209)

Color info

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

RGB color model

#DDF8D1 color RGB value is (221,248,209).

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

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 209 of 255 = 82%

221
248
209

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

Portions of RGB colors in percentages

R + G + B =
221 + 248 + 209 = 678 (100%)
R 221 of 678 ~ 32.6%
G 248 of 678 ~ 36.58%
B 209 of 678 ~ 30.83%

%32.6
%36.58
%30.83

CMYK color model

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

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(11,0,16,3)
C11M0Y16K3 
(11%,0%,16%,3%)
(0.11/0.00/0.16/0.03)	

CMYK percentages

%10.89
%0
%15.73
%2.75

Codes

Color #DDF8D1 in popluar color models

DDF8D1
RGB221248209
HSL102°73.58%89.61%
HSB/HSV102°15.73%97.25%
CMYK10.89%0.00%15.73%
2.75%

Color #DDF8D1 in popluar number systems.

HEXDDF8D1
Decimal221248209
Binary110111011111100011010001
Octal335370321

Shades and tints

Shades of #DDF8D1

#DDF8D1
(221,248,209)
#C9E2BE
(201,226,190)
#B5CCAB
(181,204,171)
#A1B698
(161,182,152)
#8DA085
(141,160,133)
#798A72
(121,138,114)
#65745F
(101,116,95)
#515E4C
(81,94,76)
#3D4839
(61,72,57)
#293226
(41,50,38)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #DDF8D1

#DDF8D1
(221,248,209)
#E0F8D5
(224,248,213)
#E3F8D9
(227,248,217)
#E6F8DD
(230,248,221)
#E9F8E1
(233,248,225)
#ECF8E5
(236,248,229)
#EFF8E9
(239,248,233)
#F2F8ED
(242,248,237)
#F5F8F1
(245,248,241)
#F8F8F5
(248,248,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF8D1; }

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

This text font color is #DDF8D1.


Background Color

.myBgColor { background-color: #DDF8D1; }

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

This div background color is #DDF8D1.


Border color

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

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

This div border color is #DDF8D1.


Opacity

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

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

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

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

This text has shadow with #DDF8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF8D1 on black background.


Color preview on white background

This text has color #DDF8D1 on white background.



Black color preview on #DDF8D1 background

This text has black color on #DDF8D1 background.


White color preview on #DDF8D1 background

This text has white color on #DDF8D1 background.