COLOR #DCD3ED

HEX: #DCD3ED
RGB: (220,211,237)

Color info

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

RGB color model

#DCD3ED color RGB value is (220,211,237).

  • red value is 220;
  • green value is 211;
  • blue value is 237.
RGB:
(220,211,237)
(86%,83%,93%)

RGB channels and saturation

R 220 of 255 = 86%
G 211 of 255 = 83%
B 237 of 255 = 93%

220
211
237

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

Portions of RGB colors in percentages

R + G + B =
220 + 211 + 237 = 668 (100%)
R 220 of 668 ~ 32.93%
G 211 of 668 ~ 31.59%
B 237 of 668 ~ 35.48%

%32.93
%31.59
%35.48

CMYK color model

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

  • cyan value is 7.17%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(7,11,0,7)
C7M11Y0K7 
(7%,11%,0%,7%)
(0.07/0.11/0.00/0.07)	

CMYK percentages

%7.17
%10.97
%0
%7.06

Codes

Color #DCD3ED in popluar color models

DCD3ED
RGB220211237
HSL261°41.94%87.84%
HSB/HSV261°10.97%92.94%
CMYK7.17%10.97%0.00%
7.06%

Color #DCD3ED in popluar number systems.

HEXDCD3ED
Decimal220211237
Binary110111001101001111101101
Octal334323355

Shades and tints

Shades of #DCD3ED

#DCD3ED
(220,211,237)
#C8C0D8
(200,192,216)
#B4ADC3
(180,173,195)
#A09AAE
(160,154,174)
#8C8799
(140,135,153)
#787484
(120,116,132)
#64616F
(100,97,111)
#504E5A
(80,78,90)
#3C3B45
(60,59,69)
#282830
(40,40,48)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #DCD3ED

#DCD3ED
(220,211,237)
#DFD7EE
(223,215,238)
#E2DBEF
(226,219,239)
#E5DFF0
(229,223,240)
#E8E3F1
(232,227,241)
#EBE7F2
(235,231,242)
#EEEBF3
(238,235,243)
#F1EFF4
(241,239,244)
#F4F3F5
(244,243,245)
#F7F7F6
(247,247,246)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD3ED color. Also use rgb(220,211,237) instead hex code.

Text Font Color

.myTextColor { color: #DCD3ED; }

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

This text font color is #DCD3ED.


Background Color

.myBgColor { background-color: #DCD3ED; }

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

This div background color is #DCD3ED.


Border color

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

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

This div border color is #DCD3ED.


Opacity

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

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

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

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

This text has shadow with #DCD3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD3ED on black background.


Color preview on white background

This text has color #DCD3ED on white background.



Black color preview on #DCD3ED background

This text has black color on #DCD3ED background.


White color preview on #DCD3ED background

This text has white color on #DCD3ED background.