COLOR #DCC8E5

HEX: #DCC8E5 RGB: (220,200,229)

Color info

#DCC8E5 contains red, green and blue colors in about the same proportion. Web safe color of #DCC8E5 is #CCCCCC (or #CCC).

RGB color model

#DCC8E5 color RGB value is (220,200,229).

RGB: (220,200,229) (86%, 78%, 90%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 229 of 255 = 90%

220
200
229

R + G + B ~ 85%. #DCC8E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 200 + 229 = 649 (100%)
R 220 of 649 ~ 33.9%
G 200 of 649 ~ 30.82%
B 229 of 649 ~ 35.29'%

%33.9
%30.82
%35.29

CMYK color model

#DCC8E5 color CMYK value is (4,13,0,10).

  • cyan value is 3.93%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (4,13,0,10)
C4M13Y0K10 (4%, 13%, 0%, 10%)
(0.04 / 0.13 / 0.00 / 0.10)

CMYK percentages

%3.93
%12.66
%0
%10.2

Codes

Color #DCC8E5 in popluar color models

DC C8 E5
RGB 220 200 229
HSL 281° 35.80% 84.12%
HSB/HSV 281° 12.66% 89.80%
CMYK 3.93% 12.66% 0.00%
10.20%

Color #DCC8E5 in popluar number systems.

HEX DC C8 E5
Decimal 220 200 229
Binary 11011100 11001000 11100101
Octal 334 310 345

Shades and tints

Shades of #DCC8E5

#DCC8E5
(220,200,229)
#C8B6D1
(200,182,209)
#B4A4BD
(180,164,189)
#A092A9
(160,146,169)
#8C8095
(140,128,149)
#786E81
(120,110,129)
#645C6D
(100,92,109)
#504A59
(80,74,89)
#3C3845
(60,56,69)
#282631
(40,38,49)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #DCC8E5

#DCC8E5
(220,200,229)
#DFCDE7
(223,205,231)
#E2D2E9
(226,210,233)
#E5D7EB
(229,215,235)
#E8DCED
(232,220,237)
#EBE1EF
(235,225,239)
#EEE6F1
(238,230,241)
#F1EBF3
(241,235,243)
#F4F0F5
(244,240,245)
#F7F5F7
(247,245,247)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC8E5 color. Also use rgb(220,200,229) instead hex code.

Text Font Color

.myTextColor { color: #DCC8E5; }

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

This text font color is #DCC8E5.

Background Color

.myBgColor { background-color: #DCC8E5; }

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

This div background color is #DCC8E5.

Border color

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

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

This div border color is #DCC8E5.

Opacity

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

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

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

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

This text has shadow with #DCC8E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC8E5.

Preview

Color preview on black background

This text has color #DCC8E5 on black background.


Color preview on white background

This text has color #DCC8E5 on white background.


Black color preview on #DCC8E5 background

This text has black color on #DCC8E5 background.


White color preview on #DCC8E5 background

This text has white color on #DCC8E5 background.


Related colors

Complementary color

Complementary color for #hex is #23371A.


I love getcolorcode.com

Triadic colors

1 #E5DCC8 and #C8E5DC with #DCC8E5 are triadic colors.

2 #E5C8DC and #C8DCE5 with #DCC8E5 are triadic colors.