COLOR #DCE4DE

HEX: #DCE4DE
RGB: (220,228,222)

Color info

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

RGB color model

#DCE4DE color RGB value is (220,228,222).

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

RGB channels and saturation

R 220 of 255 = 86%
G 228 of 255 = 89%
B 222 of 255 = 87%

220
228
222

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

Portions of RGB colors in percentages

R + G + B =
220 + 228 + 222 = 670 (100%)
R 220 of 670 ~ 32.84%
G 228 of 670 ~ 34.03%
B 222 of 670 ~ 33.13%

%32.84
%34.03
%33.13

CMYK color model

#DCE4DE color CMYK value is (4,0,3,11).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(4,0,3,11)
C4M0Y3K11 
(4%,0%,3%,11%)
(0.04/0.00/0.03/0.11)	

CMYK percentages

%3.51
%0
%2.63
%10.59

Codes

Color #DCE4DE in popluar color models

DCE4DE
RGB220228222
HSL135°12.90%87.84%
HSB/HSV135°3.51%89.41%
CMYK3.51%0.00%2.63%
10.59%

Color #DCE4DE in popluar number systems.

HEXDCE4DE
Decimal220228222
Binary110111001110010011011110
Octal334344336

Shades and tints

Shades of #DCE4DE

#DCE4DE
(220,228,222)
#C8D0CA
(200,208,202)
#B4BCB6
(180,188,182)
#A0A8A2
(160,168,162)
#8C948E
(140,148,142)
#78807A
(120,128,122)
#646C66
(100,108,102)
#505852
(80,88,82)
#3C443E
(60,68,62)
#28302A
(40,48,42)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #DCE4DE

#DCE4DE
(220,228,222)
#DFE6E1
(223,230,225)
#E2E8E4
(226,232,228)
#E5EAE7
(229,234,231)
#E8ECEA
(232,236,234)
#EBEEED
(235,238,237)
#EEF0F0
(238,240,240)
#F1F2F3
(241,242,243)
#F4F4F6
(244,244,246)
#F7F6F9
(247,246,249)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE4DE; }

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

This text font color is #DCE4DE.


Background Color

.myBgColor { background-color: #DCE4DE; }

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

This div background color is #DCE4DE.


Border color

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

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

This div border color is #DCE4DE.


Opacity

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

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

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

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

This text has shadow with #DCE4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE4DE on black background.


Color preview on white background

This text has color #DCE4DE on white background.



Black color preview on #DCE4DE background

This text has black color on #DCE4DE background.


White color preview on #DCE4DE background

This text has white color on #DCE4DE background.