COLOR #DDEDE5

HEX: #DDEDE5 RGB: (221,237,229)

Color info

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

RGB color model

#DDEDE5 color RGB value is (221,237,229).

RGB: (221,237,229) (87%, 93%, 90%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 229 of 255 = 90%

221
237
229

R + G + B ~ 90%. #DDEDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 229 = 687 (100%)
R 221 of 687 ~ 32.17%
G 237 of 687 ~ 34.5%
B 229 of 687 ~ 33.33'%

%32.17
%34.5
%33.33

CMYK color model

#DDEDE5 color CMYK value is (7,0,3,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%

CMYK: (7,0,3,7)
C7M0Y3K7 (7%, 0%, 3%, 7%)
(0.07 / 0.00 / 0.03 / 0.07)

CMYK percentages

%6.75
%0
%3.38
%7.06

Codes

Color #DDEDE5 in popluar color models

DD ED E5
RGB 221 237 229
HSL 150° 30.77% 89.80%
HSB/HSV 150° 6.75% 92.94%
CMYK 6.75% 0.00% 3.38%
7.06%

Color #DDEDE5 in popluar number systems.

HEX DD ED E5
Decimal 221 237 229
Binary 11011101 11101101 11100101
Octal 335 355 345

Shades and tints

Shades of #DDEDE5

#DDEDE5
(221,237,229)
#C9D8D1
(201,216,209)
#B5C3BD
(181,195,189)
#A1AEA9
(161,174,169)
#8D9995
(141,153,149)
#798481
(121,132,129)
#656F6D
(101,111,109)
#515A59
(81,90,89)
#3D4545
(61,69,69)
#293031
(41,48,49)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDEDE5

#DDEDE5
(221,237,229)
#E0EEE7
(224,238,231)
#E3EFE9
(227,239,233)
#E6F0EB
(230,240,235)
#E9F1ED
(233,241,237)
#ECF2EF
(236,242,239)
#EFF3F1
(239,243,241)
#F2F4F3
(242,244,243)
#F5F5F5
(245,245,245)
#F8F6F7
(248,246,247)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEDE5 color. Also use rgb(221,237,229) instead hex code.

Text Font Color

.myTextColor { color: #DDEDE5; }

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

This text font color is #DDEDE5.

Background Color

.myBgColor { background-color: #DDEDE5; }

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

This div background color is #DDEDE5.

Border color

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

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

This div border color is #DDEDE5.

Opacity

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

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

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

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

This text has shadow with #DDEDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDE5.

Preview

Color preview on black background

This text has color #DDEDE5 on black background.


Color preview on white background

This text has color #DDEDE5 on white background.


Black color preview on #DDEDE5 background

This text has black color on #DDEDE5 background.


White color preview on #DDEDE5 background

This text has white color on #DDEDE5 background.


Related colors

Complementary color

Complementary color for #hex is #22121A.


I love getcolorcode.com

Triadic colors

1 #E5DDED and #EDE5DD with #DDEDE5 are triadic colors.

2 #E5EDDD and #EDDDE5 with #DDEDE5 are triadic colors.