COLOR #DCE3EE

HEX: #DCE3EE RGB: (220,227,238)

Color info

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

RGB color model

#DCE3EE color RGB value is (220,227,238).

RGB: (220,227,238) (86%, 89%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 238 of 255 = 93%

220
227
238

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

Portions of RGB colors in percentages

R + G + B = 220 + 227 + 238 = 685 (100%)
R 220 of 685 ~ 32.12%
G 227 of 685 ~ 33.14%
B 238 of 685 ~ 34.74'%

%32.12
%33.14
%34.74

CMYK color model

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

  • cyan value is 7.56%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,5,0,7)
C8M5Y0K7 (8%, 5%, 0%, 7%)
(0.08 / 0.05 / 0.00 / 0.07)

CMYK percentages

%7.56
%4.62
%0
%6.67

Codes

Color #DCE3EE in popluar color models

DC E3 EE
RGB 220 227 238
HSL 217° 34.62% 89.80%
HSB/HSV 217° 7.56% 93.33%
CMYK 7.56% 4.62% 0.00%
6.67%

Color #DCE3EE in popluar number systems.

HEX DC E3 EE
Decimal 220 227 238
Binary 11011100 11100011 11101110
Octal 334 343 356

Shades and tints

Shades of #DCE3EE

#DCE3EE
(220,227,238)
#C8CFD9
(200,207,217)
#B4BBC4
(180,187,196)
#A0A7AF
(160,167,175)
#8C939A
(140,147,154)
#787F85
(120,127,133)
#646B70
(100,107,112)
#50575B
(80,87,91)
#3C4346
(60,67,70)
#282F31
(40,47,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCE3EE

#DCE3EE
(220,227,238)
#DFE5EF
(223,229,239)
#E2E7F0
(226,231,240)
#E5E9F1
(229,233,241)
#E8EBF2
(232,235,242)
#EBEDF3
(235,237,243)
#EEEFF4
(238,239,244)
#F1F1F5
(241,241,245)
#F4F3F6
(244,243,246)
#F7F5F7
(247,245,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE3EE color. Also use rgb(220,227,238) instead hex code.

Text Font Color

.myTextColor { color: #DCE3EE; }

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

This text font color is #DCE3EE.

Background Color

.myBgColor { background-color: #DCE3EE; }

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

This div background color is #DCE3EE.

Border color

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

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

This div border color is #DCE3EE.

Opacity

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

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

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

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

This text has shadow with #DCE3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE3EE.

Preview

Color preview on black background

This text has color #DCE3EE on black background.


Color preview on white background

This text has color #DCE3EE on white background.


Black color preview on #DCE3EE background

This text has black color on #DCE3EE background.


White color preview on #DCE3EE background

This text has white color on #DCE3EE background.


Related colors

Complementary color

Complementary color for #hex is #231C11.


I love getcolorcode.com

Triadic colors

1 #EEDCE3 and #E3EEDC with #DCE3EE are triadic colors.

2 #EEE3DC and #E3DCEE with #DCE3EE are triadic colors.