COLOR #DCC5F2

HEX: #DCC5F2
RGB: (220,197,242)

Color info

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

RGB color model

#DCC5F2 color RGB value is (220,197,242).

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

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 242 of 255 = 95%

220
197
242

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

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 242 = 659 (100%)
R 220 of 659 ~ 33.38%
G 197 of 659 ~ 29.89%
B 242 of 659 ~ 36.72%

%33.38
%29.89
%36.72

CMYK color model

#DCC5F2 color CMYK value is (9,19,0,5).

  • cyan value is 9.09%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(9,19,0,5)
C9M19Y0K5 
(9%,19%,0%,5%)
(0.09/0.19/0.00/0.05)	

CMYK percentages

%9.09
%18.6
%0
%5.1

Codes

Color #DCC5F2 in popluar color models

DCC5F2
RGB220197242
HSL271°63.38%86.08%
HSB/HSV271°18.60%94.90%
CMYK9.09%18.60%0.00%
5.10%

Color #DCC5F2 in popluar number systems.

HEXDCC5F2
Decimal220197242
Binary110111001100010111110010
Octal334305362

Shades and tints

Shades of #DCC5F2

#DCC5F2
(220,197,242)
#C8B4DC
(200,180,220)
#B4A3C6
(180,163,198)
#A092B0
(160,146,176)
#8C819A
(140,129,154)
#787084
(120,112,132)
#645F6E
(100,95,110)
#504E58
(80,78,88)
#3C3D42
(60,61,66)
#282C2C
(40,44,44)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #DCC5F2

#DCC5F2
(220,197,242)
#DFCAF3
(223,202,243)
#E2CFF4
(226,207,244)
#E5D4F5
(229,212,245)
#E8D9F6
(232,217,246)
#EBDEF7
(235,222,247)
#EEE3F8
(238,227,248)
#F1E8F9
(241,232,249)
#F4EDFA
(244,237,250)
#F7F2FB
(247,242,251)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC5F2; }

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

This text font color is #DCC5F2.


Background Color

.myBgColor { background-color: #DCC5F2; }

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

This div background color is #DCC5F2.


Border color

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

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

This div border color is #DCC5F2.


Opacity

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

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

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

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

This text has shadow with #DCC5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC5F2 on black background.


Color preview on white background

This text has color #DCC5F2 on white background.



Black color preview on #DCC5F2 background

This text has black color on #DCC5F2 background.


White color preview on #DCC5F2 background

This text has white color on #DCC5F2 background.