COLOR #DCDDE4

HEX: #DCDDE4
RGB: (220,221,228)

Color info

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

RGB color model

#DCDDE4 color RGB value is (220,221,228).

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

RGB channels and saturation

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

220
221
228

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

Portions of RGB colors in percentages

R + G + B =
220 + 221 + 228 = 669 (100%)
R 220 of 669 ~ 32.88%
G 221 of 669 ~ 33.03%
B 228 of 669 ~ 34.08%

%32.88
%33.03
%34.08

CMYK color model

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

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

CMYK percentages

%3.51
%3.07
%0
%10.59

Codes

Color #DCDDE4 in popluar color models

DCDDE4
RGB220221228
HSL233°12.90%87.84%
HSB/HSV233°3.51%89.41%
CMYK3.51%3.07%0.00%
10.59%

Color #DCDDE4 in popluar number systems.

HEXDCDDE4
Decimal220221228
Binary110111001101110111100100
Octal334335344

Shades and tints

Shades of #DCDDE4

#DCDDE4
(220,221,228)
#C8C9D0
(200,201,208)
#B4B5BC
(180,181,188)
#A0A1A8
(160,161,168)
#8C8D94
(140,141,148)
#787980
(120,121,128)
#64656C
(100,101,108)
#505158
(80,81,88)
#3C3D44
(60,61,68)
#282930
(40,41,48)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #DCDDE4

#DCDDE4
(220,221,228)
#DFE0E6
(223,224,230)
#E2E3E8
(226,227,232)
#E5E6EA
(229,230,234)
#E8E9EC
(232,233,236)
#EBECEE
(235,236,238)
#EEEFF0
(238,239,240)
#F1F2F2
(241,242,242)
#F4F5F4
(244,245,244)
#F7F8F6
(247,248,246)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDE4; }

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

This text font color is #DCDDE4.


Background Color

.myBgColor { background-color: #DCDDE4; }

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

This div background color is #DCDDE4.


Border color

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

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

This div border color is #DCDDE4.


Opacity

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

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

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

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

This text has shadow with #DCDDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDDE4 on black background.


Color preview on white background

This text has color #DCDDE4 on white background.



Black color preview on #DCDDE4 background

This text has black color on #DCDDE4 background.


White color preview on #DCDDE4 background

This text has white color on #DCDDE4 background.