COLOR #DCDDE8

HEX: #DCDDE8 RGB: (220,221,232)

Color info

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

RGB color model

#DCDDE8 color RGB value is (220,221,232).

RGB: (220,221,232) (86%, 87%, 91%)

RGB channels and saturation

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

220
221
232

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

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 232 = 673 (100%)
R 220 of 673 ~ 32.69%
G 221 of 673 ~ 32.84%
B 232 of 673 ~ 34.47'%

%32.69
%32.84
%34.47

CMYK color model

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

  • cyan value is 5.17%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (5,5,0,9)
C5M5Y0K9 (5%, 5%, 0%, 9%)
(0.05 / 0.05 / 0.00 / 0.09)

CMYK percentages

%5.17
%4.74
%0
%9.02

Codes

Color #DCDDE8 in popluar color models

DC DD E8
RGB 220 221 232
HSL 235° 20.69% 88.63%
HSB/HSV 235° 5.17% 90.98%
CMYK 5.17% 4.74% 0.00%
9.02%

Color #DCDDE8 in popluar number systems.

HEX DC DD E8
Decimal 220 221 232
Binary 11011100 11011101 11101000
Octal 334 335 350

Shades and tints

Shades of #DCDDE8

#DCDDE8
(220,221,232)
#C8C9D3
(200,201,211)
#B4B5BE
(180,181,190)
#A0A1A9
(160,161,169)
#8C8D94
(140,141,148)
#78797F
(120,121,127)
#64656A
(100,101,106)
#505155
(80,81,85)
#3C3D40
(60,61,64)
#28292B
(40,41,43)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #DCDDE8

#DCDDE8
(220,221,232)
#DFE0EA
(223,224,234)
#E2E3EC
(226,227,236)
#E5E6EE
(229,230,238)
#E8E9F0
(232,233,240)
#EBECF2
(235,236,242)
#EEEFF4
(238,239,244)
#F1F2F6
(241,242,246)
#F4F5F8
(244,245,248)
#F7F8FA
(247,248,250)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDE8; }

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

This text font color is #DCDDE8.

Background Color

.myBgColor { background-color: #DCDDE8; }

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

This div background color is #DCDDE8.

Border color

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

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

This div border color is #DCDDE8.

Opacity

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

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

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

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

This text has shadow with #DCDDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDDE8.

Preview

Color preview on black background

This text has color #DCDDE8 on black background.


Color preview on white background

This text has color #DCDDE8 on white background.


Black color preview on #DCDDE8 background

This text has black color on #DCDDE8 background.


White color preview on #DCDDE8 background

This text has white color on #DCDDE8 background.


Related colors

Complementary color

Complementary color for #hex is #232217.


I love getcolorcode.com

Triadic colors

1 #E8DCDD and #DDE8DC with #DCDDE8 are triadic colors.

2 #E8DDDC and #DDDCE8 with #DCDDE8 are triadic colors.