COLOR #DCEEF1

HEX: #DCEEF1
RGB: (220,238,241)

Color info

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

RGB color model

#DCEEF1 color RGB value is (220,238,241).

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

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 241 of 255 = 95%

220
238
241

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

Portions of RGB colors in percentages

R + G + B =
220 + 238 + 241 = 699 (100%)
R 220 of 699 ~ 31.47%
G 238 of 699 ~ 34.05%
B 241 of 699 ~ 34.48%

%31.47
%34.05
%34.48

CMYK color model

#DCEEF1 color CMYK value is (9,1,0,5).

  • cyan value is 8.71%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,1,0,5)
C9M1Y0K5 
(9%,1%,0%,5%)
(0.09/0.01/0.00/0.05)	

CMYK percentages

%8.71
%1.24
%0
%5.49

Codes

Color #DCEEF1 in popluar color models

DCEEF1
RGB220238241
HSL189°42.86%90.39%
HSB/HSV189°8.71%94.51%
CMYK8.71%1.24%0.00%
5.49%

Color #DCEEF1 in popluar number systems.

HEXDCEEF1
Decimal220238241
Binary110111001110111011110001
Octal334356361

Shades and tints

Shades of #DCEEF1

#DCEEF1
(220,238,241)
#C8D9DC
(200,217,220)
#B4C4C7
(180,196,199)
#A0AFB2
(160,175,178)
#8C9A9D
(140,154,157)
#788588
(120,133,136)
#647073
(100,112,115)
#505B5E
(80,91,94)
#3C4649
(60,70,73)
#283134
(40,49,52)
#141C1F
(20,28,31)
#000000
(0,0,0)

Tints of #DCEEF1

#DCEEF1
(220,238,241)
#DFEFF2
(223,239,242)
#E2F0F3
(226,240,243)
#E5F1F4
(229,241,244)
#E8F2F5
(232,242,245)
#EBF3F6
(235,243,246)
#EEF4F7
(238,244,247)
#F1F5F8
(241,245,248)
#F4F6F9
(244,246,249)
#F7F7FA
(247,247,250)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEEF1; }

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

This text font color is #DCEEF1.


Background Color

.myBgColor { background-color: #DCEEF1; }

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

This div background color is #DCEEF1.


Border color

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

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

This div border color is #DCEEF1.


Opacity

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

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

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

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

This text has shadow with #DCEEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEEF1 on black background.


Color preview on white background

This text has color #DCEEF1 on white background.



Black color preview on #DCEEF1 background

This text has black color on #DCEEF1 background.


White color preview on #DCEEF1 background

This text has white color on #DCEEF1 background.