COLOR #DCC6F0

HEX: #DCC6F0
RGB: (220,198,240)

Color info

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

RGB color model

#DCC6F0 color RGB value is (220,198,240).

  • red value is 220;
  • green value is 198;
  • blue value is 240.
RGB:
(220,198,240)
(86%,78%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 240 of 255 = 94%

220
198
240

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

Portions of RGB colors in percentages

R + G + B =
220 + 198 + 240 = 658 (100%)
R 220 of 658 ~ 33.43%
G 198 of 658 ~ 30.09%
B 240 of 658 ~ 36.47%

%33.43
%30.09
%36.47

CMYK color model

#DCC6F0 color CMYK value is (8,18,0,6).

  • cyan value is 8.33%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,18,0,6)
C8M18Y0K6 
(8%,18%,0%,6%)
(0.08/0.18/0.00/0.06)	

CMYK percentages

%8.33
%17.5
%0
%5.88

Codes

Color #DCC6F0 in popluar color models

DCC6F0
RGB220198240
HSL271°58.33%85.88%
HSB/HSV271°17.50%94.12%
CMYK8.33%17.50%0.00%
5.88%

Color #DCC6F0 in popluar number systems.

HEXDCC6F0
Decimal220198240
Binary110111001100011011110000
Octal334306360

Shades and tints

Shades of #DCC6F0

#DCC6F0
(220,198,240)
#C8B4DB
(200,180,219)
#B4A2C6
(180,162,198)
#A090B1
(160,144,177)
#8C7E9C
(140,126,156)
#786C87
(120,108,135)
#645A72
(100,90,114)
#50485D
(80,72,93)
#3C3648
(60,54,72)
#282433
(40,36,51)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #DCC6F0

#DCC6F0
(220,198,240)
#DFCBF1
(223,203,241)
#E2D0F2
(226,208,242)
#E5D5F3
(229,213,243)
#E8DAF4
(232,218,244)
#EBDFF5
(235,223,245)
#EEE4F6
(238,228,246)
#F1E9F7
(241,233,247)
#F4EEF8
(244,238,248)
#F7F3F9
(247,243,249)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC6F0 color. Also use rgb(220,198,240) instead hex code.

Text Font Color

.myTextColor { color: #DCC6F0; }

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

This text font color is #DCC6F0.


Background Color

.myBgColor { background-color: #DCC6F0; }

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

This div background color is #DCC6F0.


Border color

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

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

This div border color is #DCC6F0.


Opacity

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

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

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

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

This text has shadow with #DCC6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC6F0 on black background.


Color preview on white background

This text has color #DCC6F0 on white background.



Black color preview on #DCC6F0 background

This text has black color on #DCC6F0 background.


White color preview on #DCC6F0 background

This text has white color on #DCC6F0 background.