COLOR #DCCDE7

HEX: #DCCDE7 RGB: (220,205,231)

Color info

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

RGB color model

#DCCDE7 color RGB value is (220,205,231).

RGB: (220,205,231) (86%, 80%, 91%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 231 of 255 = 91%

220
205
231

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

Portions of RGB colors in percentages

R + G + B = 220 + 205 + 231 = 656 (100%)
R 220 of 656 ~ 33.54%
G 205 of 656 ~ 31.25%
B 231 of 656 ~ 35.21'%

%33.54
%31.25
%35.21

CMYK color model

#DCCDE7 color CMYK value is (5,11,0,9).

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

CMYK: (5,11,0,9)
C5M11Y0K9 (5%, 11%, 0%, 9%)
(0.05 / 0.11 / 0.00 / 0.09)

CMYK percentages

%4.76
%11.26
%0
%9.41

Codes

Color #DCCDE7 in popluar color models

DC CD E7
RGB 220 205 231
HSL 275° 35.14% 85.49%
HSB/HSV 275° 11.26% 90.59%
CMYK 4.76% 11.26% 0.00%
9.41%

Color #DCCDE7 in popluar number systems.

HEX DC CD E7
Decimal 220 205 231
Binary 11011100 11001101 11100111
Octal 334 315 347

Shades and tints

Shades of #DCCDE7

#DCCDE7
(220,205,231)
#C8BBD2
(200,187,210)
#B4A9BD
(180,169,189)
#A097A8
(160,151,168)
#8C8593
(140,133,147)
#78737E
(120,115,126)
#646169
(100,97,105)
#504F54
(80,79,84)
#3C3D3F
(60,61,63)
#282B2A
(40,43,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCCDE7

#DCCDE7
(220,205,231)
#DFD1E9
(223,209,233)
#E2D5EB
(226,213,235)
#E5D9ED
(229,217,237)
#E8DDEF
(232,221,239)
#EBE1F1
(235,225,241)
#EEE5F3
(238,229,243)
#F1E9F5
(241,233,245)
#F4EDF7
(244,237,247)
#F7F1F9
(247,241,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCDE7; }

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

This text font color is #DCCDE7.

Background Color

.myBgColor { background-color: #DCCDE7; }

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

This div background color is #DCCDE7.

Border color

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

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

This div border color is #DCCDE7.

Opacity

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

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

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

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

This text has shadow with #DCCDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCDE7.

Preview

Color preview on black background

This text has color #DCCDE7 on black background.


Color preview on white background

This text has color #DCCDE7 on white background.


Black color preview on #DCCDE7 background

This text has black color on #DCCDE7 background.


White color preview on #DCCDE7 background

This text has white color on #DCCDE7 background.


Related colors

Complementary color

Complementary color for #hex is #233218.


I love getcolorcode.com

Triadic colors

1 #E7DCCD and #CDE7DC with #DCCDE7 are triadic colors.

2 #E7CDDC and #CDDCE7 with #DCCDE7 are triadic colors.