COLOR #DCC7F9

HEX: #DCC7F9
RGB: (220,199,249)

Color info

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

RGB color model

#DCC7F9 color RGB value is (220,199,249).

  • red value is 220;
  • green value is 199;
  • blue value is 249.
RGB:
(220,199,249)
(86%,78%,98%)

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 249 of 255 = 98%

220
199
249

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

Portions of RGB colors in percentages

R + G + B =
220 + 199 + 249 = 668 (100%)
R 220 of 668 ~ 32.93%
G 199 of 668 ~ 29.79%
B 249 of 668 ~ 37.28%

%32.93
%29.79
%37.28

CMYK color model

#DCC7F9 color CMYK value is (12,20,0,2).

  • cyan value is 11.65%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,20,0,2)
C12M20Y0K2 
(12%,20%,0%,2%)
(0.12/0.20/0.00/0.02)	

CMYK percentages

%11.65
%20.08
%0
%2.35

Codes

Color #DCC7F9 in popluar color models

DCC7F9
RGB220199249
HSL265°80.65%87.84%
HSB/HSV265°20.08%97.65%
CMYK11.65%20.08%0.00%
2.35%

Color #DCC7F9 in popluar number systems.

HEXDCC7F9
Decimal220199249
Binary110111001100011111111001
Octal334307371

Shades and tints

Shades of #DCC7F9

#DCC7F9
(220,199,249)
#C8B5E3
(200,181,227)
#B4A3CD
(180,163,205)
#A091B7
(160,145,183)
#8C7FA1
(140,127,161)
#786D8B
(120,109,139)
#645B75
(100,91,117)
#50495F
(80,73,95)
#3C3749
(60,55,73)
#282533
(40,37,51)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #DCC7F9

#DCC7F9
(220,199,249)
#DFCCF9
(223,204,249)
#E2D1F9
(226,209,249)
#E5D6F9
(229,214,249)
#E8DBF9
(232,219,249)
#EBE0F9
(235,224,249)
#EEE5F9
(238,229,249)
#F1EAF9
(241,234,249)
#F4EFF9
(244,239,249)
#F7F4F9
(247,244,249)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC7F9 color. Also use rgb(220,199,249) instead hex code.

Text Font Color

.myTextColor { color: #DCC7F9; }

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

This text font color is #DCC7F9.


Background Color

.myBgColor { background-color: #DCC7F9; }

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

This div background color is #DCC7F9.


Border color

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

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

This div border color is #DCC7F9.


Opacity

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

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

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

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

This text has shadow with #DCC7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC7F9 on black background.


Color preview on white background

This text has color #DCC7F9 on white background.



Black color preview on #DCC7F9 background

This text has black color on #DCC7F9 background.


White color preview on #DCC7F9 background

This text has white color on #DCC7F9 background.