COLOR #DCE1E6

HEX: #DCE1E6 RGB: (220,225,230)

Color info

#DCE1E6 contains red, green and blue colors in about the same proportion. Web safe color of #DCE1E6 is #CCCCCC (or #CCC).

RGB color model

#DCE1E6 color RGB value is (220,225,230).

RGB: (220,225,230) (86%, 88%, 90%)

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 230 of 255 = 90%

220
225
230

R + G + B ~ 88%. #DCE1E6 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 225 + 230 = 675 (100%)
R 220 of 675 ~ 32.59%
G 225 of 675 ~ 33.33%
B 230 of 675 ~ 34.07'%

%32.59
%33.33
%34.07

CMYK color model

#DCE1E6 color CMYK value is (4,2,0,10).

  • cyan value is 4.35%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (4,2,0,10)
C4M2Y0K10 (4%, 2%, 0%, 10%)
(0.04 / 0.02 / 0.00 / 0.10)

CMYK percentages

%4.35
%2.17
%0
%9.8

Codes

Color #DCE1E6 in popluar color models

DC E1 E6
RGB 220 225 230
HSL 210° 16.67% 88.24%
HSB/HSV 210° 4.35% 90.20%
CMYK 4.35% 2.17% 0.00%
9.80%

Color #DCE1E6 in popluar number systems.

HEX DC E1 E6
Decimal 220 225 230
Binary 11011100 11100001 11100110
Octal 334 341 346

Shades and tints

Shades of #DCE1E6

#DCE1E6
(220,225,230)
#C8CDD2
(200,205,210)
#B4B9BE
(180,185,190)
#A0A5AA
(160,165,170)
#8C9196
(140,145,150)
#787D82
(120,125,130)
#64696E
(100,105,110)
#50555A
(80,85,90)
#3C4146
(60,65,70)
#282D32
(40,45,50)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #DCE1E6

#DCE1E6
(220,225,230)
#DFE3E8
(223,227,232)
#E2E5EA
(226,229,234)
#E5E7EC
(229,231,236)
#E8E9EE
(232,233,238)
#EBEBF0
(235,235,240)
#EEEDF2
(238,237,242)
#F1EFF4
(241,239,244)
#F4F1F6
(244,241,246)
#F7F3F8
(247,243,248)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE1E6 color. Also use rgb(220,225,230) instead hex code.

Text Font Color

.myTextColor { color: #DCE1E6; }

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

This text font color is #DCE1E6.

Background Color

.myBgColor { background-color: #DCE1E6; }

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

This div background color is #DCE1E6.

Border color

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

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

This div border color is #DCE1E6.

Opacity

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

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

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

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

This text has shadow with #DCE1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE1E6.

Preview

Color preview on black background

This text has color #DCE1E6 on black background.


Color preview on white background

This text has color #DCE1E6 on white background.


Black color preview on #DCE1E6 background

This text has black color on #DCE1E6 background.


White color preview on #DCE1E6 background

This text has white color on #DCE1E6 background.


Related colors

Complementary color

Complementary color for #hex is #231E19.


I love getcolorcode.com

Triadic colors

1 #E6DCE1 and #E1E6DC with #DCE1E6 are triadic colors.

2 #E6E1DC and #E1DCE6 with #DCE1E6 are triadic colors.