COLOR #DCE1EC

HEX: #DCE1EC RGB: (220,225,236)

Color info

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

RGB color model

#DCE1EC color RGB value is (220,225,236).

RGB: (220,225,236) (86%, 88%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 236 of 255 = 93%

220
225
236

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

Portions of RGB colors in percentages

R + G + B = 220 + 225 + 236 = 681 (100%)
R 220 of 681 ~ 32.31%
G 225 of 681 ~ 33.04%
B 236 of 681 ~ 34.65'%

%32.31
%33.04
%34.65

CMYK color model

#DCE1EC color CMYK value is (7,5,0,7).

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

CMYK: (7,5,0,7)
C7M5Y0K7 (7%, 5%, 0%, 7%)
(0.07 / 0.05 / 0.00 / 0.07)

CMYK percentages

%6.78
%4.66
%0
%7.45

Codes

Color #DCE1EC in popluar color models

DC E1 EC
RGB 220 225 236
HSL 221° 29.63% 89.41%
HSB/HSV 221° 6.78% 92.55%
CMYK 6.78% 4.66% 0.00%
7.45%

Color #DCE1EC in popluar number systems.

HEX DC E1 EC
Decimal 220 225 236
Binary 11011100 11100001 11101100
Octal 334 341 354

Shades and tints

Shades of #DCE1EC

#DCE1EC
(220,225,236)
#C8CDD7
(200,205,215)
#B4B9C2
(180,185,194)
#A0A5AD
(160,165,173)
#8C9198
(140,145,152)
#787D83
(120,125,131)
#64696E
(100,105,110)
#505559
(80,85,89)
#3C4144
(60,65,68)
#282D2F
(40,45,47)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #DCE1EC

#DCE1EC
(220,225,236)
#DFE3ED
(223,227,237)
#E2E5EE
(226,229,238)
#E5E7EF
(229,231,239)
#E8E9F0
(232,233,240)
#EBEBF1
(235,235,241)
#EEEDF2
(238,237,242)
#F1EFF3
(241,239,243)
#F4F1F4
(244,241,244)
#F7F3F5
(247,243,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1EC; }

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

This text font color is #DCE1EC.

Background Color

.myBgColor { background-color: #DCE1EC; }

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

This div background color is #DCE1EC.

Border color

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

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

This div border color is #DCE1EC.

Opacity

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

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

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

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

This text has shadow with #DCE1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE1EC.

Preview

Color preview on black background

This text has color #DCE1EC on black background.


Color preview on white background

This text has color #DCE1EC on white background.


Black color preview on #DCE1EC background

This text has black color on #DCE1EC background.


White color preview on #DCE1EC background

This text has white color on #DCE1EC background.


Related colors

Complementary color

Complementary color for #hex is #231E13.


I love getcolorcode.com

Triadic colors

1 #ECDCE1 and #E1ECDC with #DCE1EC are triadic colors.

2 #ECE1DC and #E1DCEC with #DCE1EC are triadic colors.