COLOR #DCD1EB

HEX: #DCD1EB RGB: (220,209,235)

Color info

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

RGB color model

#DCD1EB color RGB value is (220,209,235).

RGB: (220,209,235) (86%, 82%, 92%)

RGB channels and saturation

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

220
209
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 209 + 235 = 664 (100%)
R 220 of 664 ~ 33.13%
G 209 of 664 ~ 31.48%
B 235 of 664 ~ 35.39'%

%33.13
%31.48
%35.39

CMYK color model

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

  • cyan value is 6.38%
  • magenta value is 11.06%
  • 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
%11.06
%0
%7.84

Codes

Color #DCD1EB in popluar color models

DC D1 EB
RGB 220 209 235
HSL 265° 39.39% 87.06%
HSB/HSV 265° 11.06% 92.16%
CMYK 6.38% 11.06% 0.00%
7.84%

Color #DCD1EB in popluar number systems.

HEX DC D1 EB
Decimal 220 209 235
Binary 11011100 11010001 11101011
Octal 334 321 353

Shades and tints

Shades of #DCD1EB

#DCD1EB
(220,209,235)
#C8BED6
(200,190,214)
#B4ABC1
(180,171,193)
#A098AC
(160,152,172)
#8C8597
(140,133,151)
#787282
(120,114,130)
#645F6D
(100,95,109)
#504C58
(80,76,88)
#3C3943
(60,57,67)
#28262E
(40,38,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #DCD1EB

#DCD1EB
(220,209,235)
#DFD5EC
(223,213,236)
#E2D9ED
(226,217,237)
#E5DDEE
(229,221,238)
#E8E1EF
(232,225,239)
#EBE5F0
(235,229,240)
#EEE9F1
(238,233,241)
#F1EDF2
(241,237,242)
#F4F1F3
(244,241,243)
#F7F5F4
(247,245,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD1EB; }

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

This text font color is #DCD1EB.

Background Color

.myBgColor { background-color: #DCD1EB; }

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

This div background color is #DCD1EB.

Border color

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

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

This div border color is #DCD1EB.

Opacity

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

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

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

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

This text has shadow with #DCD1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD1EB.

Preview

Color preview on black background

This text has color #DCD1EB on black background.


Color preview on white background

This text has color #DCD1EB on white background.


Black color preview on #DCD1EB background

This text has black color on #DCD1EB background.


White color preview on #DCD1EB background

This text has white color on #DCD1EB background.


Related colors

Complementary color

Complementary color for #hex is #232E14.


I love getcolorcode.com

Triadic colors

1 #EBDCD1 and #D1EBDC with #DCD1EB are triadic colors.

2 #EBD1DC and #D1DCEB with #DCD1EB are triadic colors.