COLOR #DCE2ED

HEX: #DCE2ED RGB: (220,226,237)

Color info

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

RGB color model

#DCE2ED color RGB value is (220,226,237).

RGB: (220,226,237) (86%, 89%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 237 of 255 = 93%

220
226
237

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

Portions of RGB colors in percentages

R + G + B = 220 + 226 + 237 = 683 (100%)
R 220 of 683 ~ 32.21%
G 226 of 683 ~ 33.09%
B 237 of 683 ~ 34.7'%

%32.21
%33.09
%34.7

CMYK color model

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

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

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

CMYK percentages

%7.17
%4.64
%0
%7.06

Codes

Color #DCE2ED in popluar color models

DC E2 ED
RGB 220 226 237
HSL 219° 32.08% 89.61%
HSB/HSV 219° 7.17% 92.94%
CMYK 7.17% 4.64% 0.00%
7.06%

Color #DCE2ED in popluar number systems.

HEX DC E2 ED
Decimal 220 226 237
Binary 11011100 11100010 11101101
Octal 334 342 355

Shades and tints

Shades of #DCE2ED

#DCE2ED
(220,226,237)
#C8CED8
(200,206,216)
#B4BAC3
(180,186,195)
#A0A6AE
(160,166,174)
#8C9299
(140,146,153)
#787E84
(120,126,132)
#646A6F
(100,106,111)
#50565A
(80,86,90)
#3C4245
(60,66,69)
#282E30
(40,46,48)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #DCE2ED

#DCE2ED
(220,226,237)
#DFE4EE
(223,228,238)
#E2E6EF
(226,230,239)
#E5E8F0
(229,232,240)
#E8EAF1
(232,234,241)
#EBECF2
(235,236,242)
#EEEEF3
(238,238,243)
#F1F0F4
(241,240,244)
#F4F2F5
(244,242,245)
#F7F4F6
(247,244,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE2ED; }

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

This text font color is #DCE2ED.

Background Color

.myBgColor { background-color: #DCE2ED; }

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

This div background color is #DCE2ED.

Border color

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

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

This div border color is #DCE2ED.

Opacity

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

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

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

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

This text has shadow with #DCE2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE2ED.

Preview

Color preview on black background

This text has color #DCE2ED on black background.


Color preview on white background

This text has color #DCE2ED on white background.


Black color preview on #DCE2ED background

This text has black color on #DCE2ED background.


White color preview on #DCE2ED background

This text has white color on #DCE2ED background.


Related colors

Complementary color

Complementary color for #hex is #231D12.


I love getcolorcode.com

Triadic colors

1 #EDDCE2 and #E2EDDC with #DCE2ED are triadic colors.

2 #EDE2DC and #E2DCED with #DCE2ED are triadic colors.