COLOR #DCD3FD

HEX: #DCD3FD
RGB: (220,211,253)

Color info

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

RGB color model

#DCD3FD color RGB value is (220,211,253).

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

RGB channels and saturation

R 220 of 255 = 86%
G 211 of 255 = 83%
B 253 of 255 = 99%

220
211
253

R + G + B ~ 89%. #DCD3FD is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 211 + 253 = 684 (100%)
R 220 of 684 ~ 32.16%
G 211 of 684 ~ 30.85%
B 253 of 684 ~ 36.99%

%32.16
%30.85
%36.99

CMYK color model

#DCD3FD color CMYK value is (13,17,0,1).

  • cyan value is 13.04%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,17,0,1)
C13M17Y0K1 
(13%,17%,0%,1%)
(0.13/0.17/0.00/0.01)	

CMYK percentages

%13.04
%16.6
%0
%0.78

Codes

Color #DCD3FD in popluar color models

DCD3FD
RGB220211253
HSL253°91.30%90.98%
HSB/HSV253°16.60%99.22%
CMYK13.04%16.60%0.00%
0.78%

Color #DCD3FD in popluar number systems.

HEXDCD3FD
Decimal220211253
Binary110111001101001111111101
Octal334323375

Shades and tints

Shades of #DCD3FD

#DCD3FD
(220,211,253)
#C8C0E6
(200,192,230)
#B4ADCF
(180,173,207)
#A09AB8
(160,154,184)
#8C87A1
(140,135,161)
#78748A
(120,116,138)
#646173
(100,97,115)
#504E5C
(80,78,92)
#3C3B45
(60,59,69)
#28282E
(40,40,46)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #DCD3FD

#DCD3FD
(220,211,253)
#DFD7FD
(223,215,253)
#E2DBFD
(226,219,253)
#E5DFFD
(229,223,253)
#E8E3FD
(232,227,253)
#EBE7FD
(235,231,253)
#EEEBFD
(238,235,253)
#F1EFFD
(241,239,253)
#F4F3FD
(244,243,253)
#F7F7FD
(247,247,253)
#FAFBFD
(250,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD3FD; }

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

This text font color is #DCD3FD.


Background Color

.myBgColor { background-color: #DCD3FD; }

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

This div background color is #DCD3FD.


Border color

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

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

This div border color is #DCD3FD.


Opacity

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

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

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

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

This text has shadow with #DCD3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD3FD on black background.


Color preview on white background

This text has color #DCD3FD on white background.



Black color preview on #DCD3FD background

This text has black color on #DCD3FD background.


White color preview on #DCD3FD background

This text has white color on #DCD3FD background.