COLOR #DCE2F5

HEX: #DCE2F5
RGB: (220,226,245)

Color info

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

RGB color model

#DCE2F5 color RGB value is (220,226,245).

  • red value is 220;
  • green value is 226;
  • blue value is 245.
RGB:
(220,226,245)
(86%,89%,96%)

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 245 of 255 = 96%

220
226
245

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

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 245 = 691 (100%)
R 220 of 691 ~ 31.84%
G 226 of 691 ~ 32.71%
B 245 of 691 ~ 35.46%

%31.84
%32.71
%35.46

CMYK color model

#DCE2F5 color CMYK value is (10,8,0,4).

  • cyan value is 10.20%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(10,8,0,4)
C10M8Y0K4 
(10%,8%,0%,4%)
(0.10/0.08/0.00/0.04)	

CMYK percentages

%10.2
%7.76
%0
%3.92

Codes

Color #DCE2F5 in popluar color models

DCE2F5
RGB220226245
HSL226°55.56%91.18%
HSB/HSV226°10.20%96.08%
CMYK10.20%7.76%0.00%
3.92%

Color #DCE2F5 in popluar number systems.

HEXDCE2F5
Decimal220226245
Binary110111001110001011110101
Octal334342365

Shades and tints

Shades of #DCE2F5

#DCE2F5
(220,226,245)
#C8CEDF
(200,206,223)
#B4BAC9
(180,186,201)
#A0A6B3
(160,166,179)
#8C929D
(140,146,157)
#787E87
(120,126,135)
#646A71
(100,106,113)
#50565B
(80,86,91)
#3C4245
(60,66,69)
#282E2F
(40,46,47)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #DCE2F5

#DCE2F5
(220,226,245)
#DFE4F5
(223,228,245)
#E2E6F5
(226,230,245)
#E5E8F5
(229,232,245)
#E8EAF5
(232,234,245)
#EBECF5
(235,236,245)
#EEEEF5
(238,238,245)
#F1F0F5
(241,240,245)
#F4F2F5
(244,242,245)
#F7F4F5
(247,244,245)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE2F5 color. Also use rgb(220,226,245) instead hex code.

Text Font Color

.myTextColor { color: #DCE2F5; }

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

This text font color is #DCE2F5.


Background Color

.myBgColor { background-color: #DCE2F5; }

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

This div background color is #DCE2F5.


Border color

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

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

This div border color is #DCE2F5.


Opacity

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

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

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

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

This text has shadow with #DCE2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE2F5 on black background.


Color preview on white background

This text has color #DCE2F5 on white background.



Black color preview on #DCE2F5 background

This text has black color on #DCE2F5 background.


White color preview on #DCE2F5 background

This text has white color on #DCE2F5 background.