COLOR #DCC7EE

HEX: #DCC7EE
RGB: (220,199,238)

Color info

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

RGB color model

#DCC7EE color RGB value is (220,199,238).

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

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 238 of 255 = 93%

220
199
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 199 + 238 = 657 (100%)
R 220 of 657 ~ 33.49%
G 199 of 657 ~ 30.29%
B 238 of 657 ~ 36.23%

%33.49
%30.29
%36.23

CMYK color model

#DCC7EE color CMYK value is (8,16,0,7).

  • cyan value is 7.56%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (8,16,0,7) C8M16Y0K7 (8%,16%,0%,7%) (0.08/0.16/0.00/0.07)

CMYK percentages

%7.56
%16.39
%0
%6.67

Codes

Color #DCC7EE in popluar color models

DCC7EE
RGB220199238
HSL272°53.42%85.69%
HSB/HSV272°16.39%93.33%
CMYK7.56%16.39%0.00%
6.67%

Color #DCC7EE in popluar number systems.

HEXDCC7EE
Decimal220199238
Binary110111001100011111101110
Octal334307356

Shades and tints

Shades of #DCC7EE

#DCC7EE
(220,199,238)
#C8B5D9
(200,181,217)
#B4A3C4
(180,163,196)
#A091AF
(160,145,175)
#8C7F9A
(140,127,154)
#786D85
(120,109,133)
#645B70
(100,91,112)
#50495B
(80,73,91)
#3C3746
(60,55,70)
#282531
(40,37,49)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #DCC7EE

#DCC7EE
(220,199,238)
#DFCCEF
(223,204,239)
#E2D1F0
(226,209,240)
#E5D6F1
(229,214,241)
#E8DBF2
(232,219,242)
#EBE0F3
(235,224,243)
#EEE5F4
(238,229,244)
#F1EAF5
(241,234,245)
#F4EFF6
(244,239,246)
#F7F4F7
(247,244,247)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC7EE; }

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

This text font color is #DCC7EE.


Background Color

.myBgColor { background-color: #DCC7EE; }

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

This div background color is #DCC7EE.


Border color

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

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

This div border color is #DCC7EE.


Opacity

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

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

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

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

This text has shadow with #DCC7EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCC7EE on black background.


Color preview on white background

This text has color #DCC7EE on white background.



Black color preview on #DCC7EE background

This text has black color on #DCC7EE background.


White color preview on #DCC7EE background

This text has white color on #DCC7EE background.