COLOR #DCE1F6

HEX: #DCE1F6
RGB: (220,225,246)

Color info

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

RGB color model

#DCE1F6 color RGB value is (220,225,246).

  • red value is 220;
  • green value is 225;
  • blue value is 246.
RGB:
(220,225,246)
(86%,88%,96%)

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 246 of 255 = 96%

220
225
246

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

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 246 = 691 (100%)
R 220 of 691 ~ 31.84%
G 225 of 691 ~ 32.56%
B 246 of 691 ~ 35.6%

%31.84
%32.56
%35.6

CMYK color model

#DCE1F6 color CMYK value is (11,9,0,4).

  • cyan value is 10.57%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,9,0,4)
C11M9Y0K4 
(11%,9%,0%,4%)
(0.11/0.09/0.00/0.04)	

CMYK percentages

%10.57
%8.54
%0
%3.53

Codes

Color #DCE1F6 in popluar color models

DCE1F6
RGB220225246
HSL228°59.09%91.37%
HSB/HSV228°10.57%96.47%
CMYK10.57%8.54%0.00%
3.53%

Color #DCE1F6 in popluar number systems.

HEXDCE1F6
Decimal220225246
Binary110111001110000111110110
Octal334341366

Shades and tints

Shades of #DCE1F6

#DCE1F6
(220,225,246)
#C8CDE0
(200,205,224)
#B4B9CA
(180,185,202)
#A0A5B4
(160,165,180)
#8C919E
(140,145,158)
#787D88
(120,125,136)
#646972
(100,105,114)
#50555C
(80,85,92)
#3C4146
(60,65,70)
#282D30
(40,45,48)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #DCE1F6

#DCE1F6
(220,225,246)
#DFE3F6
(223,227,246)
#E2E5F6
(226,229,246)
#E5E7F6
(229,231,246)
#E8E9F6
(232,233,246)
#EBEBF6
(235,235,246)
#EEEDF6
(238,237,246)
#F1EFF6
(241,239,246)
#F4F1F6
(244,241,246)
#F7F3F6
(247,243,246)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1F6; }

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

This text font color is #DCE1F6.


Background Color

.myBgColor { background-color: #DCE1F6; }

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

This div background color is #DCE1F6.


Border color

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

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

This div border color is #DCE1F6.


Opacity

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

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

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

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

This text has shadow with #DCE1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE1F6 on black background.


Color preview on white background

This text has color #DCE1F6 on white background.



Black color preview on #DCE1F6 background

This text has black color on #DCE1F6 background.


White color preview on #DCE1F6 background

This text has white color on #DCE1F6 background.