COLOR #DCC4F8

HEX: #DCC4F8
RGB: (220,196,248)

Color info

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

RGB color model

#DCC4F8 color RGB value is (220,196,248).

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

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 248 of 255 = 97%

220
196
248

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

Portions of RGB colors in percentages

R + G + B =
220 + 196 + 248 = 664 (100%)
R 220 of 664 ~ 33.13%
G 196 of 664 ~ 29.52%
B 248 of 664 ~ 37.35%

%33.13
%29.52
%37.35

CMYK color model

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

  • cyan value is 11.29%
  • magenta value is 20.97%
  • 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
%20.97
%0
%2.75

Codes

Color #DCC4F8 in popluar color models

DCC4F8
RGB220196248
HSL268°78.79%87.06%
HSB/HSV268°20.97%97.25%
CMYK11.29%20.97%0.00%
2.75%

Color #DCC4F8 in popluar number systems.

HEXDCC4F8
Decimal220196248
Binary110111001100010011111000
Octal334304370

Shades and tints

Shades of #DCC4F8

#DCC4F8
(220,196,248)
#C8B3E2
(200,179,226)
#B4A2CC
(180,162,204)
#A091B6
(160,145,182)
#8C80A0
(140,128,160)
#786F8A
(120,111,138)
#645E74
(100,94,116)
#504D5E
(80,77,94)
#3C3C48
(60,60,72)
#282B32
(40,43,50)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #DCC4F8

#DCC4F8
(220,196,248)
#DFC9F8
(223,201,248)
#E2CEF8
(226,206,248)
#E5D3F8
(229,211,248)
#E8D8F8
(232,216,248)
#EBDDF8
(235,221,248)
#EEE2F8
(238,226,248)
#F1E7F8
(241,231,248)
#F4ECF8
(244,236,248)
#F7F1F8
(247,241,248)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC4F8; }

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

This text font color is #DCC4F8.


Background Color

.myBgColor { background-color: #DCC4F8; }

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

This div background color is #DCC4F8.


Border color

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

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

This div border color is #DCC4F8.


Opacity

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

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

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

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

This text has shadow with #DCC4F8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCC4F8 on black background.


Color preview on white background

This text has color #DCC4F8 on white background.



Black color preview on #DCC4F8 background

This text has black color on #DCC4F8 background.


White color preview on #DCC4F8 background

This text has white color on #DCC4F8 background.