COLOR #DCC3F3

HEX: #DCC3F3
RGB: (220,195,243)

Color info

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

RGB color model

#DCC3F3 color RGB value is (220,195,243).

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

RGB channels and saturation

R 220 of 255 = 86%
G 195 of 255 = 76%
B 243 of 255 = 95%

220
195
243

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

Portions of RGB colors in percentages

R + G + B =
220 + 195 + 243 = 658 (100%)
R 220 of 658 ~ 33.43%
G 195 of 658 ~ 29.64%
B 243 of 658 ~ 36.93%

%33.43
%29.64
%36.93

CMYK color model

#DCC3F3 color CMYK value is (9,20,0,5).

  • cyan value is 9.47%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(9,20,0,5)
C9M20Y0K5 
(9%,20%,0%,5%)
(0.09/0.20/0.00/0.05)	

CMYK percentages

%9.47
%19.75
%0
%4.71

Codes

Color #DCC3F3 in popluar color models

DCC3F3
RGB220195243
HSL271°66.67%85.88%
HSB/HSV271°19.75%95.29%
CMYK9.47%19.75%0.00%
4.71%

Color #DCC3F3 in popluar number systems.

HEXDCC3F3
Decimal220195243
Binary110111001100001111110011
Octal334303363

Shades and tints

Shades of #DCC3F3

#DCC3F3
(220,195,243)
#C8B2DD
(200,178,221)
#B4A1C7
(180,161,199)
#A090B1
(160,144,177)
#8C7F9B
(140,127,155)
#786E85
(120,110,133)
#645D6F
(100,93,111)
#504C59
(80,76,89)
#3C3B43
(60,59,67)
#282A2D
(40,42,45)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #DCC3F3

#DCC3F3
(220,195,243)
#DFC8F4
(223,200,244)
#E2CDF5
(226,205,245)
#E5D2F6
(229,210,246)
#E8D7F7
(232,215,247)
#EBDCF8
(235,220,248)
#EEE1F9
(238,225,249)
#F1E6FA
(241,230,250)
#F4EBFB
(244,235,251)
#F7F0FC
(247,240,252)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC3F3; }

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

This text font color is #DCC3F3.


Background Color

.myBgColor { background-color: #DCC3F3; }

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

This div background color is #DCC3F3.


Border color

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

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

This div border color is #DCC3F3.


Opacity

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

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

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

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

This text has shadow with #DCC3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC3F3 on black background.


Color preview on white background

This text has color #DCC3F3 on white background.



Black color preview on #DCC3F3 background

This text has black color on #DCC3F3 background.


White color preview on #DCC3F3 background

This text has white color on #DCC3F3 background.