COLOR #DCE1F1

HEX: #DCE1F1
RGB: (220,225,241)

Color info

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

RGB color model

#DCE1F1 color RGB value is (220,225,241).

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

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 241 of 255 = 95%

220
225
241

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

Portions of RGB colors in percentages

R + G + B =
220 + 225 + 241 = 686 (100%)
R 220 of 686 ~ 32.07%
G 225 of 686 ~ 32.8%
B 241 of 686 ~ 35.13%

%32.07
%32.8
%35.13

CMYK color model

#DCE1F1 color CMYK value is (9,7,0,5).

  • cyan value is 8.71%
  • magenta value is 6.64%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,7,0,5)
C9M7Y0K5 
(9%,7%,0%,5%)
(0.09/0.07/0.00/0.05)	

CMYK percentages

%8.71
%6.64
%0
%5.49

Codes

Color #DCE1F1 in popluar color models

DCE1F1
RGB220225241
HSL226°42.86%90.39%
HSB/HSV226°8.71%94.51%
CMYK8.71%6.64%0.00%
5.49%

Color #DCE1F1 in popluar number systems.

HEXDCE1F1
Decimal220225241
Binary110111001110000111110001
Octal334341361

Shades and tints

Shades of #DCE1F1

#DCE1F1
(220,225,241)
#C8CDDC
(200,205,220)
#B4B9C7
(180,185,199)
#A0A5B2
(160,165,178)
#8C919D
(140,145,157)
#787D88
(120,125,136)
#646973
(100,105,115)
#50555E
(80,85,94)
#3C4149
(60,65,73)
#282D34
(40,45,52)
#14191F
(20,25,31)
#000000
(0,0,0)

Tints of #DCE1F1

#DCE1F1
(220,225,241)
#DFE3F2
(223,227,242)
#E2E5F3
(226,229,243)
#E5E7F4
(229,231,244)
#E8E9F5
(232,233,245)
#EBEBF6
(235,235,246)
#EEEDF7
(238,237,247)
#F1EFF8
(241,239,248)
#F4F1F9
(244,241,249)
#F7F3FA
(247,243,250)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1F1; }

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

This text font color is #DCE1F1.


Background Color

.myBgColor { background-color: #DCE1F1; }

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

This div background color is #DCE1F1.


Border color

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

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

This div border color is #DCE1F1.


Opacity

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

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

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

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

This text has shadow with #DCE1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE1F1 on black background.


Color preview on white background

This text has color #DCE1F1 on white background.



Black color preview on #DCE1F1 background

This text has black color on #DCE1F1 background.


White color preview on #DCE1F1 background

This text has white color on #DCE1F1 background.