COLOR #DCD8EB

HEX: #DCD8EB
RGB: (220,216,235)

Color info

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

RGB color model

#DCD8EB color RGB value is (220,216,235).

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

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 235 of 255 = 92%

220
216
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 235 = 671 (100%)
R 220 of 671 ~ 32.79%
G 216 of 671 ~ 32.19%
B 235 of 671 ~ 35.02%

%32.79
%32.19
%35.02

CMYK color model

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

  • cyan value is 6.38%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,8,0,8)
C6M8Y0K8 
(6%,8%,0%,8%)
(0.06/0.08/0.00/0.08)	

CMYK percentages

%6.38
%8.09
%0
%7.84

Codes

Color #DCD8EB in popluar color models

DCD8EB
RGB220216235
HSL253°32.20%88.43%
HSB/HSV253°8.09%92.16%
CMYK6.38%8.09%0.00%
7.84%

Color #DCD8EB in popluar number systems.

HEXDCD8EB
Decimal220216235
Binary110111001101100011101011
Octal334330353

Shades and tints

Shades of #DCD8EB

#DCD8EB
(220,216,235)
#C8C5D6
(200,197,214)
#B4B2C1
(180,178,193)
#A09FAC
(160,159,172)
#8C8C97
(140,140,151)
#787982
(120,121,130)
#64666D
(100,102,109)
#505358
(80,83,88)
#3C4043
(60,64,67)
#282D2E
(40,45,46)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #DCD8EB

#DCD8EB
(220,216,235)
#DFDBEC
(223,219,236)
#E2DEED
(226,222,237)
#E5E1EE
(229,225,238)
#E8E4EF
(232,228,239)
#EBE7F0
(235,231,240)
#EEEAF1
(238,234,241)
#F1EDF2
(241,237,242)
#F4F0F3
(244,240,243)
#F7F3F4
(247,243,244)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8EB; }

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

This text font color is #DCD8EB.


Background Color

.myBgColor { background-color: #DCD8EB; }

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

This div background color is #DCD8EB.


Border color

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

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

This div border color is #DCD8EB.


Opacity

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

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

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

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

This text has shadow with #DCD8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8EB on black background.


Color preview on white background

This text has color #DCD8EB on white background.



Black color preview on #DCD8EB background

This text has black color on #DCD8EB background.


White color preview on #DCD8EB background

This text has white color on #DCD8EB background.