COLOR #DCD8F4

HEX: #DCD8F4
RGB: (220,216,244)

Color info

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

RGB color model

#DCD8F4 color RGB value is (220,216,244).

  • red value is 220;
  • green value is 216;
  • blue value is 244.
RGB:
(220,216,244)
(86%,85%,96%)

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 244 of 255 = 96%

220
216
244

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

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 244 = 680 (100%)
R 220 of 680 ~ 32.35%
G 216 of 680 ~ 31.76%
B 244 of 680 ~ 35.88%

%32.35
%31.76
%35.88

CMYK color model

#DCD8F4 color CMYK value is (10,11,0,4).

  • cyan value is 9.84%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(10,11,0,4)
C10M11Y0K4 
(10%,11%,0%,4%)
(0.10/0.11/0.00/0.04)	

CMYK percentages

%9.84
%11.48
%0
%4.31

Codes

Color #DCD8F4 in popluar color models

DCD8F4
RGB220216244
HSL249°56.00%90.20%
HSB/HSV249°11.48%95.69%
CMYK9.84%11.48%0.00%
4.31%

Color #DCD8F4 in popluar number systems.

HEXDCD8F4
Decimal220216244
Binary110111001101100011110100
Octal334330364

Shades and tints

Shades of #DCD8F4

#DCD8F4
(220,216,244)
#C8C5DE
(200,197,222)
#B4B2C8
(180,178,200)
#A09FB2
(160,159,178)
#8C8C9C
(140,140,156)
#787986
(120,121,134)
#646670
(100,102,112)
#50535A
(80,83,90)
#3C4044
(60,64,68)
#282D2E
(40,45,46)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCD8F4

#DCD8F4
(220,216,244)
#DFDBF5
(223,219,245)
#E2DEF6
(226,222,246)
#E5E1F7
(229,225,247)
#E8E4F8
(232,228,248)
#EBE7F9
(235,231,249)
#EEEAFA
(238,234,250)
#F1EDFB
(241,237,251)
#F4F0FC
(244,240,252)
#F7F3FD
(247,243,253)
#FAF6FE
(250,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCD8F4 color. Also use rgb(220,216,244) instead hex code.

Text Font Color

.myTextColor { color: #DCD8F4; }

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

This text font color is #DCD8F4.


Background Color

.myBgColor { background-color: #DCD8F4; }

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

This div background color is #DCD8F4.


Border color

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

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

This div border color is #DCD8F4.


Opacity

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

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

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

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

This text has shadow with #DCD8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8F4 on black background.


Color preview on white background

This text has color #DCD8F4 on white background.



Black color preview on #DCD8F4 background

This text has black color on #DCD8F4 background.


White color preview on #DCD8F4 background

This text has white color on #DCD8F4 background.