COLOR #DCD6EC

HEX: #DCD6EC
RGB: (220,214,236)

Color info

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

RGB color model

#DCD6EC color RGB value is (220,214,236).

  • red value is 220;
  • green value is 214;
  • blue value is 236.
RGB:
(220,214,236)
(86%,84%,93%)

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 236 of 255 = 93%

220
214
236

R + G + B ~ 88%. #DCD6EC is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 236 = 670 (100%)
R 220 of 670 ~ 32.84%
G 214 of 670 ~ 31.94%
B 236 of 670 ~ 35.22%

%32.84
%31.94
%35.22

CMYK color model

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

  • cyan value is 6.78%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,9,0,7)
C7M9Y0K7 
(7%,9%,0%,7%)
(0.07/0.09/0.00/0.07)	

CMYK percentages

%6.78
%9.32
%0
%7.45

Codes

Color #DCD6EC in popluar color models

DCD6EC
RGB220214236
HSL256°36.67%88.24%
HSB/HSV256°9.32%92.55%
CMYK6.78%9.32%0.00%
7.45%

Color #DCD6EC in popluar number systems.

HEXDCD6EC
Decimal220214236
Binary110111001101011011101100
Octal334326354

Shades and tints

Shades of #DCD6EC

#DCD6EC
(220,214,236)
#C8C3D7
(200,195,215)
#B4B0C2
(180,176,194)
#A09DAD
(160,157,173)
#8C8A98
(140,138,152)
#787783
(120,119,131)
#64646E
(100,100,110)
#505159
(80,81,89)
#3C3E44
(60,62,68)
#282B2F
(40,43,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #DCD6EC

#DCD6EC
(220,214,236)
#DFD9ED
(223,217,237)
#E2DCEE
(226,220,238)
#E5DFEF
(229,223,239)
#E8E2F0
(232,226,240)
#EBE5F1
(235,229,241)
#EEE8F2
(238,232,242)
#F1EBF3
(241,235,243)
#F4EEF4
(244,238,244)
#F7F1F5
(247,241,245)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD6EC; }

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

This text font color is #DCD6EC.


Background Color

.myBgColor { background-color: #DCD6EC; }

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

This div background color is #DCD6EC.


Border color

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

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

This div border color is #DCD6EC.


Opacity

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

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

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

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

This text has shadow with #DCD6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD6EC on black background.


Color preview on white background

This text has color #DCD6EC on white background.



Black color preview on #DCD6EC background

This text has black color on #DCD6EC background.


White color preview on #DCD6EC background

This text has white color on #DCD6EC background.