COLOR #DCEEFD

HEX: #DCEEFD
RGB: (220,238,253)

Color info

#DCEEFD contains red, green and blue colors in about the same proportion. Web safe color of #DCEEFD is #CCFFFF (or #CFF).

RGB color model

#DCEEFD color RGB value is (220,238,253).

  • red value is 220;
  • green value is 238;
  • blue value is 253.
RGB:
(220,238,253)
(86%,93%,99%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 253 of 255 = 99%

220
238
253

R + G + B ~ 93%. #DCEEFD is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 238 + 253 = 711 (100%)
R 220 of 711 ~ 30.94%
G 238 of 711 ~ 33.47%
B 253 of 711 ~ 35.58%

%30.94
%33.47
%35.58

CMYK color model

#DCEEFD color CMYK value is (13,6,0,1).

  • cyan value is 13.04%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,6,0,1)
C13M6Y0K1 
(13%,6%,0%,1%)
(0.13/0.06/0.00/0.01)	

CMYK percentages

%13.04
%5.93
%0
%0.78

Codes

Color #DCEEFD in popluar color models

DCEEFD
RGB220238253
HSL207°89.19%92.75%
HSB/HSV207°13.04%99.22%
CMYK13.04%5.93%0.00%
0.78%

Color #DCEEFD in popluar number systems.

HEXDCEEFD
Decimal220238253
Binary110111001110111011111101
Octal334356375

Shades and tints

Shades of #DCEEFD

#DCEEFD
(220,238,253)
#C8D9E6
(200,217,230)
#B4C4CF
(180,196,207)
#A0AFB8
(160,175,184)
#8C9AA1
(140,154,161)
#78858A
(120,133,138)
#647073
(100,112,115)
#505B5C
(80,91,92)
#3C4645
(60,70,69)
#28312E
(40,49,46)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #DCEEFD

#DCEEFD
(220,238,253)
#DFEFFD
(223,239,253)
#E2F0FD
(226,240,253)
#E5F1FD
(229,241,253)
#E8F2FD
(232,242,253)
#EBF3FD
(235,243,253)
#EEF4FD
(238,244,253)
#F1F5FD
(241,245,253)
#F4F6FD
(244,246,253)
#F7F7FD
(247,247,253)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEEFD color. Also use rgb(220,238,253) instead hex code.

Text Font Color

.myTextColor { color: #DCEEFD; }

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

This text font color is #DCEEFD.


Background Color

.myBgColor { background-color: #DCEEFD; }

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

This div background color is #DCEEFD.


Border color

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

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

This div border color is #DCEEFD.


Opacity

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

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

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

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

This text has shadow with #DCEEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEEFD on black background.


Color preview on white background

This text has color #DCEEFD on white background.



Black color preview on #DCEEFD background

This text has black color on #DCEEFD background.


White color preview on #DCEEFD background

This text has white color on #DCEEFD background.