COLOR #DCD8E5

HEX: #DCD8E5
RGB: (220,216,229)

Color info

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

RGB color model

#DCD8E5 color RGB value is (220,216,229).

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

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 229 of 255 = 90%

220
216
229

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

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 229 = 665 (100%)
R 220 of 665 ~ 33.08%
G 216 of 665 ~ 32.48%
B 229 of 665 ~ 34.44%

%33.08
%32.48
%34.44

CMYK color model

#DCD8E5 color CMYK value is (4,6,0,10).

  • cyan value is 3.93%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(4,6,0,10)
C4M6Y0K10 
(4%,6%,0%,10%)
(0.04/0.06/0.00/0.10)	

CMYK percentages

%3.93
%5.68
%0
%10.2

Codes

Color #DCD8E5 in popluar color models

DCD8E5
RGB220216229
HSL258°20.00%87.25%
HSB/HSV258°5.68%89.80%
CMYK3.93%5.68%0.00%
10.20%

Color #DCD8E5 in popluar number systems.

HEXDCD8E5
Decimal220216229
Binary110111001101100011100101
Octal334330345

Shades and tints

Shades of #DCD8E5

#DCD8E5
(220,216,229)
#C8C5D1
(200,197,209)
#B4B2BD
(180,178,189)
#A09FA9
(160,159,169)
#8C8C95
(140,140,149)
#787981
(120,121,129)
#64666D
(100,102,109)
#505359
(80,83,89)
#3C4045
(60,64,69)
#282D31
(40,45,49)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #DCD8E5

#DCD8E5
(220,216,229)
#DFDBE7
(223,219,231)
#E2DEE9
(226,222,233)
#E5E1EB
(229,225,235)
#E8E4ED
(232,228,237)
#EBE7EF
(235,231,239)
#EEEAF1
(238,234,241)
#F1EDF3
(241,237,243)
#F4F0F5
(244,240,245)
#F7F3F7
(247,243,247)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8E5; }

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

This text font color is #DCD8E5.


Background Color

.myBgColor { background-color: #DCD8E5; }

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

This div background color is #DCD8E5.


Border color

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

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

This div border color is #DCD8E5.


Opacity

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

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

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

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

This text has shadow with #DCD8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8E5 on black background.


Color preview on white background

This text has color #DCD8E5 on white background.



Black color preview on #DCD8E5 background

This text has black color on #DCD8E5 background.


White color preview on #DCD8E5 background

This text has white color on #DCD8E5 background.