COLOR #DDEEDA

HEX: #DDEEDA RGB: (221,238,218)

Color info

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

RGB color model

#DDEEDA color RGB value is (221,238,218).

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

RGB channels and saturation

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

221
238
218

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

Portions of RGB colors in percentages

R + G + B = 221 + 238 + 218 = 677 (100%)
R 221 of 677 ~ 32.64%
G 238 of 677 ~ 35.16%
B 218 of 677 ~ 32.2'%

%32.64
%35.16
%32.2

CMYK color model

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

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK: (7,0,8,7) C7M0Y8K7 (7%,0%,8%,7%) (0.07/0.00/0.08/0.07) 

CMYK percentages

%7.14
%0
%8.4
%6.67

Codes

Color #DDEEDA in popluar color models

DD EE DA
RGB 221 238 218
HSL 111° 37.04% 89.41%
HSB/HSV 111° 8.40% 93.33%
CMYK 7.14% 0.00% 8.40%
6.67%

Color #DDEEDA in popluar number systems.

HEX DD EE DA
Decimal 221 238 218
Binary 11011101 11101110 11011010
Octal 335 356 332

Shades and tints

Shades of #DDEEDA

#DDEEDA
(221,238,218)
#C9D9C7
(201,217,199)
#B5C4B4
(181,196,180)
#A1AFA1
(161,175,161)
#8D9A8E
(141,154,142)
#79857B
(121,133,123)
#657068
(101,112,104)
#515B55
(81,91,85)
#3D4642
(61,70,66)
#29312F
(41,49,47)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #DDEEDA

#DDEEDA
(221,238,218)
#E0EFDD
(224,239,221)
#E3F0E0
(227,240,224)
#E6F1E3
(230,241,227)
#E9F2E6
(233,242,230)
#ECF3E9
(236,243,233)
#EFF4EC
(239,244,236)
#F2F5EF
(242,245,239)
#F5F6F2
(245,246,242)
#F8F7F5
(248,247,245)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEEDA; }

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

This text font color is #DDEEDA.

Background Color

.myBgColor { background-color: #DDEEDA; }

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

This div background color is #DDEEDA.

Border color

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

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

This div border color is #DDEEDA.

Opacity

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

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

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

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

This text has shadow with #DDEEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEEDA.

Preview

Color preview on black background

This text has color #DDEEDA on black background.


Color preview on white background

This text has color #DDEEDA on white background.


Black color preview on #DDEEDA background

This text has black color on #DDEEDA background.


White color preview on #DDEEDA background

This text has white color on #DDEEDA background.


Related colors

Complementary color

Complementary color for #hex is #221125.


I love getcolorcode.com

Triadic colors

1 #DADDEE and #EEDADD with #DDEEDA are triadic colors.

2 #DAEEDD and #EEDDDA with #DDEEDA are triadic colors.