COLOR #DCE0FC

HEX: #DCE0FC
RGB: (220,224,252)

Color info

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

RGB color model

#DCE0FC color RGB value is (220,224,252).

  • red value is 220;
  • green value is 224;
  • blue value is 252.
RGB:
(220,224,252)
(86%,88%,99%)

RGB channels and saturation

R 220 of 255 = 86%
G 224 of 255 = 88%
B 252 of 255 = 99%

220
224
252

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

Portions of RGB colors in percentages

R + G + B =
220 + 224 + 252 = 696 (100%)
R 220 of 696 ~ 31.61%
G 224 of 696 ~ 32.18%
B 252 of 696 ~ 36.21%

%31.61
%32.18
%36.21

CMYK color model

#DCE0FC color CMYK value is (13,11,0,1).

  • cyan value is 12.70%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,11,0,1)
C13M11Y0K1 
(13%,11%,0%,1%)
(0.13/0.11/0.00/0.01)	

CMYK percentages

%12.7
%11.11
%0
%1.18

Codes

Color #DCE0FC in popluar color models

DCE0FC
RGB220224252
HSL233°84.21%92.55%
HSB/HSV233°12.70%98.82%
CMYK12.70%11.11%0.00%
1.18%

Color #DCE0FC in popluar number systems.

HEXDCE0FC
Decimal220224252
Binary110111001110000011111100
Octal334340374

Shades and tints

Shades of #DCE0FC

#DCE0FC
(220,224,252)
#C8CCE6
(200,204,230)
#B4B8D0
(180,184,208)
#A0A4BA
(160,164,186)
#8C90A4
(140,144,164)
#787C8E
(120,124,142)
#646878
(100,104,120)
#505462
(80,84,98)
#3C404C
(60,64,76)
#282C36
(40,44,54)
#141820
(20,24,32)
#000000
(0,0,0)

Tints of #DCE0FC

#DCE0FC
(220,224,252)
#DFE2FC
(223,226,252)
#E2E4FC
(226,228,252)
#E5E6FC
(229,230,252)
#E8E8FC
(232,232,252)
#EBEAFC
(235,234,252)
#EEECFC
(238,236,252)
#F1EEFC
(241,238,252)
#F4F0FC
(244,240,252)
#F7F2FC
(247,242,252)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE0FC color. Also use rgb(220,224,252) instead hex code.

Text Font Color

.myTextColor { color: #DCE0FC; }

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

This text font color is #DCE0FC.


Background Color

.myBgColor { background-color: #DCE0FC; }

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

This div background color is #DCE0FC.


Border color

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

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

This div border color is #DCE0FC.


Opacity

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

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

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

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

This text has shadow with #DCE0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE0FC on black background.


Color preview on white background

This text has color #DCE0FC on white background.



Black color preview on #DCE0FC background

This text has black color on #DCE0FC background.


White color preview on #DCE0FC background

This text has white color on #DCE0FC background.