COLOR #DDEEDE

HEX: #DDEEDE RGB: (221,238,222)

Color info

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

RGB color model

#DDEEDE color RGB value is (221,238,222).

RGB: (221,238,222) (87%, 93%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 222 of 255 = 87%

221
238
222

R + G + B ~ 89%. #DDEEDE is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 238 + 222 = 681 (100%)
R 221 of 681 ~ 32.45%
G 238 of 681 ~ 34.95%
B 222 of 681 ~ 32.6'%

%32.45
%34.95
%32.6

CMYK color model

#DDEEDE color CMYK value is (7,0,7,7).

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

CMYK: (7,0,7,7)
C7M0Y7K7 (7%, 0%, 7%, 7%)
(0.07 / 0.00 / 0.07 / 0.07)

CMYK percentages

%7.14
%0
%6.72
%6.67

Codes

Color #DDEEDE in popluar color models

DD EE DE
RGB 221 238 222
HSL 124° 33.33% 90.00%
HSB/HSV 124° 7.14% 93.33%
CMYK 7.14% 0.00% 6.72%
6.67%

Color #DDEEDE in popluar number systems.

HEX DD EE DE
Decimal 221 238 222
Binary 11011101 11101110 11011110
Octal 335 356 336

Shades and tints

Shades of #DDEEDE

#DDEEDE
(221,238,222)
#C9D9CA
(201,217,202)
#B5C4B6
(181,196,182)
#A1AFA2
(161,175,162)
#8D9A8E
(141,154,142)
#79857A
(121,133,122)
#657066
(101,112,102)
#515B52
(81,91,82)
#3D463E
(61,70,62)
#29312A
(41,49,42)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #DDEEDE

#DDEEDE
(221,238,222)
#E0EFE1
(224,239,225)
#E3F0E4
(227,240,228)
#E6F1E7
(230,241,231)
#E9F2EA
(233,242,234)
#ECF3ED
(236,243,237)
#EFF4F0
(239,244,240)
#F2F5F3
(242,245,243)
#F5F6F6
(245,246,246)
#F8F7F9
(248,247,249)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEEDE; }

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

This text font color is #DDEEDE.

Background Color

.myBgColor { background-color: #DDEEDE; }

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

This div background color is #DDEEDE.

Border color

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

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

This div border color is #DDEEDE.

Opacity

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

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

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

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

This text has shadow with #DDEEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEEDE.

Preview

Color preview on black background

This text has color #DDEEDE on black background.


Color preview on white background

This text has color #DDEEDE on white background.


Black color preview on #DDEEDE background

This text has black color on #DDEEDE background.


White color preview on #DDEEDE background

This text has white color on #DDEEDE background.


Related colors

Complementary color

Complementary color for #hex is #221121.


I love getcolorcode.com

Triadic colors

1 #DEDDEE and #EEDEDD with #DDEEDE are triadic colors.

2 #DEEEDD and #EEDDDE with #DDEEDE are triadic colors.