COLOR #DDE3AF

HEX: #DDE3AF RGB: (221,227,175)

Color info

#DDE3AF contains red, green and blue colors in about the same proportion. Web safe color of #DDE3AF is #CCCC99 (or #CC9).

RGB color model

#DDE3AF color RGB value is (221,227,175).

RGB: (221,227,175) (87%, 89%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 175 of 255 = 69%

221
227
175

R + G + B ~ 82%. #DDE3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 227 + 175 = 623 (100%)
R 221 of 623 ~ 35.47%
G 227 of 623 ~ 36.44%
B 175 of 623 ~ 28.09'%

%35.47
%36.44
%28.09

CMYK color model

#DDE3AF color CMYK value is (3,0,23,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 10.98%

CMYK: (3,0,23,11)
C3M0Y23K11 (3%, 0%, 23%, 11%)
(0.03 / 0.00 / 0.23 / 0.11)

CMYK percentages

%2.64
%0
%22.91
%10.98

Codes

Color #DDE3AF in popluar color models

DD E3 AF
RGB 221 227 175
HSL 67° 48.15% 78.82%
HSB/HSV 67° 22.91% 89.02%
CMYK 2.64% 0.00% 22.91%
10.98%

Color #DDE3AF in popluar number systems.

HEX DD E3 AF
Decimal 221 227 175
Binary 11011101 11100011 10101111
Octal 335 343 257

Shades and tints

Shades of #DDE3AF

#DDE3AF
(221,227,175)
#C9CFA0
(201,207,160)
#B5BB91
(181,187,145)
#A1A782
(161,167,130)
#8D9373
(141,147,115)
#797F64
(121,127,100)
#656B55
(101,107,85)
#515746
(81,87,70)
#3D4337
(61,67,55)
#292F28
(41,47,40)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #DDE3AF

#DDE3AF
(221,227,175)
#E0E5B6
(224,229,182)
#E3E7BD
(227,231,189)
#E6E9C4
(230,233,196)
#E9EBCB
(233,235,203)
#ECEDD2
(236,237,210)
#EFEFD9
(239,239,217)
#F2F1E0
(242,241,224)
#F5F3E7
(245,243,231)
#F8F5EE
(248,245,238)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE3AF color. Also use rgb(221,227,175) instead hex code.

Text Font Color

.myTextColor { color: #DDE3AF; }

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

This text font color is #DDE3AF.

Background Color

.myBgColor { background-color: #DDE3AF; }

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

This div background color is #DDE3AF.

Border color

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

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

This div border color is #DDE3AF.

Opacity

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

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

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

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

This text has shadow with #DDE3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE3AF.

Preview

Color preview on black background

This text has color #DDE3AF on black background.


Color preview on white background

This text has color #DDE3AF on white background.


Black color preview on #DDE3AF background

This text has black color on #DDE3AF background.


White color preview on #DDE3AF background

This text has white color on #DDE3AF background.


Related colors

Complementary color

Complementary color for #hex is #221C50.


I love getcolorcode.com

Triadic colors

1 #AFDDE3 and #E3AFDD with #DDE3AF are triadic colors.

2 #AFE3DD and #E3DDAF with #DDE3AF are triadic colors.