COLOR #DCE1DC

HEX: #DCE1DC RGB: (220,225,220)

Color info

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

RGB color model

#DCE1DC color RGB value is (220,225,220).

RGB: (220,225,220) (86%, 88%, 86%)

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 220 of 255 = 86%

220
225
220

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

Portions of RGB colors in percentages

R + G + B = 220 + 225 + 220 = 665 (100%)
R 220 of 665 ~ 33.08%
G 225 of 665 ~ 33.83%
B 220 of 665 ~ 33.08'%

%33.08
%33.83
%33.08

CMYK color model

#DCE1DC color CMYK value is (2,0,2,12).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%

CMYK: (2,0,2,12)
C2M0Y2K12 (2%, 0%, 2%, 12%)
(0.02 / 0.00 / 0.02 / 0.12)

CMYK percentages

%2.22
%0
%2.22
%11.76

Codes

Color #DCE1DC in popluar color models

DC E1 DC
RGB 220 225 220
HSL 120° 7.69% 87.25%
HSB/HSV 120° 2.22% 88.24%
CMYK 2.22% 0.00% 2.22%
11.76%

Color #DCE1DC in popluar number systems.

HEX DC E1 DC
Decimal 220 225 220
Binary 11011100 11100001 11011100
Octal 334 341 334

Shades and tints

Shades of #DCE1DC

#DCE1DC
(220,225,220)
#C8CDC8
(200,205,200)
#B4B9B4
(180,185,180)
#A0A5A0
(160,165,160)
#8C918C
(140,145,140)
#787D78
(120,125,120)
#646964
(100,105,100)
#505550
(80,85,80)
#3C413C
(60,65,60)
#282D28
(40,45,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCE1DC

#DCE1DC
(220,225,220)
#DFE3DF
(223,227,223)
#E2E5E2
(226,229,226)
#E5E7E5
(229,231,229)
#E8E9E8
(232,233,232)
#EBEBEB
(235,235,235)
#EEEDEE
(238,237,238)
#F1EFF1
(241,239,241)
#F4F1F4
(244,241,244)
#F7F3F7
(247,243,247)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1DC; }

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

This text font color is #DCE1DC.

Background Color

.myBgColor { background-color: #DCE1DC; }

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

This div background color is #DCE1DC.

Border color

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

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

This div border color is #DCE1DC.

Opacity

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

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

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

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

This text has shadow with #DCE1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE1DC.

Preview

Color preview on black background

This text has color #DCE1DC on black background.


Color preview on white background

This text has color #DCE1DC on white background.


Black color preview on #DCE1DC background

This text has black color on #DCE1DC background.


White color preview on #DCE1DC background

This text has white color on #DCE1DC background.


Related colors

Complementary color

Complementary color for #hex is #231E23.


I love getcolorcode.com

Triadic colors

1 #DCDCE1 and #E1DCDC with #DCE1DC are triadic colors.

2 #DCE1DC and #E1DCDC with #DCE1DC are triadic colors.