COLOR #DDF9D5

HEX: #DDF9D5
RGB: (221,249,213)

Color info

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

RGB color model

#DDF9D5 color RGB value is (221,249,213).

  • red value is 221;
  • green value is 249;
  • blue value is 213.
RGB:
(221,249,213)
(87%,98%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 249 of 255 = 98%
B 213 of 255 = 84%

221
249
213

R + G + B ~ 90%. #DDF9D5 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 249 + 213 = 683 (100%)
R 221 of 683 ~ 32.36%
G 249 of 683 ~ 36.46%
B 213 of 683 ~ 31.19%

%32.36
%36.46
%31.19

CMYK color model

#DDF9D5 color CMYK value is (11,0,14,2).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 2.35%
CMYK:
(11,0,14,2)
C11M0Y14K2 
(11%,0%,14%,2%)
(0.11/0.00/0.14/0.02)	

CMYK percentages

%11.24
%0
%14.46
%2.35

Codes

Color #DDF9D5 in popluar color models

DDF9D5
RGB221249213
HSL107°75.00%90.59%
HSB/HSV107°14.46%97.65%
CMYK11.24%0.00%14.46%
2.35%

Color #DDF9D5 in popluar number systems.

HEXDDF9D5
Decimal221249213
Binary110111011111100111010101
Octal335371325

Shades and tints

Shades of #DDF9D5

#DDF9D5
(221,249,213)
#C9E3C2
(201,227,194)
#B5CDAF
(181,205,175)
#A1B79C
(161,183,156)
#8DA189
(141,161,137)
#798B76
(121,139,118)
#657563
(101,117,99)
#515F50
(81,95,80)
#3D493D
(61,73,61)
#29332A
(41,51,42)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #DDF9D5

#DDF9D5
(221,249,213)
#E0F9D8
(224,249,216)
#E3F9DB
(227,249,219)
#E6F9DE
(230,249,222)
#E9F9E1
(233,249,225)
#ECF9E4
(236,249,228)
#EFF9E7
(239,249,231)
#F2F9EA
(242,249,234)
#F5F9ED
(245,249,237)
#F8F9F0
(248,249,240)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF9D5 color. Also use rgb(221,249,213) instead hex code.

Text Font Color

.myTextColor { color: #DDF9D5; }

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

This text font color is #DDF9D5.


Background Color

.myBgColor { background-color: #DDF9D5; }

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

This div background color is #DDF9D5.


Border color

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

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

This div border color is #DDF9D5.


Opacity

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

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

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

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

This text has shadow with #DDF9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF9D5 on black background.


Color preview on white background

This text has color #DDF9D5 on white background.



Black color preview on #DDF9D5 background

This text has black color on #DDF9D5 background.


White color preview on #DDF9D5 background

This text has white color on #DDF9D5 background.