COLOR #DCD2EB

HEX: #DCD2EB
RGB: (220,210,235)

Color info

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

RGB color model

#DCD2EB color RGB value is (220,210,235).

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

RGB channels and saturation

R 220 of 255 = 86%
G 210 of 255 = 82%
B 235 of 255 = 92%

220
210
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 210 + 235 = 665 (100%)
R 220 of 665 ~ 33.08%
G 210 of 665 ~ 31.58%
B 235 of 665 ~ 35.34%

%33.08
%31.58
%35.34

CMYK color model

#DCD2EB color CMYK value is (6,11,0,8).

  • cyan value is 6.38%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,11,0,8)
C6M11Y0K8 
(6%,11%,0%,8%)
(0.06/0.11/0.00/0.08)	

CMYK percentages

%6.38
%10.64
%0
%7.84

Codes

Color #DCD2EB in popluar color models

DCD2EB
RGB220210235
HSL264°38.46%87.25%
HSB/HSV264°10.64%92.16%
CMYK6.38%10.64%0.00%
7.84%

Color #DCD2EB in popluar number systems.

HEXDCD2EB
Decimal220210235
Binary110111001101001011101011
Octal334322353

Shades and tints

Shades of #DCD2EB

#DCD2EB
(220,210,235)
#C8BFD6
(200,191,214)
#B4ACC1
(180,172,193)
#A099AC
(160,153,172)
#8C8697
(140,134,151)
#787382
(120,115,130)
#64606D
(100,96,109)
#504D58
(80,77,88)
#3C3A43
(60,58,67)
#28272E
(40,39,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #DCD2EB

#DCD2EB
(220,210,235)
#DFD6EC
(223,214,236)
#E2DAED
(226,218,237)
#E5DEEE
(229,222,238)
#E8E2EF
(232,226,239)
#EBE6F0
(235,230,240)
#EEEAF1
(238,234,241)
#F1EEF2
(241,238,242)
#F4F2F3
(244,242,243)
#F7F6F4
(247,246,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD2EB; }

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

This text font color is #DCD2EB.


Background Color

.myBgColor { background-color: #DCD2EB; }

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

This div background color is #DCD2EB.


Border color

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

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

This div border color is #DCD2EB.


Opacity

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

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

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

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

This text has shadow with #DCD2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD2EB on black background.


Color preview on white background

This text has color #DCD2EB on white background.



Black color preview on #DCD2EB background

This text has black color on #DCD2EB background.


White color preview on #DCD2EB background

This text has white color on #DCD2EB background.