COLOR #DCDDFF

HEX: #DCDDFF
RGB: (220,221,255)

Color info

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

RGB color model

#DCDDFF color RGB value is (220,221,255).

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

RGB channels and saturation

R 220 of 255 = 86%
G 221 of 255 = 87%
B 255 of 255 = 100%

220
221
255

R + G + B ~ 91%. #DCDDFF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 221 + 255 = 696 (100%)
R 220 of 696 ~ 31.61%
G 221 of 696 ~ 31.75%
B 255 of 696 ~ 36.64%

%31.61
%31.75
%36.64

CMYK color model

#DCDDFF color CMYK value is (14,13,0,0).

  • cyan value is 13.73%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,13,0,0)
C14M13Y0K0 
(14%,13%,0%,0%)
(0.14/0.13/0.00/0.00)	

CMYK percentages

%13.73
%13.33
%0
%0

Codes

Color #DCDDFF in popluar color models

DCDDFF
RGB220221255
HSL238°100.00%93.14%
HSB/HSV238°13.73%100.00%
CMYK13.73%13.33%0.00%
0.00%

Color #DCDDFF in popluar number systems.

HEXDCDDFF
Decimal220221255
Binary110111001101110111111111
Octal334335377

Shades and tints

Shades of #DCDDFF

#DCDDFF
(220,221,255)
#C8C9E8
(200,201,232)
#B4B5D1
(180,181,209)
#A0A1BA
(160,161,186)
#8C8DA3
(140,141,163)
#78798C
(120,121,140)
#646575
(100,101,117)
#50515E
(80,81,94)
#3C3D47
(60,61,71)
#282930
(40,41,48)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #DCDDFF

#DCDDFF
(220,221,255)
#DFE0FF
(223,224,255)
#E2E3FF
(226,227,255)
#E5E6FF
(229,230,255)
#E8E9FF
(232,233,255)
#EBECFF
(235,236,255)
#EEEFFF
(238,239,255)
#F1F2FF
(241,242,255)
#F4F5FF
(244,245,255)
#F7F8FF
(247,248,255)
#FAFBFF
(250,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDFF; }

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

This text font color is #DCDDFF.


Background Color

.myBgColor { background-color: #DCDDFF; }

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

This div background color is #DCDDFF.


Border color

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

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

This div border color is #DCDDFF.


Opacity

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

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

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

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

This text has shadow with #DCDDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDDFF on black background.


Color preview on white background

This text has color #DCDDFF on white background.



Black color preview on #DCDDFF background

This text has black color on #DCDDFF background.


White color preview on #DCDDFF background

This text has white color on #DCDDFF background.