COLOR #DDEDD8

HEX: #DDEDD8 RGB: (221,237,216)

Color info

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

RGB color model

#DDEDD8 color RGB value is (221,237,216).

RGB: (221,237,216) (87%, 93%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 216 of 255 = 85%

221
237
216

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

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 216 = 674 (100%)
R 221 of 674 ~ 32.79%
G 237 of 674 ~ 35.16%
B 216 of 674 ~ 32.05'%

%32.79
%35.16
%32.05

CMYK color model

#DDEDD8 color CMYK value is (7,0,9,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK: (7,0,9,7) C7M0Y9K7 (7%,0%,9%,7%) (0.07/0.00/0.09/0.07) 

CMYK percentages

%6.75
%0
%8.86
%7.06

Codes

Color #DDEDD8 in popluar color models

DD ED D8
RGB 221 237 216
HSL 106° 36.84% 88.82%
HSB/HSV 106° 8.86% 92.94%
CMYK 6.75% 0.00% 8.86%
7.06%

Color #DDEDD8 in popluar number systems.

HEX DD ED D8
Decimal 221 237 216
Binary 11011101 11101101 11011000
Octal 335 355 330

Shades and tints

Shades of #DDEDD8

#DDEDD8
(221,237,216)
#C9D8C5
(201,216,197)
#B5C3B2
(181,195,178)
#A1AE9F
(161,174,159)
#8D998C
(141,153,140)
#798479
(121,132,121)
#656F66
(101,111,102)
#515A53
(81,90,83)
#3D4540
(61,69,64)
#29302D
(41,48,45)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #DDEDD8

#DDEDD8
(221,237,216)
#E0EEDB
(224,238,219)
#E3EFDE
(227,239,222)
#E6F0E1
(230,240,225)
#E9F1E4
(233,241,228)
#ECF2E7
(236,242,231)
#EFF3EA
(239,243,234)
#F2F4ED
(242,244,237)
#F5F5F0
(245,245,240)
#F8F6F3
(248,246,243)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEDD8; }

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

This text font color is #DDEDD8.

Background Color

.myBgColor { background-color: #DDEDD8; }

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

This div background color is #DDEDD8.

Border color

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

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

This div border color is #DDEDD8.

Opacity

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

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

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

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

This text has shadow with #DDEDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEDD8.

Preview

Color preview on black background

This text has color #DDEDD8 on black background.


Color preview on white background

This text has color #DDEDD8 on white background.


Black color preview on #DDEDD8 background

This text has black color on #DDEDD8 background.


White color preview on #DDEDD8 background

This text has white color on #DDEDD8 background.


Related colors

Complementary color

Complementary color for #hex is #221227.


I love getcolorcode.com

Triadic colors

1 #D8DDED and #EDD8DD with #DDEDD8 are triadic colors.

2 #D8EDDD and #EDDDD8 with #DDEDD8 are triadic colors.