COLOR #DDF4AA

HEX: #DDF4AA RGB: (221,244,170)

Color info

#DDF4AA contains mainly red and green colors. Web safe color of #DDF4AA is #CCFF99 (or #CF9).

RGB color model

#DDF4AA color RGB value is (221,244,170).

RGB: (221,244,170) (87%, 96%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 244 of 255 = 96%
B 170 of 255 = 67%

221
244
170

R + G + B ~ 83%. #DDF4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 244 + 170 = 635 (100%)
R 221 of 635 ~ 34.8%
G 244 of 635 ~ 38.43%
B 170 of 635 ~ 26.77'%

%34.8
%38.43
%26.77

CMYK color model

#DDF4AA color CMYK value is (9,0,30,4).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 4.31%

CMYK: (9,0,30,4)
C9M0Y30K4 (9%, 0%, 30%, 4%)
(0.09 / 0.00 / 0.30 / 0.04)

CMYK percentages

%9.43
%0
%30.33
%4.31

Codes

Color #DDF4AA in popluar color models

DD F4 AA
RGB 221 244 170
HSL 79° 77.08% 81.18%
HSB/HSV 79° 30.33% 95.69%
CMYK 9.43% 0.00% 30.33%
4.31%

Color #DDF4AA in popluar number systems.

HEX DD F4 AA
Decimal 221 244 170
Binary 11011101 11110100 10101010
Octal 335 364 252

Shades and tints

Shades of #DDF4AA

#DDF4AA
(221,244,170)
#C9DE9B
(201,222,155)
#B5C88C
(181,200,140)
#A1B27D
(161,178,125)
#8D9C6E
(141,156,110)
#79865F
(121,134,95)
#657050
(101,112,80)
#515A41
(81,90,65)
#3D4432
(61,68,50)
#292E23
(41,46,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDF4AA

#DDF4AA
(221,244,170)
#E0F5B1
(224,245,177)
#E3F6B8
(227,246,184)
#E6F7BF
(230,247,191)
#E9F8C6
(233,248,198)
#ECF9CD
(236,249,205)
#EFFAD4
(239,250,212)
#F2FBDB
(242,251,219)
#F5FCE2
(245,252,226)
#F8FDE9
(248,253,233)
#FBFEF0
(251,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF4AA; }

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

This text font color is #DDF4AA.

Background Color

.myBgColor { background-color: #DDF4AA; }

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

This div background color is #DDF4AA.

Border color

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

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

This div border color is #DDF4AA.

Opacity

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

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

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

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

This text has shadow with #DDF4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF4AA.

Preview

Color preview on black background

This text has color #DDF4AA on black background.


Color preview on white background

This text has color #DDF4AA on white background.


Black color preview on #DDF4AA background

This text has black color on #DDF4AA background.


White color preview on #DDF4AA background

This text has white color on #DDF4AA background.


Related colors

Complementary color

Complementary color for #hex is #220B55.


I love getcolorcode.com

Triadic colors

1 #AADDF4 and #F4AADD with #DDF4AA are triadic colors.

2 #AAF4DD and #F4DDAA with #DDF4AA are triadic colors.