COLOR #DCDAE0

HEX: #DCDAE0
RGB: (220,218,224)

Color info

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

RGB color model

#DCDAE0 color RGB value is (220,218,224).

  • red value is 220;
  • green value is 218;
  • blue value is 224.
RGB:
(220,218,224)
(86%,85%,88%)

RGB channels and saturation

R 220 of 255 = 86%
G 218 of 255 = 85%
B 224 of 255 = 88%

220
218
224

R + G + B ~ 86%. #DCDAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 218 + 224 = 662 (100%)
R 220 of 662 ~ 33.23%
G 218 of 662 ~ 32.93%
B 224 of 662 ~ 33.84%

%33.23
%32.93
%33.84

CMYK color model

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

  • cyan value is 1.79%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,3,0,12)
C2M3Y0K12 
(2%,3%,0%,12%)
(0.02/0.03/0.00/0.12)	

CMYK percentages

%1.79
%2.68
%0
%12.16

Codes

Color #DCDAE0 in popluar color models

DCDAE0
RGB220218224
HSL260°8.82%86.67%
HSB/HSV260°2.68%87.84%
CMYK1.79%2.68%0.00%
12.16%

Color #DCDAE0 in popluar number systems.

HEXDCDAE0
Decimal220218224
Binary110111001101101011100000
Octal334332340

Shades and tints

Shades of #DCDAE0

#DCDAE0
(220,218,224)
#C8C7CC
(200,199,204)
#B4B4B8
(180,180,184)
#A0A1A4
(160,161,164)
#8C8E90
(140,142,144)
#787B7C
(120,123,124)
#646868
(100,104,104)
#505554
(80,85,84)
#3C4240
(60,66,64)
#282F2C
(40,47,44)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #DCDAE0

#DCDAE0
(220,218,224)
#DFDDE2
(223,221,226)
#E2E0E4
(226,224,228)
#E5E3E6
(229,227,230)
#E8E6E8
(232,230,232)
#EBE9EA
(235,233,234)
#EEECEC
(238,236,236)
#F1EFEE
(241,239,238)
#F4F2F0
(244,242,240)
#F7F5F2
(247,245,242)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDAE0; }

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

This text font color is #DCDAE0.


Background Color

.myBgColor { background-color: #DCDAE0; }

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

This div background color is #DCDAE0.


Border color

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

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

This div border color is #DCDAE0.


Opacity

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

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

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

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

This text has shadow with #DCDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDAE0 on black background.


Color preview on white background

This text has color #DCDAE0 on white background.



Black color preview on #DCDAE0 background

This text has black color on #DCDAE0 background.


White color preview on #DCDAE0 background

This text has white color on #DCDAE0 background.