COLOR #DCE4EE

HEX: #DCE4EE RGB: (220,228,238)

Color info

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

RGB color model

#DCE4EE color RGB value is (220,228,238).

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

RGB channels and saturation

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

220
228
238

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

Portions of RGB colors in percentages

R + G + B = 220 + 228 + 238 = 686 (100%)
R 220 of 686 ~ 32.07%
G 228 of 686 ~ 33.24%
B 238 of 686 ~ 34.69'%

%32.07
%33.24
%34.69

CMYK color model

#DCE4EE color CMYK value is (8,4,0,7).

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

CMYK: (8,4,0,7)
C8M4Y0K7 (8%, 4%, 0%, 7%)
(0.08 / 0.04 / 0.00 / 0.07)

CMYK percentages

%7.56
%4.2
%0
%6.67

Codes

Color #DCE4EE in popluar color models

DC E4 EE
RGB 220 228 238
HSL 213° 34.62% 89.80%
HSB/HSV 213° 7.56% 93.33%
CMYK 7.56% 4.20% 0.00%
6.67%

Color #DCE4EE in popluar number systems.

HEX DC E4 EE
Decimal 220 228 238
Binary 11011100 11100100 11101110
Octal 334 344 356

Shades and tints

Shades of #DCE4EE

#DCE4EE
(220,228,238)
#C8D0D9
(200,208,217)
#B4BCC4
(180,188,196)
#A0A8AF
(160,168,175)
#8C949A
(140,148,154)
#788085
(120,128,133)
#646C70
(100,108,112)
#50585B
(80,88,91)
#3C4446
(60,68,70)
#283031
(40,48,49)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #DCE4EE

#DCE4EE
(220,228,238)
#DFE6EF
(223,230,239)
#E2E8F0
(226,232,240)
#E5EAF1
(229,234,241)
#E8ECF2
(232,236,242)
#EBEEF3
(235,238,243)
#EEF0F4
(238,240,244)
#F1F2F5
(241,242,245)
#F4F4F6
(244,244,246)
#F7F6F7
(247,246,247)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE4EE; }

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

This text font color is #DCE4EE.

Background Color

.myBgColor { background-color: #DCE4EE; }

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

This div background color is #DCE4EE.

Border color

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

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

This div border color is #DCE4EE.

Opacity

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

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

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

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

This text has shadow with #DCE4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE4EE.

Preview

Color preview on black background

This text has color #DCE4EE on black background.


Color preview on white background

This text has color #DCE4EE on white background.


Black color preview on #DCE4EE background

This text has black color on #DCE4EE background.


White color preview on #DCE4EE background

This text has white color on #DCE4EE background.


Related colors

Complementary color

Complementary color for #hex is #231B11.


I love getcolorcode.com

Triadic colors

1 #EEDCE4 and #E4EEDC with #DCE4EE are triadic colors.

2 #EEE4DC and #E4DCEE with #DCE4EE are triadic colors.