COLOR #DDEED8

HEX: #DDEED8 RGB: (221,238,216)

Color info

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

RGB color model

#DDEED8 color RGB value is (221,238,216).

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

RGB channels and saturation

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

221
238
216

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

Portions of RGB colors in percentages

R + G + B = 221 + 238 + 216 = 675 (100%)
R 221 of 675 ~ 32.74%
G 238 of 675 ~ 35.26%
B 216 of 675 ~ 32'%

%32.74
%35.26
%32

CMYK color model

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

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 6.67%

CMYK: (7,0,9,7)
C7M0Y9K7 (7%, 0%, 9%, 7%)
(0.07 / 0.00 / 0.09 / 0.07)

CMYK percentages

%7.14
%0
%9.24
%6.67

Codes

Color #DDEED8 in popluar color models

DD EE D8
RGB 221 238 216
HSL 106° 39.29% 89.02%
HSB/HSV 106° 9.24% 93.33%
CMYK 7.14% 0.00% 9.24%
6.67%

Color #DDEED8 in popluar number systems.

HEX DD EE D8
Decimal 221 238 216
Binary 11011101 11101110 11011000
Octal 335 356 330

Shades and tints

Shades of #DDEED8

#DDEED8
(221,238,216)
#C9D9C5
(201,217,197)
#B5C4B2
(181,196,178)
#A1AF9F
(161,175,159)
#8D9A8C
(141,154,140)
#798579
(121,133,121)
#657066
(101,112,102)
#515B53
(81,91,83)
#3D4640
(61,70,64)
#29312D
(41,49,45)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #DDEED8

#DDEED8
(221,238,216)
#E0EFDB
(224,239,219)
#E3F0DE
(227,240,222)
#E6F1E1
(230,241,225)
#E9F2E4
(233,242,228)
#ECF3E7
(236,243,231)
#EFF4EA
(239,244,234)
#F2F5ED
(242,245,237)
#F5F6F0
(245,246,240)
#F8F7F3
(248,247,243)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEED8; }

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

This text font color is #DDEED8.

Background Color

.myBgColor { background-color: #DDEED8; }

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

This div background color is #DDEED8.

Border color

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

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

This div border color is #DDEED8.

Opacity

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

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

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

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

This text has shadow with #DDEED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEED8.

Preview

Color preview on black background

This text has color #DDEED8 on black background.


Color preview on white background

This text has color #DDEED8 on white background.


Black color preview on #DDEED8 background

This text has black color on #DDEED8 background.


White color preview on #DDEED8 background

This text has white color on #DDEED8 background.


Related colors

Complementary color

Complementary color for #hex is #221127.


I love getcolorcode.com

Triadic colors

1 #D8DDEE and #EED8DD with #DDEED8 are triadic colors.

2 #D8EEDD and #EEDDD8 with #DDEED8 are triadic colors.