COLOR #DCD6EF

HEX: #DCD6EF
RGB: (220,214,239)

Color info

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

RGB color model

#DCD6EF color RGB value is (220,214,239).

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

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 239 of 255 = 94%

220
214
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 239 = 673 (100%)
R 220 of 673 ~ 32.69%
G 214 of 673 ~ 31.8%
B 239 of 673 ~ 35.51%

%32.69
%31.8
%35.51

CMYK color model

#DCD6EF color CMYK value is (8,10,0,6).

  • cyan value is 7.95%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,10,0,6)
C8M10Y0K6 
(8%,10%,0%,6%)
(0.08/0.10/0.00/0.06)	

CMYK percentages

%7.95
%10.46
%0
%6.27

Codes

Color #DCD6EF in popluar color models

DCD6EF
RGB220214239
HSL254°43.86%88.82%
HSB/HSV254°10.46%93.73%
CMYK7.95%10.46%0.00%
6.27%

Color #DCD6EF in popluar number systems.

HEXDCD6EF
Decimal220214239
Binary110111001101011011101111
Octal334326357

Shades and tints

Shades of #DCD6EF

#DCD6EF
(220,214,239)
#C8C3DA
(200,195,218)
#B4B0C5
(180,176,197)
#A09DB0
(160,157,176)
#8C8A9B
(140,138,155)
#787786
(120,119,134)
#646471
(100,100,113)
#50515C
(80,81,92)
#3C3E47
(60,62,71)
#282B32
(40,43,50)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #DCD6EF

#DCD6EF
(220,214,239)
#DFD9F0
(223,217,240)
#E2DCF1
(226,220,241)
#E5DFF2
(229,223,242)
#E8E2F3
(232,226,243)
#EBE5F4
(235,229,244)
#EEE8F5
(238,232,245)
#F1EBF6
(241,235,246)
#F4EEF7
(244,238,247)
#F7F1F8
(247,241,248)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD6EF; }

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

This text font color is #DCD6EF.


Background Color

.myBgColor { background-color: #DCD6EF; }

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

This div background color is #DCD6EF.


Border color

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

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

This div border color is #DCD6EF.


Opacity

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

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

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

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

This text has shadow with #DCD6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD6EF on black background.


Color preview on white background

This text has color #DCD6EF on white background.



Black color preview on #DCD6EF background

This text has black color on #DCD6EF background.


White color preview on #DCD6EF background

This text has white color on #DCD6EF background.