COLOR #DDF3AE

HEX: #DDF3AE RGB: (221,243,174)

Color info

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

RGB color model

#DDF3AE color RGB value is (221,243,174).

RGB: (221,243,174) (87%, 95%, 68%)

RGB channels and saturation

R 221 of 255 = 87%
G 243 of 255 = 95%
B 174 of 255 = 68%

221
243
174

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

Portions of RGB colors in percentages

R + G + B = 221 + 243 + 174 = 638 (100%)
R 221 of 638 ~ 34.64%
G 243 of 638 ~ 38.09%
B 174 of 638 ~ 27.27'%

%34.64
%38.09
%27.27

CMYK color model

#DDF3AE color CMYK value is (9,0,28,5).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 4.71%

CMYK: (9,0,28,5)
C9M0Y28K5 (9%, 0%, 28%, 5%)
(0.09 / 0.00 / 0.28 / 0.05)

CMYK percentages

%9.05
%0
%28.4
%4.71

Codes

Color #DDF3AE in popluar color models

DD F3 AE
RGB 221 243 174
HSL 79° 74.19% 81.76%
HSB/HSV 79° 28.40% 95.29%
CMYK 9.05% 0.00% 28.40%
4.71%

Color #DDF3AE in popluar number systems.

HEX DD F3 AE
Decimal 221 243 174
Binary 11011101 11110011 10101110
Octal 335 363 256

Shades and tints

Shades of #DDF3AE

#DDF3AE
(221,243,174)
#C9DD9F
(201,221,159)
#B5C790
(181,199,144)
#A1B181
(161,177,129)
#8D9B72
(141,155,114)
#798563
(121,133,99)
#656F54
(101,111,84)
#515945
(81,89,69)
#3D4336
(61,67,54)
#292D27
(41,45,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDF3AE

#DDF3AE
(221,243,174)
#E0F4B5
(224,244,181)
#E3F5BC
(227,245,188)
#E6F6C3
(230,246,195)
#E9F7CA
(233,247,202)
#ECF8D1
(236,248,209)
#EFF9D8
(239,249,216)
#F2FADF
(242,250,223)
#F5FBE6
(245,251,230)
#F8FCED
(248,252,237)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF3AE color. Also use rgb(221,243,174) instead hex code.

Text Font Color

.myTextColor { color: #DDF3AE; }

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

This text font color is #DDF3AE.

Background Color

.myBgColor { background-color: #DDF3AE; }

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

This div background color is #DDF3AE.

Border color

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

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

This div border color is #DDF3AE.

Opacity

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

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

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

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

This text has shadow with #DDF3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF3AE.

Preview

Color preview on black background

This text has color #DDF3AE on black background.


Color preview on white background

This text has color #DDF3AE on white background.


Black color preview on #DDF3AE background

This text has black color on #DDF3AE background.


White color preview on #DDF3AE background

This text has white color on #DDF3AE background.


Related colors

Complementary color

Complementary color for #hex is #220C51.


I love getcolorcode.com

Triadic colors

1 #AEDDF3 and #F3AEDD with #DDF3AE are triadic colors.

2 #AEF3DD and #F3DDAE with #DDF3AE are triadic colors.