COLOR #DCDCE9

HEX: #DCDCE9
RGB: (220,220,233)

Color info

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

RGB color model

#DCDCE9 color RGB value is (220,220,233).

  • red value is 220;
  • green value is 220;
  • blue value is 233.
RGB:
(220,220,233)
(86%,86%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 220 of 255 = 86%
B 233 of 255 = 91%

220
220
233

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

Portions of RGB colors in percentages

R + G + B =
220 + 220 + 233 = 673 (100%)
R 220 of 673 ~ 32.69%
G 220 of 673 ~ 32.69%
B 233 of 673 ~ 34.62%

%32.69
%32.69
%34.62

CMYK color model

#DCDCE9 color CMYK value is (6,6,0,9).

  • cyan value is 5.58%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,6,0,9)
C6M6Y0K9 
(6%,6%,0%,9%)
(0.06/0.06/0.00/0.09)	

CMYK percentages

%5.58
%5.58
%0
%8.63

Codes

Color #DCDCE9 in popluar color models

DCDCE9
RGB220220233
HSL240°22.81%88.82%
HSB/HSV240°5.58%91.37%
CMYK5.58%5.58%0.00%
8.63%

Color #DCDCE9 in popluar number systems.

HEXDCDCE9
Decimal220220233
Binary110111001101110011101001
Octal334334351

Shades and tints

Shades of #DCDCE9

#DCDCE9
(220,220,233)
#C8C8D4
(200,200,212)
#B4B4BF
(180,180,191)
#A0A0AA
(160,160,170)
#8C8C95
(140,140,149)
#787880
(120,120,128)
#64646B
(100,100,107)
#505056
(80,80,86)
#3C3C41
(60,60,65)
#28282C
(40,40,44)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #DCDCE9

#DCDCE9
(220,220,233)
#DFDFEB
(223,223,235)
#E2E2ED
(226,226,237)
#E5E5EF
(229,229,239)
#E8E8F1
(232,232,241)
#EBEBF3
(235,235,243)
#EEEEF5
(238,238,245)
#F1F1F7
(241,241,247)
#F4F4F9
(244,244,249)
#F7F7FB
(247,247,251)
#FAFAFD
(250,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDCE9; }

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

This text font color is #DCDCE9.


Background Color

.myBgColor { background-color: #DCDCE9; }

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

This div background color is #DCDCE9.


Border color

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

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

This div border color is #DCDCE9.


Opacity

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

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

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

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

This text has shadow with #DCDCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDCE9 on black background.


Color preview on white background

This text has color #DCDCE9 on white background.



Black color preview on #DCDCE9 background

This text has black color on #DCDCE9 background.


White color preview on #DCDCE9 background

This text has white color on #DCDCE9 background.