COLOR #DCE5ED

HEX: #DCE5ED RGB: (220,229,237)

Color info

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

RGB color model

#DCE5ED color RGB value is (220,229,237).

RGB: (220,229,237) (86%, 90%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 237 of 255 = 93%

220
229
237

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

Portions of RGB colors in percentages

R + G + B = 220 + 229 + 237 = 686 (100%)
R 220 of 686 ~ 32.07%
G 229 of 686 ~ 33.38%
B 237 of 686 ~ 34.55'%

%32.07
%33.38
%34.55

CMYK color model

#DCE5ED color CMYK value is (7,3,0,7).

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

CMYK: (7,3,0,7)
C7M3Y0K7 (7%, 3%, 0%, 7%)
(0.07 / 0.03 / 0.00 / 0.07)

CMYK percentages

%7.17
%3.38
%0
%7.06

Codes

Color #DCE5ED in popluar color models

DC E5 ED
RGB 220 229 237
HSL 208° 32.08% 89.61%
HSB/HSV 208° 7.17% 92.94%
CMYK 7.17% 3.38% 0.00%
7.06%

Color #DCE5ED in popluar number systems.

HEX DC E5 ED
Decimal 220 229 237
Binary 11011100 11100101 11101101
Octal 334 345 355

Shades and tints

Shades of #DCE5ED

#DCE5ED
(220,229,237)
#C8D1D8
(200,209,216)
#B4BDC3
(180,189,195)
#A0A9AE
(160,169,174)
#8C9599
(140,149,153)
#788184
(120,129,132)
#646D6F
(100,109,111)
#50595A
(80,89,90)
#3C4545
(60,69,69)
#283130
(40,49,48)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #DCE5ED

#DCE5ED
(220,229,237)
#DFE7EE
(223,231,238)
#E2E9EF
(226,233,239)
#E5EBF0
(229,235,240)
#E8EDF1
(232,237,241)
#EBEFF2
(235,239,242)
#EEF1F3
(238,241,243)
#F1F3F4
(241,243,244)
#F4F5F5
(244,245,245)
#F7F7F6
(247,247,246)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE5ED; }

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

This text font color is #DCE5ED.

Background Color

.myBgColor { background-color: #DCE5ED; }

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

This div background color is #DCE5ED.

Border color

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

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

This div border color is #DCE5ED.

Opacity

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

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

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

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

This text has shadow with #DCE5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE5ED.

Preview

Color preview on black background

This text has color #DCE5ED on black background.


Color preview on white background

This text has color #DCE5ED on white background.


Black color preview on #DCE5ED background

This text has black color on #DCE5ED background.


White color preview on #DCE5ED background

This text has white color on #DCE5ED background.


Related colors

Complementary color

Complementary color for #hex is #231A12.


I love getcolorcode.com

Triadic colors

1 #EDDCE5 and #E5EDDC with #DCE5ED are triadic colors.

2 #EDE5DC and #E5DCED with #DCE5ED are triadic colors.