COLOR #DCD0E7

HEX: #DCD0E7 RGB: (220,208,231)

Color info

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

RGB color model

#DCD0E7 color RGB value is (220,208,231).

RGB: (220,208,231) (86%, 82%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 208 of 255 = 82%
B 231 of 255 = 91%

220
208
231

R + G + B ~ 86%. #DCD0E7 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 208 + 231 = 659 (100%)
R 220 of 659 ~ 33.38%
G 208 of 659 ~ 31.56%
B 231 of 659 ~ 35.05'%

%33.38
%31.56
%35.05

CMYK color model

#DCD0E7 color CMYK value is (5,10,0,9).

  • cyan value is 4.76%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (5,10,0,9)
C5M10Y0K9 (5%, 10%, 0%, 9%)
(0.05 / 0.10 / 0.00 / 0.09)

CMYK percentages

%4.76
%9.96
%0
%9.41

Codes

Color #DCD0E7 in popluar color models

DC D0 E7
RGB 220 208 231
HSL 271° 32.39% 86.08%
HSB/HSV 271° 9.96% 90.59%
CMYK 4.76% 9.96% 0.00%
9.41%

Color #DCD0E7 in popluar number systems.

HEX DC D0 E7
Decimal 220 208 231
Binary 11011100 11010000 11100111
Octal 334 320 347

Shades and tints

Shades of #DCD0E7

#DCD0E7
(220,208,231)
#C8BED2
(200,190,210)
#B4ACBD
(180,172,189)
#A09AA8
(160,154,168)
#8C8893
(140,136,147)
#78767E
(120,118,126)
#646469
(100,100,105)
#505254
(80,82,84)
#3C403F
(60,64,63)
#282E2A
(40,46,42)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #DCD0E7

#DCD0E7
(220,208,231)
#DFD4E9
(223,212,233)
#E2D8EB
(226,216,235)
#E5DCED
(229,220,237)
#E8E0EF
(232,224,239)
#EBE4F1
(235,228,241)
#EEE8F3
(238,232,243)
#F1ECF5
(241,236,245)
#F4F0F7
(244,240,247)
#F7F4F9
(247,244,249)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD0E7 color. Also use rgb(220,208,231) instead hex code.

Text Font Color

.myTextColor { color: #DCD0E7; }

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

This text font color is #DCD0E7.

Background Color

.myBgColor { background-color: #DCD0E7; }

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

This div background color is #DCD0E7.

Border color

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

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

This div border color is #DCD0E7.

Opacity

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

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

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

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

This text has shadow with #DCD0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCD0E7.

Preview

Color preview on black background

This text has color #DCD0E7 on black background.


Color preview on white background

This text has color #DCD0E7 on white background.


Black color preview on #DCD0E7 background

This text has black color on #DCD0E7 background.


White color preview on #DCD0E7 background

This text has white color on #DCD0E7 background.


Related colors

Complementary color

Complementary color for #hex is #232F18.


I love getcolorcode.com

Triadic colors

1 #E7DCD0 and #D0E7DC with #DCD0E7 are triadic colors.

2 #E7D0DC and #D0DCE7 with #DCD0E7 are triadic colors.