COLOR #DCC3F8

HEX: #DCC3F8
RGB: (220,195,248)

Color info

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

RGB color model

#DCC3F8 color RGB value is (220,195,248).

  • red value is 220;
  • green value is 195;
  • blue value is 248.
RGB:
(220,195,248)
(86%,76%,97%)

RGB channels and saturation

R 220 of 255 = 86%
G 195 of 255 = 76%
B 248 of 255 = 97%

220
195
248

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

Portions of RGB colors in percentages

R + G + B =
220 + 195 + 248 = 663 (100%)
R 220 of 663 ~ 33.18%
G 195 of 663 ~ 29.41%
B 248 of 663 ~ 37.41%

%33.18
%29.41
%37.41

CMYK color model

#DCC3F8 color CMYK value is (11,21,0,3).

  • cyan value is 11.29%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,21,0,3)
C11M21Y0K3 
(11%,21%,0%,3%)
(0.11/0.21/0.00/0.03)	

CMYK percentages

%11.29
%21.37
%0
%2.75

Codes

Color #DCC3F8 in popluar color models

DCC3F8
RGB220195248
HSL268°79.10%86.86%
HSB/HSV268°21.37%97.25%
CMYK11.29%21.37%0.00%
2.75%

Color #DCC3F8 in popluar number systems.

HEXDCC3F8
Decimal220195248
Binary110111001100001111111000
Octal334303370

Shades and tints

Shades of #DCC3F8

#DCC3F8
(220,195,248)
#C8B2E2
(200,178,226)
#B4A1CC
(180,161,204)
#A090B6
(160,144,182)
#8C7FA0
(140,127,160)
#786E8A
(120,110,138)
#645D74
(100,93,116)
#504C5E
(80,76,94)
#3C3B48
(60,59,72)
#282A32
(40,42,50)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #DCC3F8

#DCC3F8
(220,195,248)
#DFC8F8
(223,200,248)
#E2CDF8
(226,205,248)
#E5D2F8
(229,210,248)
#E8D7F8
(232,215,248)
#EBDCF8
(235,220,248)
#EEE1F8
(238,225,248)
#F1E6F8
(241,230,248)
#F4EBF8
(244,235,248)
#F7F0F8
(247,240,248)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC3F8 color. Also use rgb(220,195,248) instead hex code.

Text Font Color

.myTextColor { color: #DCC3F8; }

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

This text font color is #DCC3F8.


Background Color

.myBgColor { background-color: #DCC3F8; }

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

This div background color is #DCC3F8.


Border color

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

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

This div border color is #DCC3F8.


Opacity

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

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

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

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

This text has shadow with #DCC3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC3F8 on black background.


Color preview on white background

This text has color #DCC3F8 on white background.



Black color preview on #DCC3F8 background

This text has black color on #DCC3F8 background.


White color preview on #DCC3F8 background

This text has white color on #DCC3F8 background.