COLOR #DCD1EC

HEX: #DCD1EC
RGB: (220,209,236)

Color info

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

RGB color model

#DCD1EC color RGB value is (220,209,236).

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

RGB channels and saturation

R 220 of 255 = 86%
G 209 of 255 = 82%
B 236 of 255 = 93%

220
209
236

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

Portions of RGB colors in percentages

R + G + B =
220 + 209 + 236 = 665 (100%)
R 220 of 665 ~ 33.08%
G 209 of 665 ~ 31.43%
B 236 of 665 ~ 35.49%

%33.08
%31.43
%35.49

CMYK color model

#DCD1EC color CMYK value is (7,11,0,7).

  • cyan value is 6.78%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,11,0,7)
C7M11Y0K7 
(7%,11%,0%,7%)
(0.07/0.11/0.00/0.07)	

CMYK percentages

%6.78
%11.44
%0
%7.45

Codes

Color #DCD1EC in popluar color models

DCD1EC
RGB220209236
HSL264°41.54%87.25%
HSB/HSV264°11.44%92.55%
CMYK6.78%11.44%0.00%
7.45%

Color #DCD1EC in popluar number systems.

HEXDCD1EC
Decimal220209236
Binary110111001101000111101100
Octal334321354

Shades and tints

Shades of #DCD1EC

#DCD1EC
(220,209,236)
#C8BED7
(200,190,215)
#B4ABC2
(180,171,194)
#A098AD
(160,152,173)
#8C8598
(140,133,152)
#787283
(120,114,131)
#645F6E
(100,95,110)
#504C59
(80,76,89)
#3C3944
(60,57,68)
#28262F
(40,38,47)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #DCD1EC

#DCD1EC
(220,209,236)
#DFD5ED
(223,213,237)
#E2D9EE
(226,217,238)
#E5DDEF
(229,221,239)
#E8E1F0
(232,225,240)
#EBE5F1
(235,229,241)
#EEE9F2
(238,233,242)
#F1EDF3
(241,237,243)
#F4F1F4
(244,241,244)
#F7F5F5
(247,245,245)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD1EC; }

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

This text font color is #DCD1EC.


Background Color

.myBgColor { background-color: #DCD1EC; }

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

This div background color is #DCD1EC.


Border color

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

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

This div border color is #DCD1EC.


Opacity

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

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

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

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

This text has shadow with #DCD1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD1EC on black background.


Color preview on white background

This text has color #DCD1EC on white background.



Black color preview on #DCD1EC background

This text has black color on #DCD1EC background.


White color preview on #DCD1EC background

This text has white color on #DCD1EC background.