COLOR #DCD5EC

HEX: #DCD5EC RGB: (220,213,236)

Color info

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

RGB color model

#DCD5EC color RGB value is (220,213,236).

RGB: (220,213,236) (86%, 84%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 213 of 255 = 84%
B 236 of 255 = 93%

220
213
236

R + G + B ~ 88%. #DCD5EC is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 213 + 236 = 669 (100%)
R 220 of 669 ~ 32.88%
G 213 of 669 ~ 31.84%
B 236 of 669 ~ 35.28'%

%32.88
%31.84
%35.28

CMYK color model

#DCD5EC color CMYK value is (7,10,0,7).

  • cyan value is 6.78%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,10,0,7)
C7M10Y0K7 (7%, 10%, 0%, 7%)
(0.07 / 0.10 / 0.00 / 0.07)

CMYK percentages

%6.78
%9.75
%0
%7.45

Codes

Color #DCD5EC in popluar color models

DC D5 EC
RGB 220 213 236
HSL 258° 37.70% 88.04%
HSB/HSV 258° 9.75% 92.55%
CMYK 6.78% 9.75% 0.00%
7.45%

Color #DCD5EC in popluar number systems.

HEX DC D5 EC
Decimal 220 213 236
Binary 11011100 11010101 11101100
Octal 334 325 354

Shades and tints

Shades of #DCD5EC

#DCD5EC
(220,213,236)
#C8C2D7
(200,194,215)
#B4AFC2
(180,175,194)
#A09CAD
(160,156,173)
#8C8998
(140,137,152)
#787683
(120,118,131)
#64636E
(100,99,110)
#505059
(80,80,89)
#3C3D44
(60,61,68)
#282A2F
(40,42,47)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #DCD5EC

#DCD5EC
(220,213,236)
#DFD8ED
(223,216,237)
#E2DBEE
(226,219,238)
#E5DEEF
(229,222,239)
#E8E1F0
(232,225,240)
#EBE4F1
(235,228,241)
#EEE7F2
(238,231,242)
#F1EAF3
(241,234,243)
#F4EDF4
(244,237,244)
#F7F0F5
(247,240,245)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD5EC color. Also use rgb(220,213,236) instead hex code.

Text Font Color

.myTextColor { color: #DCD5EC; }

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

This text font color is #DCD5EC.

Background Color

.myBgColor { background-color: #DCD5EC; }

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

This div background color is #DCD5EC.

Border color

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

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

This div border color is #DCD5EC.

Opacity

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

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

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

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

This text has shadow with #DCD5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD5EC.

Preview

Color preview on black background

This text has color #DCD5EC on black background.


Color preview on white background

This text has color #DCD5EC on white background.


Black color preview on #DCD5EC background

This text has black color on #DCD5EC background.


White color preview on #DCD5EC background

This text has white color on #DCD5EC background.


Related colors

Complementary color

Complementary color for #hex is #232A13.


I love getcolorcode.com

Triadic colors

1 #ECDCD5 and #D5ECDC with #DCD5EC are triadic colors.

2 #ECD5DC and #D5DCEC with #DCD5EC are triadic colors.