COLOR #DCE5FA

HEX: #DCE5FA
RGB: (220,229,250)

Color info

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

RGB color model

#DCE5FA color RGB value is (220,229,250).

  • red value is 220;
  • green value is 229;
  • blue value is 250.
RGB:
(220,229,250)
(86%,90%,98%)

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 250 of 255 = 98%

220
229
250

R + G + B ~ 91%. #DCE5FA is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 229 + 250 = 699 (100%)
R 220 of 699 ~ 31.47%
G 229 of 699 ~ 32.76%
B 250 of 699 ~ 35.77%

%31.47
%32.76
%35.77

CMYK color model

#DCE5FA color CMYK value is (12,8,0,2).

  • cyan value is 12.00%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,8,0,2)
C12M8Y0K2 
(12%,8%,0%,2%)
(0.12/0.08/0.00/0.02)	

CMYK percentages

%12
%8.4
%0
%1.96

Codes

Color #DCE5FA in popluar color models

DCE5FA
RGB220229250
HSL222°75.00%92.16%
HSB/HSV222°12.00%98.04%
CMYK12.00%8.40%0.00%
1.96%

Color #DCE5FA in popluar number systems.

HEXDCE5FA
Decimal220229250
Binary110111001110010111111010
Octal334345372

Shades and tints

Shades of #DCE5FA

#DCE5FA
(220,229,250)
#C8D1E4
(200,209,228)
#B4BDCE
(180,189,206)
#A0A9B8
(160,169,184)
#8C95A2
(140,149,162)
#78818C
(120,129,140)
#646D76
(100,109,118)
#505960
(80,89,96)
#3C454A
(60,69,74)
#283134
(40,49,52)
#141D1E
(20,29,30)
#000000
(0,0,0)

Tints of #DCE5FA

#DCE5FA
(220,229,250)
#DFE7FA
(223,231,250)
#E2E9FA
(226,233,250)
#E5EBFA
(229,235,250)
#E8EDFA
(232,237,250)
#EBEFFA
(235,239,250)
#EEF1FA
(238,241,250)
#F1F3FA
(241,243,250)
#F4F5FA
(244,245,250)
#F7F7FA
(247,247,250)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE5FA color. Also use rgb(220,229,250) instead hex code.

Text Font Color

.myTextColor { color: #DCE5FA; }

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

This text font color is #DCE5FA.


Background Color

.myBgColor { background-color: #DCE5FA; }

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

This div background color is #DCE5FA.


Border color

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

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

This div border color is #DCE5FA.


Opacity

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

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

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

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

This text has shadow with #DCE5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE5FA on black background.


Color preview on white background

This text has color #DCE5FA on white background.



Black color preview on #DCE5FA background

This text has black color on #DCE5FA background.


White color preview on #DCE5FA background

This text has white color on #DCE5FA background.