COLOR #DCD4E5

HEX: #DCD4E5
RGB: (220,212,229)

Color info

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

RGB color model

#DCD4E5 color RGB value is (220,212,229).

  • red value is 220;
  • green value is 212;
  • blue value is 229.
RGB:
(220,212,229)
(86%,83%,90%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 229 of 255 = 90%

220
212
229

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

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 229 = 661 (100%)
R 220 of 661 ~ 33.28%
G 212 of 661 ~ 32.07%
B 229 of 661 ~ 34.64%

%33.28
%32.07
%34.64

CMYK color model

#DCD4E5 color CMYK value is (4,7,0,10).

  • cyan value is 3.93%
  • magenta value is 7.42%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(4,7,0,10)
C4M7Y0K10 
(4%,7%,0%,10%)
(0.04/0.07/0.00/0.10)	

CMYK percentages

%3.93
%7.42
%0
%10.2

Codes

Color #DCD4E5 in popluar color models

DCD4E5
RGB220212229
HSL268°24.64%86.47%
HSB/HSV268°7.42%89.80%
CMYK3.93%7.42%0.00%
10.20%

Color #DCD4E5 in popluar number systems.

HEXDCD4E5
Decimal220212229
Binary110111001101010011100101
Octal334324345

Shades and tints

Shades of #DCD4E5

#DCD4E5
(220,212,229)
#C8C1D1
(200,193,209)
#B4AEBD
(180,174,189)
#A09BA9
(160,155,169)
#8C8895
(140,136,149)
#787581
(120,117,129)
#64626D
(100,98,109)
#504F59
(80,79,89)
#3C3C45
(60,60,69)
#282931
(40,41,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #DCD4E5

#DCD4E5
(220,212,229)
#DFD7E7
(223,215,231)
#E2DAE9
(226,218,233)
#E5DDEB
(229,221,235)
#E8E0ED
(232,224,237)
#EBE3EF
(235,227,239)
#EEE6F1
(238,230,241)
#F1E9F3
(241,233,243)
#F4ECF5
(244,236,245)
#F7EFF7
(247,239,247)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD4E5; }

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

This text font color is #DCD4E5.


Background Color

.myBgColor { background-color: #DCD4E5; }

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

This div background color is #DCD4E5.


Border color

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

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

This div border color is #DCD4E5.


Opacity

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

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

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

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

This text has shadow with #DCD4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD4E5 on black background.


Color preview on white background

This text has color #DCD4E5 on white background.



Black color preview on #DCD4E5 background

This text has black color on #DCD4E5 background.


White color preview on #DCD4E5 background

This text has white color on #DCD4E5 background.