COLOR #DCE4EA

HEX: #DCE4EA RGB: (220,228,234)

Color info

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

RGB color model

#DCE4EA color RGB value is (220,228,234).

RGB: (220,228,234) (86%, 89%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 228 of 255 = 89%
B 234 of 255 = 92%

220
228
234

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

Portions of RGB colors in percentages

R + G + B = 220 + 228 + 234 = 682 (100%)
R 220 of 682 ~ 32.26%
G 228 of 682 ~ 33.43%
B 234 of 682 ~ 34.31'%

%32.26
%33.43
%34.31

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 8.24%

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

CMYK percentages

%5.98
%2.56
%0
%8.24

Codes

Color #DCE4EA in popluar color models

DC E4 EA
RGB 220 228 234
HSL 206° 25.00% 89.02%
HSB/HSV 206° 5.98% 91.76%
CMYK 5.98% 2.56% 0.00%
8.24%

Color #DCE4EA in popluar number systems.

HEX DC E4 EA
Decimal 220 228 234
Binary 11011100 11100100 11101010
Octal 334 344 352

Shades and tints

Shades of #DCE4EA

#DCE4EA
(220,228,234)
#C8D0D5
(200,208,213)
#B4BCC0
(180,188,192)
#A0A8AB
(160,168,171)
#8C9496
(140,148,150)
#788081
(120,128,129)
#646C6C
(100,108,108)
#505857
(80,88,87)
#3C4442
(60,68,66)
#28302D
(40,48,45)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #DCE4EA

#DCE4EA
(220,228,234)
#DFE6EB
(223,230,235)
#E2E8EC
(226,232,236)
#E5EAED
(229,234,237)
#E8ECEE
(232,236,238)
#EBEEEF
(235,238,239)
#EEF0F0
(238,240,240)
#F1F2F1
(241,242,241)
#F4F4F2
(244,244,242)
#F7F6F3
(247,246,243)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE4EA; }

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

This text font color is #DCE4EA.

Background Color

.myBgColor { background-color: #DCE4EA; }

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

This div background color is #DCE4EA.

Border color

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

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

This div border color is #DCE4EA.

Opacity

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

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

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

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

This text has shadow with #DCE4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE4EA.

Preview

Color preview on black background

This text has color #DCE4EA on black background.


Color preview on white background

This text has color #DCE4EA on white background.


Black color preview on #DCE4EA background

This text has black color on #DCE4EA background.


White color preview on #DCE4EA background

This text has white color on #DCE4EA background.


Related colors

Complementary color

Complementary color for #hex is #231B15.


I love getcolorcode.com

Triadic colors

1 #EADCE4 and #E4EADC with #DCE4EA are triadic colors.

2 #EAE4DC and #E4DCEA with #DCE4EA are triadic colors.