COLOR #DCD7F0

HEX: #DCD7F0
RGB: (220,215,240)

Color info

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

RGB color model

#DCD7F0 color RGB value is (220,215,240).

  • red value is 220;
  • green value is 215;
  • blue value is 240.
RGB:
(220,215,240)
(86%,84%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 215 of 255 = 84%
B 240 of 255 = 94%

220
215
240

R + G + B ~ 88%. #DCD7F0 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 215 + 240 = 675 (100%)
R 220 of 675 ~ 32.59%
G 215 of 675 ~ 31.85%
B 240 of 675 ~ 35.56%

%32.59
%31.85
%35.56

CMYK color model

#DCD7F0 color CMYK value is (8,10,0,6).

  • cyan value is 8.33%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,10,0,6)
C8M10Y0K6 
(8%,10%,0%,6%)
(0.08/0.10/0.00/0.06)	

CMYK percentages

%8.33
%10.42
%0
%5.88

Codes

Color #DCD7F0 in popluar color models

DCD7F0
RGB220215240
HSL252°45.45%89.22%
HSB/HSV252°10.42%94.12%
CMYK8.33%10.42%0.00%
5.88%

Color #DCD7F0 in popluar number systems.

HEXDCD7F0
Decimal220215240
Binary110111001101011111110000
Octal334327360

Shades and tints

Shades of #DCD7F0

#DCD7F0
(220,215,240)
#C8C4DB
(200,196,219)
#B4B1C6
(180,177,198)
#A09EB1
(160,158,177)
#8C8B9C
(140,139,156)
#787887
(120,120,135)
#646572
(100,101,114)
#50525D
(80,82,93)
#3C3F48
(60,63,72)
#282C33
(40,44,51)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #DCD7F0

#DCD7F0
(220,215,240)
#DFDAF1
(223,218,241)
#E2DDF2
(226,221,242)
#E5E0F3
(229,224,243)
#E8E3F4
(232,227,244)
#EBE6F5
(235,230,245)
#EEE9F6
(238,233,246)
#F1ECF7
(241,236,247)
#F4EFF8
(244,239,248)
#F7F2F9
(247,242,249)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD7F0 color. Also use rgb(220,215,240) instead hex code.

Text Font Color

.myTextColor { color: #DCD7F0; }

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

This text font color is #DCD7F0.


Background Color

.myBgColor { background-color: #DCD7F0; }

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

This div background color is #DCD7F0.


Border color

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

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

This div border color is #DCD7F0.


Opacity

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

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

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

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

This text has shadow with #DCD7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD7F0 on black background.


Color preview on white background

This text has color #DCD7F0 on white background.



Black color preview on #DCD7F0 background

This text has black color on #DCD7F0 background.


White color preview on #DCD7F0 background

This text has white color on #DCD7F0 background.