COLOR #DDFAD9

HEX: #DDFAD9
RGB: (221,250,217)

Color info

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

RGB color model

#DDFAD9 color RGB value is (221,250,217).

  • red value is 221;
  • green value is 250;
  • blue value is 217.
RGB:
(221,250,217)
(87%,98%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 250 of 255 = 98%
B 217 of 255 = 85%

221
250
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 250 + 217 = 688 (100%)
R 221 of 688 ~ 32.12%
G 250 of 688 ~ 36.34%
B 217 of 688 ~ 31.54%

%32.12
%36.34
%31.54

CMYK color model

#DDFAD9 color CMYK value is (12,0,13,2).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 1.96%
CMYK:
(12,0,13,2)
C12M0Y13K2 
(12%,0%,13%,2%)
(0.12/0.00/0.13/0.02)	

CMYK percentages

%11.6
%0
%13.2
%1.96

Codes

Color #DDFAD9 in popluar color models

DDFAD9
RGB221250217
HSL113°76.74%91.57%
HSB/HSV113°13.20%98.04%
CMYK11.60%0.00%13.20%
1.96%

Color #DDFAD9 in popluar number systems.

HEXDDFAD9
Decimal221250217
Binary110111011111101011011001
Octal335372331

Shades and tints

Shades of #DDFAD9

#DDFAD9
(221,250,217)
#C9E4C6
(201,228,198)
#B5CEB3
(181,206,179)
#A1B8A0
(161,184,160)
#8DA28D
(141,162,141)
#798C7A
(121,140,122)
#657667
(101,118,103)
#516054
(81,96,84)
#3D4A41
(61,74,65)
#29342E
(41,52,46)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #DDFAD9

#DDFAD9
(221,250,217)
#E0FADC
(224,250,220)
#E3FADF
(227,250,223)
#E6FAE2
(230,250,226)
#E9FAE5
(233,250,229)
#ECFAE8
(236,250,232)
#EFFAEB
(239,250,235)
#F2FAEE
(242,250,238)
#F5FAF1
(245,250,241)
#F8FAF4
(248,250,244)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFAD9 color. Also use rgb(221,250,217) instead hex code.

Text Font Color

.myTextColor { color: #DDFAD9; }

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

This text font color is #DDFAD9.


Background Color

.myBgColor { background-color: #DDFAD9; }

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

This div background color is #DDFAD9.


Border color

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

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

This div border color is #DDFAD9.


Opacity

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

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

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

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

This text has shadow with #DDFAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFAD9 on black background.


Color preview on white background

This text has color #DDFAD9 on white background.



Black color preview on #DDFAD9 background

This text has black color on #DDFAD9 background.


White color preview on #DDFAD9 background

This text has white color on #DDFAD9 background.