COLOR #DDEAD9

HEX: #DDEAD9 RGB: (221,234,217)

Color info

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

RGB color model

#DDEAD9 color RGB value is (221,234,217).

RGB: (221,234,217) (87%, 92%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 217 of 255 = 85%

221
234
217

R + G + B ~ 88%. #DDEAD9 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 234 + 217 = 672 (100%)
R 221 of 672 ~ 32.89%
G 234 of 672 ~ 34.82%
B 217 of 672 ~ 32.29'%

%32.89
%34.82
%32.29

CMYK color model

#DDEAD9 color CMYK value is (6,0,7,8).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 8.24%

CMYK: (6,0,7,8)
C6M0Y7K8 (6%, 0%, 7%, 8%)
(0.06 / 0.00 / 0.07 / 0.08)

CMYK percentages

%5.56
%0
%7.26
%8.24

Codes

Color #DDEAD9 in popluar color models

DD EA D9
RGB 221 234 217
HSL 106° 28.81% 88.43%
HSB/HSV 106° 7.26% 91.76%
CMYK 5.56% 0.00% 7.26%
8.24%

Color #DDEAD9 in popluar number systems.

HEX DD EA D9
Decimal 221 234 217
Binary 11011101 11101010 11011001
Octal 335 352 331

Shades and tints

Shades of #DDEAD9

#DDEAD9
(221,234,217)
#C9D5C6
(201,213,198)
#B5C0B3
(181,192,179)
#A1ABA0
(161,171,160)
#8D968D
(141,150,141)
#79817A
(121,129,122)
#656C67
(101,108,103)
#515754
(81,87,84)
#3D4241
(61,66,65)
#292D2E
(41,45,46)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #DDEAD9

#DDEAD9
(221,234,217)
#E0EBDC
(224,235,220)
#E3ECDF
(227,236,223)
#E6EDE2
(230,237,226)
#E9EEE5
(233,238,229)
#ECEFE8
(236,239,232)
#EFF0EB
(239,240,235)
#F2F1EE
(242,241,238)
#F5F2F1
(245,242,241)
#F8F3F4
(248,243,244)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEAD9; }

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

This text font color is #DDEAD9.

Background Color

.myBgColor { background-color: #DDEAD9; }

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

This div background color is #DDEAD9.

Border color

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

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

This div border color is #DDEAD9.

Opacity

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

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

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

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

This text has shadow with #DDEAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEAD9.

Preview

Color preview on black background

This text has color #DDEAD9 on black background.


Color preview on white background

This text has color #DDEAD9 on white background.


Black color preview on #DDEAD9 background

This text has black color on #DDEAD9 background.


White color preview on #DDEAD9 background

This text has white color on #DDEAD9 background.


Related colors

Complementary color

Complementary color for #hex is #221526.


I love getcolorcode.com

Triadic colors

1 #D9DDEA and #EAD9DD with #DDEAD9 are triadic colors.

2 #D9EADD and #EADDD9 with #DDEAD9 are triadic colors.