COLOR #DDF4C9

HEX: #DDF4C9
RGB: (221,244,201)

Color info

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

RGB color model

#DDF4C9 color RGB value is (221,244,201).

  • red value is 221;
  • green value is 244;
  • blue value is 201.
RGB:
(221,244,201)
(87%,96%,79%)

RGB channels and saturation

R 221 of 255 = 87%
G 244 of 255 = 96%
B 201 of 255 = 79%

221
244
201

R + G + B ~ 87%. #DDF4C9 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 244 + 201 = 666 (100%)
R 221 of 666 ~ 33.18%
G 244 of 666 ~ 36.64%
B 201 of 666 ~ 30.18%

%33.18
%36.64
%30.18

CMYK color model

#DDF4C9 color CMYK value is (9,0,18,4).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 4.31%
CMYK:
(9,0,18,4)
C9M0Y18K4 
(9%,0%,18%,4%)
(0.09/0.00/0.18/0.04)	

CMYK percentages

%9.43
%0
%17.62
%4.31

Codes

Color #DDF4C9 in popluar color models

DDF4C9
RGB221244201
HSL92°66.15%87.25%
HSB/HSV92°17.62%95.69%
CMYK9.43%0.00%17.62%
4.31%

Color #DDF4C9 in popluar number systems.

HEXDDF4C9
Decimal221244201
Binary110111011111010011001001
Octal335364311

Shades and tints

Shades of #DDF4C9

#DDF4C9
(221,244,201)
#C9DEB7
(201,222,183)
#B5C8A5
(181,200,165)
#A1B293
(161,178,147)
#8D9C81
(141,156,129)
#79866F
(121,134,111)
#65705D
(101,112,93)
#515A4B
(81,90,75)
#3D4439
(61,68,57)
#292E27
(41,46,39)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #DDF4C9

#DDF4C9
(221,244,201)
#E0F5CD
(224,245,205)
#E3F6D1
(227,246,209)
#E6F7D5
(230,247,213)
#E9F8D9
(233,248,217)
#ECF9DD
(236,249,221)
#EFFAE1
(239,250,225)
#F2FBE5
(242,251,229)
#F5FCE9
(245,252,233)
#F8FDED
(248,253,237)
#FBFEF1
(251,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF4C9 color. Also use rgb(221,244,201) instead hex code.

Text Font Color

.myTextColor { color: #DDF4C9; }

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

This text font color is #DDF4C9.


Background Color

.myBgColor { background-color: #DDF4C9; }

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

This div background color is #DDF4C9.


Border color

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

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

This div border color is #DDF4C9.


Opacity

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

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

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

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

This text has shadow with #DDF4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF4C9 on black background.


Color preview on white background

This text has color #DDF4C9 on white background.



Black color preview on #DDF4C9 background

This text has black color on #DDF4C9 background.


White color preview on #DDF4C9 background

This text has white color on #DDF4C9 background.