COLOR #DDE6A2

HEX: #DDE6A2 RGB: (221,230,162)

Color info

#DDE6A2 contains mainly red and green colors. Web safe color of #DDE6A2 is #CCCC99 (or #CC9).

RGB color model

#DDE6A2 color RGB value is (221,230,162).

RGB: (221,230,162) (87%, 90%, 64%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 162 of 255 = 64%

221
230
162

R + G + B ~ 80%. #DDE6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 230 + 162 = 613 (100%)
R 221 of 613 ~ 36.05%
G 230 of 613 ~ 37.52%
B 162 of 613 ~ 26.43'%

%36.05
%37.52
%26.43

CMYK color model

#DDE6A2 color CMYK value is (4,0,30,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 9.80%

CMYK: (4,0,30,10)
C4M0Y30K10 (4%, 0%, 30%, 10%)
(0.04 / 0.00 / 0.30 / 0.10)

CMYK percentages

%3.91
%0
%29.57
%9.8

Codes

Color #DDE6A2 in popluar color models

DD E6 A2
RGB 221 230 162
HSL 68° 57.63% 76.86%
HSB/HSV 68° 29.57% 90.20%
CMYK 3.91% 0.00% 29.57%
9.80%

Color #DDE6A2 in popluar number systems.

HEX DD E6 A2
Decimal 221 230 162
Binary 11011101 11100110 10100010
Octal 335 346 242

Shades and tints

Shades of #DDE6A2

#DDE6A2
(221,230,162)
#C9D294
(201,210,148)
#B5BE86
(181,190,134)
#A1AA78
(161,170,120)
#8D966A
(141,150,106)
#79825C
(121,130,92)
#656E4E
(101,110,78)
#515A40
(81,90,64)
#3D4632
(61,70,50)
#293224
(41,50,36)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #DDE6A2

#DDE6A2
(221,230,162)
#E0E8AA
(224,232,170)
#E3EAB2
(227,234,178)
#E6ECBA
(230,236,186)
#E9EEC2
(233,238,194)
#ECF0CA
(236,240,202)
#EFF2D2
(239,242,210)
#F2F4DA
(242,244,218)
#F5F6E2
(245,246,226)
#F8F8EA
(248,248,234)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE6A2 color. Also use rgb(221,230,162) instead hex code.

Text Font Color

.myTextColor { color: #DDE6A2; }

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

This text font color is #DDE6A2.

Background Color

.myBgColor { background-color: #DDE6A2; }

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

This div background color is #DDE6A2.

Border color

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

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

This div border color is #DDE6A2.

Opacity

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

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

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

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

This text has shadow with #DDE6A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE6A2.

Preview

Color preview on black background

This text has color #DDE6A2 on black background.


Color preview on white background

This text has color #DDE6A2 on white background.


Black color preview on #DDE6A2 background

This text has black color on #DDE6A2 background.


White color preview on #DDE6A2 background

This text has white color on #DDE6A2 background.


Related colors

Complementary color

Complementary color for #hex is #22195D.


I love getcolorcode.com

Triadic colors

1 #A2DDE6 and #E6A2DD with #DDE6A2 are triadic colors.

2 #A2E6DD and #E6DDA2 with #DDE6A2 are triadic colors.