COLOR #DCEDEE

HEX: #DCEDEE
RGB: (220,237,238)

Color info

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

RGB color model

#DCEDEE color RGB value is (220,237,238).

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

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 238 of 255 = 93%

220
237
238

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

Portions of RGB colors in percentages

R + G + B =
220 + 237 + 238 = 695 (100%)
R 220 of 695 ~ 31.65%
G 237 of 695 ~ 34.1%
B 238 of 695 ~ 34.24%

%31.65
%34.1
%34.24

CMYK color model

#DCEDEE color CMYK value is (8,0,0,7).

  • cyan value is 7.56%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,0,0,7)
C8M0Y0K7 
(8%,0%,0%,7%)
(0.08/0.00/0.00/0.07)	

CMYK percentages

%7.56
%0.42
%0
%6.67

Codes

Color #DCEDEE in popluar color models

DCEDEE
RGB220237238
HSL183°34.62%89.80%
HSB/HSV183°7.56%93.33%
CMYK7.56%0.42%0.00%
6.67%

Color #DCEDEE in popluar number systems.

HEXDCEDEE
Decimal220237238
Binary110111001110110111101110
Octal334355356

Shades and tints

Shades of #DCEDEE

#DCEDEE
(220,237,238)
#C8D8D9
(200,216,217)
#B4C3C4
(180,195,196)
#A0AEAF
(160,174,175)
#8C999A
(140,153,154)
#788485
(120,132,133)
#646F70
(100,111,112)
#505A5B
(80,90,91)
#3C4546
(60,69,70)
#283031
(40,48,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCEDEE

#DCEDEE
(220,237,238)
#DFEEEF
(223,238,239)
#E2EFF0
(226,239,240)
#E5F0F1
(229,240,241)
#E8F1F2
(232,241,242)
#EBF2F3
(235,242,243)
#EEF3F4
(238,243,244)
#F1F4F5
(241,244,245)
#F4F5F6
(244,245,246)
#F7F6F7
(247,246,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEDEE; }

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

This text font color is #DCEDEE.


Background Color

.myBgColor { background-color: #DCEDEE; }

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

This div background color is #DCEDEE.


Border color

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

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

This div border color is #DCEDEE.


Opacity

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

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

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

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

This text has shadow with #DCEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEDEE on black background.


Color preview on white background

This text has color #DCEDEE on white background.



Black color preview on #DCEDEE background

This text has black color on #DCEDEE background.


White color preview on #DCEDEE background

This text has white color on #DCEDEE background.