COLOR #DCE1DE

HEX: #DCE1DE
RGB: (220,225,222)

Color info

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

RGB color model

#DCE1DE color RGB value is (220,225,222).

  • red value is 220;
  • green value is 225;
  • blue value is 222.
RGB:
(220,225,222)
(86%,88%,87%)

RGB channels and saturation

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

220
225
222

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

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 222 = 667 (100%)
R 220 of 667 ~ 32.98%
G 225 of 667 ~ 33.73%
B 222 of 667 ~ 33.28%

%32.98
%33.73
%33.28

CMYK color model

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

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(2,0,1,12)
C2M0Y1K12 
(2%,0%,1%,12%)
(0.02/0.00/0.01/0.12)	

CMYK percentages

%2.22
%0
%1.33
%11.76

Codes

Color #DCE1DE in popluar color models

DCE1DE
RGB220225222
HSL144°7.69%87.25%
HSB/HSV144°2.22%88.24%
CMYK2.22%0.00%1.33%
11.76%

Color #DCE1DE in popluar number systems.

HEXDCE1DE
Decimal220225222
Binary110111001110000111011110
Octal334341336

Shades and tints

Shades of #DCE1DE

#DCE1DE
(220,225,222)
#C8CDCA
(200,205,202)
#B4B9B6
(180,185,182)
#A0A5A2
(160,165,162)
#8C918E
(140,145,142)
#787D7A
(120,125,122)
#646966
(100,105,102)
#505552
(80,85,82)
#3C413E
(60,65,62)
#282D2A
(40,45,42)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #DCE1DE

#DCE1DE
(220,225,222)
#DFE3E1
(223,227,225)
#E2E5E4
(226,229,228)
#E5E7E7
(229,231,231)
#E8E9EA
(232,233,234)
#EBEBED
(235,235,237)
#EEEDF0
(238,237,240)
#F1EFF3
(241,239,243)
#F4F1F6
(244,241,246)
#F7F3F9
(247,243,249)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1DE; }

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

This text font color is #DCE1DE.


Background Color

.myBgColor { background-color: #DCE1DE; }

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

This div background color is #DCE1DE.


Border color

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

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

This div border color is #DCE1DE.


Opacity

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

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

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

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

This text has shadow with #DCE1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE1DE on black background.


Color preview on white background

This text has color #DCE1DE on white background.



Black color preview on #DCE1DE background

This text has black color on #DCE1DE background.


White color preview on #DCE1DE background

This text has white color on #DCE1DE background.