COLOR #DCD4F8

HEX: #DCD4F8
RGB: (220,212,248)

Color info

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

RGB color model

#DCD4F8 color RGB value is (220,212,248).

  • red value is 220;
  • green value is 212;
  • blue value is 248.
RGB:
(220,212,248)
(86%,83%,97%)

RGB channels and saturation

R 220 of 255 = 86%
G 212 of 255 = 83%
B 248 of 255 = 97%

220
212
248

R + G + B ~ 89%. #DCD4F8 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 212 + 248 = 680 (100%)
R 220 of 680 ~ 32.35%
G 212 of 680 ~ 31.18%
B 248 of 680 ~ 36.47%

%32.35
%31.18
%36.47

CMYK color model

#DCD4F8 color CMYK value is (11,15,0,3).

  • cyan value is 11.29%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,15,0,3)
C11M15Y0K3 
(11%,15%,0%,3%)
(0.11/0.15/0.00/0.03)	

CMYK percentages

%11.29
%14.52
%0
%2.75

Codes

Color #DCD4F8 in popluar color models

DCD4F8
RGB220212248
HSL253°72.00%90.20%
HSB/HSV253°14.52%97.25%
CMYK11.29%14.52%0.00%
2.75%

Color #DCD4F8 in popluar number systems.

HEXDCD4F8
Decimal220212248
Binary110111001101010011111000
Octal334324370

Shades and tints

Shades of #DCD4F8

#DCD4F8
(220,212,248)
#C8C1E2
(200,193,226)
#B4AECC
(180,174,204)
#A09BB6
(160,155,182)
#8C88A0
(140,136,160)
#78758A
(120,117,138)
#646274
(100,98,116)
#504F5E
(80,79,94)
#3C3C48
(60,60,72)
#282932
(40,41,50)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #DCD4F8

#DCD4F8
(220,212,248)
#DFD7F8
(223,215,248)
#E2DAF8
(226,218,248)
#E5DDF8
(229,221,248)
#E8E0F8
(232,224,248)
#EBE3F8
(235,227,248)
#EEE6F8
(238,230,248)
#F1E9F8
(241,233,248)
#F4ECF8
(244,236,248)
#F7EFF8
(247,239,248)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD4F8 color. Also use rgb(220,212,248) instead hex code.

Text Font Color

.myTextColor { color: #DCD4F8; }

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

This text font color is #DCD4F8.


Background Color

.myBgColor { background-color: #DCD4F8; }

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

This div background color is #DCD4F8.


Border color

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

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

This div border color is #DCD4F8.


Opacity

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

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

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

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

This text has shadow with #DCD4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD4F8 on black background.


Color preview on white background

This text has color #DCD4F8 on white background.



Black color preview on #DCD4F8 background

This text has black color on #DCD4F8 background.


White color preview on #DCD4F8 background

This text has white color on #DCD4F8 background.