COLOR #DCC7E0

HEX: #DCC7E0
RGB: (220,199,224)

Color info

#DCC7E0 contains red, green and blue colors in about the same proportion. Web safe color of #DCC7E0 is #CCCCCC (or #CCC).

RGB color model

#DCC7E0 color RGB value is (220,199,224).

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

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 224 of 255 = 88%

220
199
224

R + G + B ~ 84%. #DCC7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 199 + 224 = 643 (100%)
R 220 of 643 ~ 34.21%
G 199 of 643 ~ 30.95%
B 224 of 643 ~ 34.84%

%34.21
%30.95
%34.84

CMYK color model

#DCC7E0 color CMYK value is (2,11,0,12).

  • cyan value is 1.79%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,11,0,12)
C2M11Y0K12 
(2%,11%,0%,12%)
(0.02/0.11/0.00/0.12)	

CMYK percentages

%1.79
%11.16
%0
%12.16

Codes

Color #DCC7E0 in popluar color models

DCC7E0
RGB220199224
HSL290°28.74%82.94%
HSB/HSV290°11.16%87.84%
CMYK1.79%11.16%0.00%
12.16%

Color #DCC7E0 in popluar number systems.

HEXDCC7E0
Decimal220199224
Binary110111001100011111100000
Octal334307340

Shades and tints

Shades of #DCC7E0

#DCC7E0
(220,199,224)
#C8B5CC
(200,181,204)
#B4A3B8
(180,163,184)
#A091A4
(160,145,164)
#8C7F90
(140,127,144)
#786D7C
(120,109,124)
#645B68
(100,91,104)
#504954
(80,73,84)
#3C3740
(60,55,64)
#28252C
(40,37,44)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #DCC7E0

#DCC7E0
(220,199,224)
#DFCCE2
(223,204,226)
#E2D1E4
(226,209,228)
#E5D6E6
(229,214,230)
#E8DBE8
(232,219,232)
#EBE0EA
(235,224,234)
#EEE5EC
(238,229,236)
#F1EAEE
(241,234,238)
#F4EFF0
(244,239,240)
#F7F4F2
(247,244,242)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC7E0; }

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

This text font color is #DCC7E0.


Background Color

.myBgColor { background-color: #DCC7E0; }

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

This div background color is #DCC7E0.


Border color

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

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

This div border color is #DCC7E0.


Opacity

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

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

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

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

This text has shadow with #DCC7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC7E0 on black background.


Color preview on white background

This text has color #DCC7E0 on white background.



Black color preview on #DCC7E0 background

This text has black color on #DCC7E0 background.


White color preview on #DCC7E0 background

This text has white color on #DCC7E0 background.