COLOR #DCEDD9

HEX: #DCEDD9
RGB: (220,237,217)

Color info

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

RGB color model

#DCEDD9 color RGB value is (220,237,217).

  • red value is 220;
  • green value is 237;
  • blue value is 217.
RGB:
(220,237,217)
(86%,93%,85%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 217 of 255 = 85%

220
237
217

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

Portions of RGB colors in percentages

R + G + B =
220 + 237 + 217 = 674 (100%)
R 220 of 674 ~ 32.64%
G 237 of 674 ~ 35.16%
B 217 of 674 ~ 32.2%

%32.64
%35.16
%32.2

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 8.44%
  • key color value is 7.06%
CMYK:
(7,0,8,7)
C7M0Y8K7 
(7%,0%,8%,7%)
(0.07/0.00/0.08/0.07)	

CMYK percentages

%7.17
%0
%8.44
%7.06

Codes

Color #DCEDD9 in popluar color models

DCEDD9
RGB220237217
HSL111°35.71%89.02%
HSB/HSV111°8.44%92.94%
CMYK7.17%0.00%8.44%
7.06%

Color #DCEDD9 in popluar number systems.

HEXDCEDD9
Decimal220237217
Binary110111001110110111011001
Octal334355331

Shades and tints

Shades of #DCEDD9

#DCEDD9
(220,237,217)
#C8D8C6
(200,216,198)
#B4C3B3
(180,195,179)
#A0AEA0
(160,174,160)
#8C998D
(140,153,141)
#78847A
(120,132,122)
#646F67
(100,111,103)
#505A54
(80,90,84)
#3C4541
(60,69,65)
#28302E
(40,48,46)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #DCEDD9

#DCEDD9
(220,237,217)
#DFEEDC
(223,238,220)
#E2EFDF
(226,239,223)
#E5F0E2
(229,240,226)
#E8F1E5
(232,241,229)
#EBF2E8
(235,242,232)
#EEF3EB
(238,243,235)
#F1F4EE
(241,244,238)
#F4F5F1
(244,245,241)
#F7F6F4
(247,246,244)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEDD9 color. Also use rgb(220,237,217) instead hex code.

Text Font Color

.myTextColor { color: #DCEDD9; }

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

This text font color is #DCEDD9.


Background Color

.myBgColor { background-color: #DCEDD9; }

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

This div background color is #DCEDD9.


Border color

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

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

This div border color is #DCEDD9.


Opacity

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

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

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

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

This text has shadow with #DCEDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEDD9 on black background.


Color preview on white background

This text has color #DCEDD9 on white background.



Black color preview on #DCEDD9 background

This text has black color on #DCEDD9 background.


White color preview on #DCEDD9 background

This text has white color on #DCEDD9 background.