COLOR #DCC8ED

HEX: #DCC8ED RGB: (220,200,237)

Color info

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

RGB color model

#DCC8ED color RGB value is (220,200,237).

RGB: (220,200,237) (86%, 78%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 237 of 255 = 93%

220
200
237

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

Portions of RGB colors in percentages

R + G + B = 220 + 200 + 237 = 657 (100%)
R 220 of 657 ~ 33.49%
G 200 of 657 ~ 30.44%
B 237 of 657 ~ 36.07'%

%33.49
%30.44
%36.07

CMYK color model

#DCC8ED color CMYK value is (7,16,0,7).

  • cyan value is 7.17%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (7,16,0,7) C7M16Y0K7 (7%,16%,0%,7%) (0.07/0.16/0.00/0.07) 

CMYK percentages

%7.17
%15.61
%0
%7.06

Codes

Color #DCC8ED in popluar color models

DC C8 ED
RGB 220 200 237
HSL 272° 50.68% 85.69%
HSB/HSV 272° 15.61% 92.94%
CMYK 7.17% 15.61% 0.00%
7.06%

Color #DCC8ED in popluar number systems.

HEX DC C8 ED
Decimal 220 200 237
Binary 11011100 11001000 11101101
Octal 334 310 355

Shades and tints

Shades of #DCC8ED

#DCC8ED
(220,200,237)
#C8B6D8
(200,182,216)
#B4A4C3
(180,164,195)
#A092AE
(160,146,174)
#8C8099
(140,128,153)
#786E84
(120,110,132)
#645C6F
(100,92,111)
#504A5A
(80,74,90)
#3C3845
(60,56,69)
#282630
(40,38,48)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #DCC8ED

#DCC8ED
(220,200,237)
#DFCDEE
(223,205,238)
#E2D2EF
(226,210,239)
#E5D7F0
(229,215,240)
#E8DCF1
(232,220,241)
#EBE1F2
(235,225,242)
#EEE6F3
(238,230,243)
#F1EBF4
(241,235,244)
#F4F0F5
(244,240,245)
#F7F5F6
(247,245,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC8ED; }

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

This text font color is #DCC8ED.

Background Color

.myBgColor { background-color: #DCC8ED; }

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

This div background color is #DCC8ED.

Border color

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

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

This div border color is #DCC8ED.

Opacity

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

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

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

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

This text has shadow with #DCC8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC8ED.

Preview

Color preview on black background

This text has color #DCC8ED on black background.


Color preview on white background

This text has color #DCC8ED on white background.


Black color preview on #DCC8ED background

This text has black color on #DCC8ED background.


White color preview on #DCC8ED background

This text has white color on #DCC8ED background.


Related colors

Complementary color

Complementary color for #hex is #233712.


I love getcolorcode.com

Triadic colors

1 #EDDCC8 and #C8EDDC with #DCC8ED are triadic colors.

2 #EDC8DC and #C8DCED with #DCC8ED are triadic colors.