COLOR #DCD5E0

HEX: #DCD5E0 RGB: (220,213,224)

Color info

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

RGB color model

#DCD5E0 color RGB value is (220,213,224).

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

RGB channels and saturation

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

220
213
224

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

Portions of RGB colors in percentages

R + G + B = 220 + 213 + 224 = 657 (100%)
R 220 of 657 ~ 33.49%
G 213 of 657 ~ 32.42%
B 224 of 657 ~ 34.09'%

%33.49
%32.42
%34.09

CMYK color model

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

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

CMYK: (2,5,0,12)
C2M5Y0K12 (2%, 5%, 0%, 12%)
(0.02 / 0.05 / 0.00 / 0.12)

CMYK percentages

%1.79
%4.91
%0
%12.16

Codes

Color #DCD5E0 in popluar color models

DC D5 E0
RGB 220 213 224
HSL 278° 15.07% 85.69%
HSB/HSV 278° 4.91% 87.84%
CMYK 1.79% 4.91% 0.00%
12.16%

Color #DCD5E0 in popluar number systems.

HEX DC D5 E0
Decimal 220 213 224
Binary 11011100 11010101 11100000
Octal 334 325 340

Shades and tints

Shades of #DCD5E0

#DCD5E0
(220,213,224)
#C8C2CC
(200,194,204)
#B4AFB8
(180,175,184)
#A09CA4
(160,156,164)
#8C8990
(140,137,144)
#78767C
(120,118,124)
#646368
(100,99,104)
#505054
(80,80,84)
#3C3D40
(60,61,64)
#282A2C
(40,42,44)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #DCD5E0

#DCD5E0
(220,213,224)
#DFD8E2
(223,216,226)
#E2DBE4
(226,219,228)
#E5DEE6
(229,222,230)
#E8E1E8
(232,225,232)
#EBE4EA
(235,228,234)
#EEE7EC
(238,231,236)
#F1EAEE
(241,234,238)
#F4EDF0
(244,237,240)
#F7F0F2
(247,240,242)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5E0; }

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

This text font color is #DCD5E0.

Background Color

.myBgColor { background-color: #DCD5E0; }

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

This div background color is #DCD5E0.

Border color

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

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

This div border color is #DCD5E0.

Opacity

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

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

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

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

This text has shadow with #DCD5E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD5E0.

Preview

Color preview on black background

This text has color #DCD5E0 on black background.


Color preview on white background

This text has color #DCD5E0 on white background.


Black color preview on #DCD5E0 background

This text has black color on #DCD5E0 background.


White color preview on #DCD5E0 background

This text has white color on #DCD5E0 background.


Related colors

Complementary color

Complementary color for #hex is #232A1F.


I love getcolorcode.com

Triadic colors

1 #E0DCD5 and #D5E0DC with #DCD5E0 are triadic colors.

2 #E0D5DC and #D5DCE0 with #DCD5E0 are triadic colors.