COLOR #DCE8ED

HEX: #DCE8ED RGB: (220,232,237)

Color info

#DCE8ED contains red, green and blue colors in about the same proportion. Web safe color of #DCE8ED is #CCFFFF (or #CFF).

RGB color model

#DCE8ED color RGB value is (220,232,237).

RGB: (220,232,237) (86%, 91%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 232 of 255 = 91%
B 237 of 255 = 93%

220
232
237

R + G + B ~ 90%. #DCE8ED is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 232 + 237 = 689 (100%)
R 220 of 689 ~ 31.93%
G 232 of 689 ~ 33.67%
B 237 of 689 ~ 34.4'%

%31.93
%33.67
%34.4

CMYK color model

#DCE8ED color CMYK value is (7,2,0,7).

  • cyan value is 7.17%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (7,2,0,7)
C7M2Y0K7 (7%, 2%, 0%, 7%)
(0.07 / 0.02 / 0.00 / 0.07)

CMYK percentages

%7.17
%2.11
%0
%7.06

Codes

Color #DCE8ED in popluar color models

DC E8 ED
RGB 220 232 237
HSL 198° 32.08% 89.61%
HSB/HSV 198° 7.17% 92.94%
CMYK 7.17% 2.11% 0.00%
7.06%

Color #DCE8ED in popluar number systems.

HEX DC E8 ED
Decimal 220 232 237
Binary 11011100 11101000 11101101
Octal 334 350 355

Shades and tints

Shades of #DCE8ED

#DCE8ED
(220,232,237)
#C8D3D8
(200,211,216)
#B4BEC3
(180,190,195)
#A0A9AE
(160,169,174)
#8C9499
(140,148,153)
#787F84
(120,127,132)
#646A6F
(100,106,111)
#50555A
(80,85,90)
#3C4045
(60,64,69)
#282B30
(40,43,48)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #DCE8ED

#DCE8ED
(220,232,237)
#DFEAEE
(223,234,238)
#E2ECEF
(226,236,239)
#E5EEF0
(229,238,240)
#E8F0F1
(232,240,241)
#EBF2F2
(235,242,242)
#EEF4F3
(238,244,243)
#F1F6F4
(241,246,244)
#F4F8F5
(244,248,245)
#F7FAF6
(247,250,246)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE8ED; }

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

This text font color is #DCE8ED.

Background Color

.myBgColor { background-color: #DCE8ED; }

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

This div background color is #DCE8ED.

Border color

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

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

This div border color is #DCE8ED.

Opacity

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

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

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

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

This text has shadow with #DCE8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE8ED.

Preview

Color preview on black background

This text has color #DCE8ED on black background.


Color preview on white background

This text has color #DCE8ED on white background.


Black color preview on #DCE8ED background

This text has black color on #DCE8ED background.


White color preview on #DCE8ED background

This text has white color on #DCE8ED background.


Related colors

Complementary color

Complementary color for #hex is #231712.


I love getcolorcode.com

Triadic colors

1 #EDDCE8 and #E8EDDC with #DCE8ED are triadic colors.

2 #EDE8DC and #E8DCED with #DCE8ED are triadic colors.