COLOR #DCC4FC

HEX: #DCC4FC
RGB: (220,196,252)

Color info

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

RGB color model

#DCC4FC color RGB value is (220,196,252).

  • red value is 220;
  • green value is 196;
  • blue value is 252.
RGB:
(220,196,252)
(86%,77%,99%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 252 of 255 = 99%

220
196
252

R + G + B ~ 87%. #DCC4FC is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 196 + 252 = 668 (100%)
R 220 of 668 ~ 32.93%
G 196 of 668 ~ 29.34%
B 252 of 668 ~ 37.72%

%32.93
%29.34
%37.72

CMYK color model

#DCC4FC color CMYK value is (13,22,0,1).

  • cyan value is 12.70%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,22,0,1)
C13M22Y0K1 
(13%,22%,0%,1%)
(0.13/0.22/0.00/0.01)	

CMYK percentages

%12.7
%22.22
%0
%1.18

Codes

Color #DCC4FC in popluar color models

DCC4FC
RGB220196252
HSL266°90.32%87.84%
HSB/HSV266°22.22%98.82%
CMYK12.70%22.22%0.00%
1.18%

Color #DCC4FC in popluar number systems.

HEXDCC4FC
Decimal220196252
Binary110111001100010011111100
Octal334304374

Shades and tints

Shades of #DCC4FC

#DCC4FC
(220,196,252)
#C8B3E6
(200,179,230)
#B4A2D0
(180,162,208)
#A091BA
(160,145,186)
#8C80A4
(140,128,164)
#786F8E
(120,111,142)
#645E78
(100,94,120)
#504D62
(80,77,98)
#3C3C4C
(60,60,76)
#282B36
(40,43,54)
#141A20
(20,26,32)
#000000
(0,0,0)

Tints of #DCC4FC

#DCC4FC
(220,196,252)
#DFC9FC
(223,201,252)
#E2CEFC
(226,206,252)
#E5D3FC
(229,211,252)
#E8D8FC
(232,216,252)
#EBDDFC
(235,221,252)
#EEE2FC
(238,226,252)
#F1E7FC
(241,231,252)
#F4ECFC
(244,236,252)
#F7F1FC
(247,241,252)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC4FC color. Also use rgb(220,196,252) instead hex code.

Text Font Color

.myTextColor { color: #DCC4FC; }

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

This text font color is #DCC4FC.


Background Color

.myBgColor { background-color: #DCC4FC; }

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

This div background color is #DCC4FC.


Border color

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

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

This div border color is #DCC4FC.


Opacity

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

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

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

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

This text has shadow with #DCC4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC4FC on black background.


Color preview on white background

This text has color #DCC4FC on white background.



Black color preview on #DCC4FC background

This text has black color on #DCC4FC background.


White color preview on #DCC4FC background

This text has white color on #DCC4FC background.