COLOR #DCE9DD

HEX: #DCE9DD RGB: (220,233,221)

Color info

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

RGB color model

#DCE9DD color RGB value is (220,233,221).

RGB: (220,233,221) (86%, 91%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 221 of 255 = 87%

220
233
221

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

Portions of RGB colors in percentages

R + G + B = 220 + 233 + 221 = 674 (100%)
R 220 of 674 ~ 32.64%
G 233 of 674 ~ 34.57%
B 221 of 674 ~ 32.79'%

%32.64
%34.57
%32.79

CMYK color model

#DCE9DD color CMYK value is (6,0,5,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (6,0,5,9)
C6M0Y5K9 (6%, 0%, 5%, 9%)
(0.06 / 0.00 / 0.05 / 0.09)

CMYK percentages

%5.58
%0
%5.15
%8.63

Codes

Color #DCE9DD in popluar color models

DC E9 DD
RGB 220 233 221
HSL 125° 22.81% 88.82%
HSB/HSV 125° 5.58% 91.37%
CMYK 5.58% 0.00% 5.15%
8.63%

Color #DCE9DD in popluar number systems.

HEX DC E9 DD
Decimal 220 233 221
Binary 11011100 11101001 11011101
Octal 334 351 335

Shades and tints

Shades of #DCE9DD

#DCE9DD
(220,233,221)
#C8D4C9
(200,212,201)
#B4BFB5
(180,191,181)
#A0AAA1
(160,170,161)
#8C958D
(140,149,141)
#788079
(120,128,121)
#646B65
(100,107,101)
#505651
(80,86,81)
#3C413D
(60,65,61)
#282C29
(40,44,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCE9DD

#DCE9DD
(220,233,221)
#DFEBE0
(223,235,224)
#E2EDE3
(226,237,227)
#E5EFE6
(229,239,230)
#E8F1E9
(232,241,233)
#EBF3EC
(235,243,236)
#EEF5EF
(238,245,239)
#F1F7F2
(241,247,242)
#F4F9F5
(244,249,245)
#F7FBF8
(247,251,248)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE9DD color. Also use rgb(220,233,221) instead hex code.

Text Font Color

.myTextColor { color: #DCE9DD; }

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

This text font color is #DCE9DD.

Background Color

.myBgColor { background-color: #DCE9DD; }

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

This div background color is #DCE9DD.

Border color

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

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

This div border color is #DCE9DD.

Opacity

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

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

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

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

This text has shadow with #DCE9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE9DD.

Preview

Color preview on black background

This text has color #DCE9DD on black background.


Color preview on white background

This text has color #DCE9DD on white background.


Black color preview on #DCE9DD background

This text has black color on #DCE9DD background.


White color preview on #DCE9DD background

This text has white color on #DCE9DD background.


Related colors

Complementary color

Complementary color for #hex is #231622.


I love getcolorcode.com

Triadic colors

1 #DDDCE9 and #E9DDDC with #DCE9DD are triadic colors.

2 #DDE9DC and #E9DCDD with #DCE9DD are triadic colors.