COLOR #DCDDE9

HEX: #DCDDE9
RGB: (220,221,233)

Color info

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

RGB color model

#DCDDE9 color RGB value is (220,221,233).

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

RGB channels and saturation

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

220
221
233

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

Portions of RGB colors in percentages

R + G + B =
220 + 221 + 233 = 674 (100%)
R 220 of 674 ~ 32.64%
G 221 of 674 ~ 32.79%
B 233 of 674 ~ 34.57%

%32.64
%32.79
%34.57

CMYK color model

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

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

CMYK percentages

%5.58
%5.15
%0
%8.63

Codes

Color #DCDDE9 in popluar color models

DCDDE9
RGB220221233
HSL235°22.81%88.82%
HSB/HSV235°5.58%91.37%
CMYK5.58%5.15%0.00%
8.63%

Color #DCDDE9 in popluar number systems.

HEXDCDDE9
Decimal220221233
Binary110111001101110111101001
Octal334335351

Shades and tints

Shades of #DCDDE9

#DCDDE9
(220,221,233)
#C8C9D4
(200,201,212)
#B4B5BF
(180,181,191)
#A0A1AA
(160,161,170)
#8C8D95
(140,141,149)
#787980
(120,121,128)
#64656B
(100,101,107)
#505156
(80,81,86)
#3C3D41
(60,61,65)
#28292C
(40,41,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #DCDDE9

#DCDDE9
(220,221,233)
#DFE0EB
(223,224,235)
#E2E3ED
(226,227,237)
#E5E6EF
(229,230,239)
#E8E9F1
(232,233,241)
#EBECF3
(235,236,243)
#EEEFF5
(238,239,245)
#F1F2F7
(241,242,247)
#F4F5F9
(244,245,249)
#F7F8FB
(247,248,251)
#FAFBFD
(250,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDE9; }

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

This text font color is #DCDDE9.


Background Color

.myBgColor { background-color: #DCDDE9; }

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

This div background color is #DCDDE9.


Border color

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

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

This div border color is #DCDDE9.


Opacity

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

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

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

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

This text has shadow with #DCDDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDDE9 on black background.


Color preview on white background

This text has color #DCDDE9 on white background.



Black color preview on #DCDDE9 background

This text has black color on #DCDDE9 background.


White color preview on #DCDDE9 background

This text has white color on #DCDDE9 background.