COLOR #DCDDEC

HEX: #DCDDEC RGB: (220,221,236)

Color info

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

RGB color model

#DCDDEC color RGB value is (220,221,236).

RGB: (220,221,236) (86%, 87%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 221 of 255 = 87%
B 236 of 255 = 93%

220
221
236

R + G + B ~ 89%. #DCDDEC is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 221 + 236 = 677 (100%)
R 220 of 677 ~ 32.5%
G 221 of 677 ~ 32.64%
B 236 of 677 ~ 34.86'%

%32.5
%32.64
%34.86

CMYK color model

#DCDDEC color CMYK value is (7,6,0,7).

  • cyan value is 6.78%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,6,0,7)
C7M6Y0K7 (7%, 6%, 0%, 7%)
(0.07 / 0.06 / 0.00 / 0.07)

CMYK percentages

%6.78
%6.36
%0
%7.45

Codes

Color #DCDDEC in popluar color models

DC DD EC
RGB 220 221 236
HSL 236° 29.63% 89.41%
HSB/HSV 236° 6.78% 92.55%
CMYK 6.78% 6.36% 0.00%
7.45%

Color #DCDDEC in popluar number systems.

HEX DC DD EC
Decimal 220 221 236
Binary 11011100 11011101 11101100
Octal 334 335 354

Shades and tints

Shades of #DCDDEC

#DCDDEC
(220,221,236)
#C8C9D7
(200,201,215)
#B4B5C2
(180,181,194)
#A0A1AD
(160,161,173)
#8C8D98
(140,141,152)
#787983
(120,121,131)
#64656E
(100,101,110)
#505159
(80,81,89)
#3C3D44
(60,61,68)
#28292F
(40,41,47)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #DCDDEC

#DCDDEC
(220,221,236)
#DFE0ED
(223,224,237)
#E2E3EE
(226,227,238)
#E5E6EF
(229,230,239)
#E8E9F0
(232,233,240)
#EBECF1
(235,236,241)
#EEEFF2
(238,239,242)
#F1F2F3
(241,242,243)
#F4F5F4
(244,245,244)
#F7F8F5
(247,248,245)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDDEC; }

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

This text font color is #DCDDEC.

Background Color

.myBgColor { background-color: #DCDDEC; }

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

This div background color is #DCDDEC.

Border color

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

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

This div border color is #DCDDEC.

Opacity

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

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

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

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

This text has shadow with #DCDDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDDEC.

Preview

Color preview on black background

This text has color #DCDDEC on black background.


Color preview on white background

This text has color #DCDDEC on white background.


Black color preview on #DCDDEC background

This text has black color on #DCDDEC background.


White color preview on #DCDDEC background

This text has white color on #DCDDEC background.


Related colors

Complementary color

Complementary color for #hex is #232213.


I love getcolorcode.com

Triadic colors

1 #ECDCDD and #DDECDC with #DCDDEC are triadic colors.

2 #ECDDDC and #DDDCEC with #DCDDEC are triadic colors.