COLOR #DCEDD5

HEX: #DCEDD5 RGB: (220,237,213)

Color info

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

RGB color model

#DCEDD5 color RGB value is (220,237,213).

RGB: (220,237,213) (86%, 93%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 213 of 255 = 84%

220
237
213

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

Portions of RGB colors in percentages

R + G + B = 220 + 237 + 213 = 670 (100%)
R 220 of 670 ~ 32.84%
G 237 of 670 ~ 35.37%
B 213 of 670 ~ 31.79'%

%32.84
%35.37
%31.79

CMYK color model

#DCEDD5 color CMYK value is (7,0,10,7).

  • cyan value is 7.17%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK: (7,0,10,7) C7M0Y10K7 (7%,0%,10%,7%) (0.07/0.00/0.10/0.07) 

CMYK percentages

%7.17
%0
%10.13
%7.06

Codes

Color #DCEDD5 in popluar color models

DC ED D5
RGB 220 237 213
HSL 103° 40.00% 88.24%
HSB/HSV 103° 10.13% 92.94%
CMYK 7.17% 0.00% 10.13%
7.06%

Color #DCEDD5 in popluar number systems.

HEX DC ED D5
Decimal 220 237 213
Binary 11011100 11101101 11010101
Octal 334 355 325

Shades and tints

Shades of #DCEDD5

#DCEDD5
(220,237,213)
#C8D8C2
(200,216,194)
#B4C3AF
(180,195,175)
#A0AE9C
(160,174,156)
#8C9989
(140,153,137)
#788476
(120,132,118)
#646F63
(100,111,99)
#505A50
(80,90,80)
#3C453D
(60,69,61)
#28302A
(40,48,42)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #DCEDD5

#DCEDD5
(220,237,213)
#DFEED8
(223,238,216)
#E2EFDB
(226,239,219)
#E5F0DE
(229,240,222)
#E8F1E1
(232,241,225)
#EBF2E4
(235,242,228)
#EEF3E7
(238,243,231)
#F1F4EA
(241,244,234)
#F4F5ED
(244,245,237)
#F7F6F0
(247,246,240)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEDD5; }

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

This text font color is #DCEDD5.

Background Color

.myBgColor { background-color: #DCEDD5; }

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

This div background color is #DCEDD5.

Border color

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

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

This div border color is #DCEDD5.

Opacity

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

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

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

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

This text has shadow with #DCEDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEDD5.

Preview

Color preview on black background

This text has color #DCEDD5 on black background.


Color preview on white background

This text has color #DCEDD5 on white background.


Black color preview on #DCEDD5 background

This text has black color on #DCEDD5 background.


White color preview on #DCEDD5 background

This text has white color on #DCEDD5 background.


Related colors

Complementary color

Complementary color for #hex is #23122A.


I love getcolorcode.com

Triadic colors

1 #D5DCED and #EDD5DC with #DCEDD5 are triadic colors.

2 #D5EDDC and #EDDCD5 with #DCEDD5 are triadic colors.