COLOR #DCC5F5

HEX: #DCC5F5
RGB: (220,197,245)

Color info

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

RGB color model

#DCC5F5 color RGB value is (220,197,245).

  • red value is 220;
  • green value is 197;
  • blue value is 245.
RGB:
(220,197,245)
(86%,77%,96%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 245 of 255 = 96%

220
197
245

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

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 245 = 662 (100%)
R 220 of 662 ~ 33.23%
G 197 of 662 ~ 29.76%
B 245 of 662 ~ 37.01%

%33.23
%29.76
%37.01

CMYK color model

#DCC5F5 color CMYK value is (10,20,0,4).

  • cyan value is 10.20%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(10,20,0,4)
C10M20Y0K4 
(10%,20%,0%,4%)
(0.10/0.20/0.00/0.04)	

CMYK percentages

%10.2
%19.59
%0
%3.92

Codes

Color #DCC5F5 in popluar color models

DCC5F5
RGB220197245
HSL269°70.59%86.67%
HSB/HSV269°19.59%96.08%
CMYK10.20%19.59%0.00%
3.92%

Color #DCC5F5 in popluar number systems.

HEXDCC5F5
Decimal220197245
Binary110111001100010111110101
Octal334305365

Shades and tints

Shades of #DCC5F5

#DCC5F5
(220,197,245)
#C8B4DF
(200,180,223)
#B4A3C9
(180,163,201)
#A092B3
(160,146,179)
#8C819D
(140,129,157)
#787087
(120,112,135)
#645F71
(100,95,113)
#504E5B
(80,78,91)
#3C3D45
(60,61,69)
#282C2F
(40,44,47)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #DCC5F5

#DCC5F5
(220,197,245)
#DFCAF5
(223,202,245)
#E2CFF5
(226,207,245)
#E5D4F5
(229,212,245)
#E8D9F5
(232,217,245)
#EBDEF5
(235,222,245)
#EEE3F5
(238,227,245)
#F1E8F5
(241,232,245)
#F4EDF5
(244,237,245)
#F7F2F5
(247,242,245)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC5F5 color. Also use rgb(220,197,245) instead hex code.

Text Font Color

.myTextColor { color: #DCC5F5; }

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

This text font color is #DCC5F5.


Background Color

.myBgColor { background-color: #DCC5F5; }

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

This div background color is #DCC5F5.


Border color

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

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

This div border color is #DCC5F5.


Opacity

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

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

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

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

This text has shadow with #DCC5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC5F5 on black background.


Color preview on white background

This text has color #DCC5F5 on white background.



Black color preview on #DCC5F5 background

This text has black color on #DCC5F5 background.


White color preview on #DCC5F5 background

This text has white color on #DCC5F5 background.