COLOR #DCD9EF

HEX: #DCD9EF RGB: (220,217,239)

Color info

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

RGB color model

#DCD9EF color RGB value is (220,217,239).

RGB: (220,217,239) (86%, 85%, 94%)

RGB channels and saturation

R 220 of 255 = 86%
G 217 of 255 = 85%
B 239 of 255 = 94%

220
217
239

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

Portions of RGB colors in percentages

R + G + B = 220 + 217 + 239 = 676 (100%)
R 220 of 676 ~ 32.54%
G 217 of 676 ~ 32.1%
B 239 of 676 ~ 35.36'%

%32.54
%32.1
%35.36

CMYK color model

#DCD9EF color CMYK value is (8,9,0,6).

  • cyan value is 7.95%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,9,0,6)
C8M9Y0K6 (8%, 9%, 0%, 6%)
(0.08 / 0.09 / 0.00 / 0.06)

CMYK percentages

%7.95
%9.21
%0
%6.27

Codes

Color #DCD9EF in popluar color models

DC D9 EF
RGB 220 217 239
HSL 248° 40.74% 89.41%
HSB/HSV 248° 9.21% 93.73%
CMYK 7.95% 9.21% 0.00%
6.27%

Color #DCD9EF in popluar number systems.

HEX DC D9 EF
Decimal 220 217 239
Binary 11011100 11011001 11101111
Octal 334 331 357

Shades and tints

Shades of #DCD9EF

#DCD9EF
(220,217,239)
#C8C6DA
(200,198,218)
#B4B3C5
(180,179,197)
#A0A0B0
(160,160,176)
#8C8D9B
(140,141,155)
#787A86
(120,122,134)
#646771
(100,103,113)
#50545C
(80,84,92)
#3C4147
(60,65,71)
#282E32
(40,46,50)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #DCD9EF

#DCD9EF
(220,217,239)
#DFDCF0
(223,220,240)
#E2DFF1
(226,223,241)
#E5E2F2
(229,226,242)
#E8E5F3
(232,229,243)
#EBE8F4
(235,232,244)
#EEEBF5
(238,235,245)
#F1EEF6
(241,238,246)
#F4F1F7
(244,241,247)
#F7F4F8
(247,244,248)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD9EF color. Also use rgb(220,217,239) instead hex code.

Text Font Color

.myTextColor { color: #DCD9EF; }

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

This text font color is #DCD9EF.

Background Color

.myBgColor { background-color: #DCD9EF; }

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

This div background color is #DCD9EF.

Border color

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

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

This div border color is #DCD9EF.

Opacity

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

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

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

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

This text has shadow with #DCD9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD9EF.

Preview

Color preview on black background

This text has color #DCD9EF on black background.


Color preview on white background

This text has color #DCD9EF on white background.


Black color preview on #DCD9EF background

This text has black color on #DCD9EF background.


White color preview on #DCD9EF background

This text has white color on #DCD9EF background.


Related colors

Complementary color

Complementary color for #hex is #232610.


I love getcolorcode.com

Triadic colors

1 #EFDCD9 and #D9EFDC with #DCD9EF are triadic colors.

2 #EFD9DC and #D9DCEF with #DCD9EF are triadic colors.