COLOR #DCD7E7

HEX: #DCD7E7 RGB: (220,215,231)

Color info

#DCD7E7 contains red, green and blue colors in about the same proportion. Web safe color of #DCD7E7 is #CCCCFF (or #CCF).

RGB color model

#DCD7E7 color RGB value is (220,215,231).

RGB: (220,215,231) (86%, 84%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 231 of 255 = 91%

220
215
231

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

Portions of RGB colors in percentages

R + G + B = 220 + 215 + 231 = 666 (100%)
R 220 of 666 ~ 33.03%
G 215 of 666 ~ 32.28%
B 231 of 666 ~ 34.68'%

%33.03
%32.28
%34.68

CMYK color model

#DCD7E7 color CMYK value is (5,7,0,9).

  • cyan value is 4.76%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (5,7,0,9) C5M7Y0K9 (5%,7%,0%,9%) (0.05/0.07/0.00/0.09) 

CMYK percentages

%4.76
%6.93
%0
%9.41

Codes

Color #DCD7E7 in popluar color models

DC D7 E7
RGB 220 215 231
HSL 259° 25.00% 87.45%
HSB/HSV 259° 6.93% 90.59%
CMYK 4.76% 6.93% 0.00%
9.41%

Color #DCD7E7 in popluar number systems.

HEX DC D7 E7
Decimal 220 215 231
Binary 11011100 11010111 11100111
Octal 334 327 347

Shades and tints

Shades of #DCD7E7

#DCD7E7
(220,215,231)
#C8C4D2
(200,196,210)
#B4B1BD
(180,177,189)
#A09EA8
(160,158,168)
#8C8B93
(140,139,147)
#78787E
(120,120,126)
#646569
(100,101,105)
#505254
(80,82,84)
#3C3F3F
(60,63,63)
#282C2A
(40,44,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCD7E7

#DCD7E7
(220,215,231)
#DFDAE9
(223,218,233)
#E2DDEB
(226,221,235)
#E5E0ED
(229,224,237)
#E8E3EF
(232,227,239)
#EBE6F1
(235,230,241)
#EEE9F3
(238,233,243)
#F1ECF5
(241,236,245)
#F4EFF7
(244,239,247)
#F7F2F9
(247,242,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD7E7; }

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

This text font color is #DCD7E7.

Background Color

.myBgColor { background-color: #DCD7E7; }

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

This div background color is #DCD7E7.

Border color

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

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

This div border color is #DCD7E7.

Opacity

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

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

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

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

This text has shadow with #DCD7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD7E7.

Preview

Color preview on black background

This text has color #DCD7E7 on black background.


Color preview on white background

This text has color #DCD7E7 on white background.


Black color preview on #DCD7E7 background

This text has black color on #DCD7E7 background.


White color preview on #DCD7E7 background

This text has white color on #DCD7E7 background.


Related colors

Complementary color

Complementary color for #hex is #232818.


I love getcolorcode.com

Triadic colors

1 #E7DCD7 and #D7E7DC with #DCD7E7 are triadic colors.

2 #E7D7DC and #D7DCE7 with #DCD7E7 are triadic colors.