COLOR #DCE8EB

HEX: #DCE8EB RGB: (220,232,235)

Color info

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

RGB color model

#DCE8EB color RGB value is (220,232,235).

RGB: (220,232,235) (86%, 91%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 232 of 255 = 91%
B 235 of 255 = 92%

220
232
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 232 + 235 = 687 (100%)
R 220 of 687 ~ 32.02%
G 232 of 687 ~ 33.77%
B 235 of 687 ~ 34.21'%

%32.02
%33.77
%34.21

CMYK color model

#DCE8EB color CMYK value is (6,1,0,8).

  • cyan value is 6.38%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,1,0,8)
C6M1Y0K8 (6%, 1%, 0%, 8%)
(0.06 / 0.01 / 0.00 / 0.08)

CMYK percentages

%6.38
%1.28
%0
%7.84

Codes

Color #DCE8EB in popluar color models

DC E8 EB
RGB 220 232 235
HSL 192° 27.27% 89.22%
HSB/HSV 192° 6.38% 92.16%
CMYK 6.38% 1.28% 0.00%
7.84%

Color #DCE8EB in popluar number systems.

HEX DC E8 EB
Decimal 220 232 235
Binary 11011100 11101000 11101011
Octal 334 350 353

Shades and tints

Shades of #DCE8EB

#DCE8EB
(220,232,235)
#C8D3D6
(200,211,214)
#B4BEC1
(180,190,193)
#A0A9AC
(160,169,172)
#8C9497
(140,148,151)
#787F82
(120,127,130)
#646A6D
(100,106,109)
#505558
(80,85,88)
#3C4043
(60,64,67)
#282B2E
(40,43,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #DCE8EB

#DCE8EB
(220,232,235)
#DFEAEC
(223,234,236)
#E2ECED
(226,236,237)
#E5EEEE
(229,238,238)
#E8F0EF
(232,240,239)
#EBF2F0
(235,242,240)
#EEF4F1
(238,244,241)
#F1F6F2
(241,246,242)
#F4F8F3
(244,248,243)
#F7FAF4
(247,250,244)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE8EB; }

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

This text font color is #DCE8EB.

Background Color

.myBgColor { background-color: #DCE8EB; }

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

This div background color is #DCE8EB.

Border color

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

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

This div border color is #DCE8EB.

Opacity

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

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

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

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

This text has shadow with #DCE8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE8EB.

Preview

Color preview on black background

This text has color #DCE8EB on black background.


Color preview on white background

This text has color #DCE8EB on white background.


Black color preview on #DCE8EB background

This text has black color on #DCE8EB background.


White color preview on #DCE8EB background

This text has white color on #DCE8EB background.


Related colors

Complementary color

Complementary color for #hex is #231714.


I love getcolorcode.com

Triadic colors

1 #EBDCE8 and #E8EBDC with #DCE8EB are triadic colors.

2 #EBE8DC and #E8DCEB with #DCE8EB are triadic colors.