COLOR #DCEDD8

HEX: #DCEDD8
RGB: (220,237,216)

Color info

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

RGB color model

#DCEDD8 color RGB value is (220,237,216).

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

RGB channels and saturation

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

220
237
216

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

Portions of RGB colors in percentages

R + G + B =
220 + 237 + 216 = 673 (100%)
R 220 of 673 ~ 32.69%
G 237 of 673 ~ 35.22%
B 216 of 673 ~ 32.1%

%32.69
%35.22
%32.1

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 7.06%
CMYK:
(7,0,9,7)
C7M0Y9K7 
(7%,0%,9%,7%)
(0.07/0.00/0.09/0.07)	

CMYK percentages

%7.17
%0
%8.86
%7.06

Codes

Color #DCEDD8 in popluar color models

DCEDD8
RGB220237216
HSL109°36.84%88.82%
HSB/HSV109°8.86%92.94%
CMYK7.17%0.00%8.86%
7.06%

Color #DCEDD8 in popluar number systems.

HEXDCEDD8
Decimal220237216
Binary110111001110110111011000
Octal334355330

Shades and tints

Shades of #DCEDD8

#DCEDD8
(220,237,216)
#C8D8C5
(200,216,197)
#B4C3B2
(180,195,178)
#A0AE9F
(160,174,159)
#8C998C
(140,153,140)
#788479
(120,132,121)
#646F66
(100,111,102)
#505A53
(80,90,83)
#3C4540
(60,69,64)
#28302D
(40,48,45)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #DCEDD8

#DCEDD8
(220,237,216)
#DFEEDB
(223,238,219)
#E2EFDE
(226,239,222)
#E5F0E1
(229,240,225)
#E8F1E4
(232,241,228)
#EBF2E7
(235,242,231)
#EEF3EA
(238,243,234)
#F1F4ED
(241,244,237)
#F4F5F0
(244,245,240)
#F7F6F3
(247,246,243)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEDD8; }

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

This text font color is #DCEDD8.


Background Color

.myBgColor { background-color: #DCEDD8; }

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

This div background color is #DCEDD8.


Border color

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

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

This div border color is #DCEDD8.


Opacity

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

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

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

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

This text has shadow with #DCEDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEDD8 on black background.


Color preview on white background

This text has color #DCEDD8 on white background.



Black color preview on #DCEDD8 background

This text has black color on #DCEDD8 background.


White color preview on #DCEDD8 background

This text has white color on #DCEDD8 background.