COLOR #DCE5DA

HEX: #DCE5DA RGB: (220,229,218)

Color info

#DCE5DA contains red, green and blue colors in about the same proportion. Web safe color of #DCE5DA is #CCCCCC (or #CCC).

RGB color model

#DCE5DA color RGB value is (220,229,218).

RGB: (220,229,218) (86%, 90%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 218 of 255 = 85%

220
229
218

R + G + B ~ 87%. #DCE5DA is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 229 + 218 = 667 (100%)
R 220 of 667 ~ 32.98%
G 229 of 667 ~ 34.33%
B 218 of 667 ~ 32.68'%

%32.98
%34.33
%32.68

CMYK color model

#DCE5DA color CMYK value is (4,0,5,10).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 10.20%

CMYK: (4,0,5,10)
C4M0Y5K10 (4%, 0%, 5%, 10%)
(0.04 / 0.00 / 0.05 / 0.10)

CMYK percentages

%3.93
%0
%4.8
%10.2

Codes

Color #DCE5DA in popluar color models

DC E5 DA
RGB 220 229 218
HSL 109° 17.46% 87.65%
HSB/HSV 109° 4.80% 89.80%
CMYK 3.93% 0.00% 4.80%
10.20%

Color #DCE5DA in popluar number systems.

HEX DC E5 DA
Decimal 220 229 218
Binary 11011100 11100101 11011010
Octal 334 345 332

Shades and tints

Shades of #DCE5DA

#DCE5DA
(220,229,218)
#C8D1C7
(200,209,199)
#B4BDB4
(180,189,180)
#A0A9A1
(160,169,161)
#8C958E
(140,149,142)
#78817B
(120,129,123)
#646D68
(100,109,104)
#505955
(80,89,85)
#3C4542
(60,69,66)
#28312F
(40,49,47)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #DCE5DA

#DCE5DA
(220,229,218)
#DFE7DD
(223,231,221)
#E2E9E0
(226,233,224)
#E5EBE3
(229,235,227)
#E8EDE6
(232,237,230)
#EBEFE9
(235,239,233)
#EEF1EC
(238,241,236)
#F1F3EF
(241,243,239)
#F4F5F2
(244,245,242)
#F7F7F5
(247,247,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE5DA color. Also use rgb(220,229,218) instead hex code.

Text Font Color

.myTextColor { color: #DCE5DA; }

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

This text font color is #DCE5DA.

Background Color

.myBgColor { background-color: #DCE5DA; }

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

This div background color is #DCE5DA.

Border color

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

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

This div border color is #DCE5DA.

Opacity

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

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

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

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

This text has shadow with #DCE5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE5DA.

Preview

Color preview on black background

This text has color #DCE5DA on black background.


Color preview on white background

This text has color #DCE5DA on white background.


Black color preview on #DCE5DA background

This text has black color on #DCE5DA background.


White color preview on #DCE5DA background

This text has white color on #DCE5DA background.


Related colors

Complementary color

Complementary color for #hex is #231A25.


I love getcolorcode.com

Triadic colors

1 #DADCE5 and #E5DADC with #DCE5DA are triadic colors.

2 #DAE5DC and #E5DCDA with #DCE5DA are triadic colors.