COLOR #DCC9E6

HEX: #DCC9E6
RGB: (220,201,230)

Color info

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

RGB color model

#DCC9E6 color RGB value is (220,201,230).

  • red value is 220;
  • green value is 201;
  • blue value is 230.
RGB:
(220,201,230)
(86%,79%,90%)

RGB channels and saturation

R 220 of 255 = 86%
G 201 of 255 = 79%
B 230 of 255 = 90%

220
201
230

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

Portions of RGB colors in percentages

R + G + B =
220 + 201 + 230 = 651 (100%)
R 220 of 651 ~ 33.79%
G 201 of 651 ~ 30.88%
B 230 of 651 ~ 35.33%

%33.79
%30.88
%35.33

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(4,13,0,10)
C4M13Y0K10 
(4%,13%,0%,10%)
(0.04/0.13/0.00/0.10)	

CMYK percentages

%4.35
%12.61
%0
%9.8

Codes

Color #DCC9E6 in popluar color models

DCC9E6
RGB220201230
HSL279°36.71%84.51%
HSB/HSV279°12.61%90.20%
CMYK4.35%12.61%0.00%
9.80%

Color #DCC9E6 in popluar number systems.

HEXDCC9E6
Decimal220201230
Binary110111001100100111100110
Octal334311346

Shades and tints

Shades of #DCC9E6

#DCC9E6
(220,201,230)
#C8B7D2
(200,183,210)
#B4A5BE
(180,165,190)
#A093AA
(160,147,170)
#8C8196
(140,129,150)
#786F82
(120,111,130)
#645D6E
(100,93,110)
#504B5A
(80,75,90)
#3C3946
(60,57,70)
#282732
(40,39,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #DCC9E6

#DCC9E6
(220,201,230)
#DFCDE8
(223,205,232)
#E2D1EA
(226,209,234)
#E5D5EC
(229,213,236)
#E8D9EE
(232,217,238)
#EBDDF0
(235,221,240)
#EEE1F2
(238,225,242)
#F1E5F4
(241,229,244)
#F4E9F6
(244,233,246)
#F7EDF8
(247,237,248)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC9E6 color. Also use rgb(220,201,230) instead hex code.

Text Font Color

.myTextColor { color: #DCC9E6; }

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

This text font color is #DCC9E6.


Background Color

.myBgColor { background-color: #DCC9E6; }

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

This div background color is #DCC9E6.


Border color

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

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

This div border color is #DCC9E6.


Opacity

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

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

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

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

This text has shadow with #DCC9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC9E6 on black background.


Color preview on white background

This text has color #DCC9E6 on white background.



Black color preview on #DCC9E6 background

This text has black color on #DCC9E6 background.


White color preview on #DCC9E6 background

This text has white color on #DCC9E6 background.