COLOR #DCDCE0

HEX: #DCDCE0 RGB: (220,220,224)

Color info

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

RGB color model

#DCDCE0 color RGB value is (220,220,224).

RGB: (220,220,224) (86%, 86%, 88%)

RGB channels and saturation

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

220
220
224

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

Portions of RGB colors in percentages

R + G + B = 220 + 220 + 224 = 664 (100%)
R 220 of 664 ~ 33.13%
G 220 of 664 ~ 33.13%
B 224 of 664 ~ 33.73'%

%33.13
%33.13
%33.73

CMYK color model

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

  • cyan value is 1.79%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (2,2,0,12)
C2M2Y0K12 (2%, 2%, 0%, 12%)
(0.02 / 0.02 / 0.00 / 0.12)

CMYK percentages

%1.79
%1.79
%0
%12.16

Codes

Color #DCDCE0 in popluar color models

DC DC E0
RGB 220 220 224
HSL 240° 6.06% 87.06%
HSB/HSV 240° 1.79% 87.84%
CMYK 1.79% 1.79% 0.00%
12.16%

Color #DCDCE0 in popluar number systems.

HEX DC DC E0
Decimal 220 220 224
Binary 11011100 11011100 11100000
Octal 334 334 340

Shades and tints

Shades of #DCDCE0

#DCDCE0
(220,220,224)
#C8C8CC
(200,200,204)
#B4B4B8
(180,180,184)
#A0A0A4
(160,160,164)
#8C8C90
(140,140,144)
#78787C
(120,120,124)
#646468
(100,100,104)
#505054
(80,80,84)
#3C3C40
(60,60,64)
#28282C
(40,40,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #DCDCE0

#DCDCE0
(220,220,224)
#DFDFE2
(223,223,226)
#E2E2E4
(226,226,228)
#E5E5E6
(229,229,230)
#E8E8E8
(232,232,232)
#EBEBEA
(235,235,234)
#EEEEEC
(238,238,236)
#F1F1EE
(241,241,238)
#F4F4F0
(244,244,240)
#F7F7F2
(247,247,242)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCE0; }

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

This text font color is #DCDCE0.

Background Color

.myBgColor { background-color: #DCDCE0; }

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

This div background color is #DCDCE0.

Border color

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

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

This div border color is #DCDCE0.

Opacity

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

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

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

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

This text has shadow with #DCDCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDCE0.

Preview

Color preview on black background

This text has color #DCDCE0 on black background.


Color preview on white background

This text has color #DCDCE0 on white background.


Black color preview on #DCDCE0 background

This text has black color on #DCDCE0 background.


White color preview on #DCDCE0 background

This text has white color on #DCDCE0 background.


Related colors

Complementary color

Complementary color for #hex is #23231F.


I love getcolorcode.com