COLOR #DCE8EF

HEX: #DCE8EF RGB: (220,232,239)

Color info

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

RGB color model

#DCE8EF color RGB value is (220,232,239).

RGB: (220,232,239) (86%, 91%, 94%)

RGB channels and saturation

R 220 of 255 = 86%
G 232 of 255 = 91%
B 239 of 255 = 94%

220
232
239

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

Portions of RGB colors in percentages

R + G + B = 220 + 232 + 239 = 691 (100%)
R 220 of 691 ~ 31.84%
G 232 of 691 ~ 33.57%
B 239 of 691 ~ 34.59'%

%31.84
%33.57
%34.59

CMYK color model

#DCE8EF color CMYK value is (8,3,0,6).

  • cyan value is 7.95%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,3,0,6)
C8M3Y0K6 (8%, 3%, 0%, 6%)
(0.08 / 0.03 / 0.00 / 0.06)

CMYK percentages

%7.95
%2.93
%0
%6.27

Codes

Color #DCE8EF in popluar color models

DC E8 EF
RGB 220 232 239
HSL 202° 37.25% 90.00%
HSB/HSV 202° 7.95% 93.73%
CMYK 7.95% 2.93% 0.00%
6.27%

Color #DCE8EF in popluar number systems.

HEX DC E8 EF
Decimal 220 232 239
Binary 11011100 11101000 11101111
Octal 334 350 357

Shades and tints

Shades of #DCE8EF

#DCE8EF
(220,232,239)
#C8D3DA
(200,211,218)
#B4BEC5
(180,190,197)
#A0A9B0
(160,169,176)
#8C949B
(140,148,155)
#787F86
(120,127,134)
#646A71
(100,106,113)
#50555C
(80,85,92)
#3C4047
(60,64,71)
#282B32
(40,43,50)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #DCE8EF

#DCE8EF
(220,232,239)
#DFEAF0
(223,234,240)
#E2ECF1
(226,236,241)
#E5EEF2
(229,238,242)
#E8F0F3
(232,240,243)
#EBF2F4
(235,242,244)
#EEF4F5
(238,244,245)
#F1F6F6
(241,246,246)
#F4F8F7
(244,248,247)
#F7FAF8
(247,250,248)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE8EF; }

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

This text font color is #DCE8EF.

Background Color

.myBgColor { background-color: #DCE8EF; }

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

This div background color is #DCE8EF.

Border color

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

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

This div border color is #DCE8EF.

Opacity

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

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

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

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

This text has shadow with #DCE8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE8EF.

Preview

Color preview on black background

This text has color #DCE8EF on black background.


Color preview on white background

This text has color #DCE8EF on white background.


Black color preview on #DCE8EF background

This text has black color on #DCE8EF background.


White color preview on #DCE8EF background

This text has white color on #DCE8EF background.


Related colors

Complementary color

Complementary color for #hex is #231710.


I love getcolorcode.com

Triadic colors

1 #EFDCE8 and #E8EFDC with #DCE8EF are triadic colors.

2 #EFE8DC and #E8DCEF with #DCE8EF are triadic colors.