COLOR #DCE1DD

HEX: #DCE1DD
RGB: (220,225,221)

Color info

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

RGB color model

#DCE1DD color RGB value is (220,225,221).

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

RGB channels and saturation

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

220
225
221

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

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 221 = 666 (100%)
R 220 of 666 ~ 33.03%
G 225 of 666 ~ 33.78%
B 221 of 666 ~ 33.18%

%33.03
%33.78
%33.18

CMYK color model

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

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • 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
%1.78
%11.76

Codes

Color #DCE1DD in popluar color models

DCE1DD
RGB220225221
HSL132°7.69%87.25%
HSB/HSV132°2.22%88.24%
CMYK2.22%0.00%1.78%
11.76%

Color #DCE1DD in popluar number systems.

HEXDCE1DD
Decimal220225221
Binary110111001110000111011101
Octal334341335

Shades and tints

Shades of #DCE1DD

#DCE1DD
(220,225,221)
#C8CDC9
(200,205,201)
#B4B9B5
(180,185,181)
#A0A5A1
(160,165,161)
#8C918D
(140,145,141)
#787D79
(120,125,121)
#646965
(100,105,101)
#505551
(80,85,81)
#3C413D
(60,65,61)
#282D29
(40,45,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCE1DD

#DCE1DD
(220,225,221)
#DFE3E0
(223,227,224)
#E2E5E3
(226,229,227)
#E5E7E6
(229,231,230)
#E8E9E9
(232,233,233)
#EBEBEC
(235,235,236)
#EEEDEF
(238,237,239)
#F1EFF2
(241,239,242)
#F4F1F5
(244,241,245)
#F7F3F8
(247,243,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1DD; }

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

This text font color is #DCE1DD.


Background Color

.myBgColor { background-color: #DCE1DD; }

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

This div background color is #DCE1DD.


Border color

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

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

This div border color is #DCE1DD.


Opacity

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

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

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

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

This text has shadow with #DCE1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE1DD on black background.


Color preview on white background

This text has color #DCE1DD on white background.



Black color preview on #DCE1DD background

This text has black color on #DCE1DD background.


White color preview on #DCE1DD background

This text has white color on #DCE1DD background.