COLOR #DCD3EB

HEX: #DCD3EB
RGB: (220,211,235)

Color info

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

RGB color model

#DCD3EB color RGB value is (220,211,235).

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

RGB channels and saturation

R 220 of 255 = 86%
G 211 of 255 = 83%
B 235 of 255 = 92%

220
211
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 211 + 235 = 666 (100%)
R 220 of 666 ~ 33.03%
G 211 of 666 ~ 31.68%
B 235 of 666 ~ 35.29%

%33.03
%31.68
%35.29

CMYK color model

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

  • cyan value is 6.38%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,10,0,8)
C6M10Y0K8 
(6%,10%,0%,8%)
(0.06/0.10/0.00/0.08)	

CMYK percentages

%6.38
%10.21
%0
%7.84

Codes

Color #DCD3EB in popluar color models

DCD3EB
RGB220211235
HSL263°37.50%87.45%
HSB/HSV263°10.21%92.16%
CMYK6.38%10.21%0.00%
7.84%

Color #DCD3EB in popluar number systems.

HEXDCD3EB
Decimal220211235
Binary110111001101001111101011
Octal334323353

Shades and tints

Shades of #DCD3EB

#DCD3EB
(220,211,235)
#C8C0D6
(200,192,214)
#B4ADC1
(180,173,193)
#A09AAC
(160,154,172)
#8C8797
(140,135,151)
#787482
(120,116,130)
#64616D
(100,97,109)
#504E58
(80,78,88)
#3C3B43
(60,59,67)
#28282E
(40,40,46)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #DCD3EB

#DCD3EB
(220,211,235)
#DFD7EC
(223,215,236)
#E2DBED
(226,219,237)
#E5DFEE
(229,223,238)
#E8E3EF
(232,227,239)
#EBE7F0
(235,231,240)
#EEEBF1
(238,235,241)
#F1EFF2
(241,239,242)
#F4F3F3
(244,243,243)
#F7F7F4
(247,247,244)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD3EB; }

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

This text font color is #DCD3EB.


Background Color

.myBgColor { background-color: #DCD3EB; }

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

This div background color is #DCD3EB.


Border color

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

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

This div border color is #DCD3EB.


Opacity

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

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

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

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

This text has shadow with #DCD3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD3EB on black background.


Color preview on white background

This text has color #DCD3EB on white background.



Black color preview on #DCD3EB background

This text has black color on #DCD3EB background.


White color preview on #DCD3EB background

This text has white color on #DCD3EB background.