COLOR #DCD8FF

HEX: #DCD8FF
RGB: (220,216,255)

Color info

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

RGB color model

#DCD8FF color RGB value is (220,216,255).

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

RGB channels and saturation

R 220 of 255 = 86%
G 216 of 255 = 85%
B 255 of 255 = 100%

220
216
255

R + G + B ~ 90%. #DCD8FF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 216 + 255 = 691 (100%)
R 220 of 691 ~ 31.84%
G 216 of 691 ~ 31.26%
B 255 of 691 ~ 36.9%

%31.84
%31.26
%36.9

CMYK color model

#DCD8FF color CMYK value is (14,15,0,0).

  • cyan value is 13.73%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,15,0,0)
C14M15Y0K0 
(14%,15%,0%,0%)
(0.14/0.15/0.00/0.00)	

CMYK percentages

%13.73
%15.29
%0
%0

Codes

Color #DCD8FF in popluar color models

DCD8FF
RGB220216255
HSL246°100.00%92.35%
HSB/HSV246°15.29%100.00%
CMYK13.73%15.29%0.00%
0.00%

Color #DCD8FF in popluar number systems.

HEXDCD8FF
Decimal220216255
Binary110111001101100011111111
Octal334330377

Shades and tints

Shades of #DCD8FF

#DCD8FF
(220,216,255)
#C8C5E8
(200,197,232)
#B4B2D1
(180,178,209)
#A09FBA
(160,159,186)
#8C8CA3
(140,140,163)
#78798C
(120,121,140)
#646675
(100,102,117)
#50535E
(80,83,94)
#3C4047
(60,64,71)
#282D30
(40,45,48)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #DCD8FF

#DCD8FF
(220,216,255)
#DFDBFF
(223,219,255)
#E2DEFF
(226,222,255)
#E5E1FF
(229,225,255)
#E8E4FF
(232,228,255)
#EBE7FF
(235,231,255)
#EEEAFF
(238,234,255)
#F1EDFF
(241,237,255)
#F4F0FF
(244,240,255)
#F7F3FF
(247,243,255)
#FAF6FF
(250,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD8FF; }

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

This text font color is #DCD8FF.


Background Color

.myBgColor { background-color: #DCD8FF; }

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

This div background color is #DCD8FF.


Border color

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

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

This div border color is #DCD8FF.


Opacity

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

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

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

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

This text has shadow with #DCD8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD8FF on black background.


Color preview on white background

This text has color #DCD8FF on white background.



Black color preview on #DCD8FF background

This text has black color on #DCD8FF background.


White color preview on #DCD8FF background

This text has white color on #DCD8FF background.