COLOR #DCEDF9

HEX: #DCEDF9 RGB: (220,237,249)

Color info

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

RGB color model

#DCEDF9 color RGB value is (220,237,249).

RGB: (220,237,249) (86%, 93%, 98%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 249 of 255 = 98%

220
237
249

R + G + B ~ 92%. #DCEDF9 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 237 + 249 = 706 (100%)
R 220 of 706 ~ 31.16%
G 237 of 706 ~ 33.57%
B 249 of 706 ~ 35.27'%

%31.16
%33.57
%35.27

CMYK color model

#DCEDF9 color CMYK value is (12,5,0,2).

  • cyan value is 11.65%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (12,5,0,2) C12M5Y0K2 (12%,5%,0%,2%) (0.12/0.05/0.00/0.02) 

CMYK percentages

%11.65
%4.82
%0
%2.35

Codes

Color #DCEDF9 in popluar color models

DC ED F9
RGB 220 237 249
HSL 205° 70.73% 91.96%
HSB/HSV 205° 11.65% 97.65%
CMYK 11.65% 4.82% 0.00%
2.35%

Color #DCEDF9 in popluar number systems.

HEX DC ED F9
Decimal 220 237 249
Binary 11011100 11101101 11111001
Octal 334 355 371

Shades and tints

Shades of #DCEDF9

#DCEDF9
(220,237,249)
#C8D8E3
(200,216,227)
#B4C3CD
(180,195,205)
#A0AEB7
(160,174,183)
#8C99A1
(140,153,161)
#78848B
(120,132,139)
#646F75
(100,111,117)
#505A5F
(80,90,95)
#3C4549
(60,69,73)
#283033
(40,48,51)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #DCEDF9

#DCEDF9
(220,237,249)
#DFEEF9
(223,238,249)
#E2EFF9
(226,239,249)
#E5F0F9
(229,240,249)
#E8F1F9
(232,241,249)
#EBF2F9
(235,242,249)
#EEF3F9
(238,243,249)
#F1F4F9
(241,244,249)
#F4F5F9
(244,245,249)
#F7F6F9
(247,246,249)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEDF9; }

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

This text font color is #DCEDF9.

Background Color

.myBgColor { background-color: #DCEDF9; }

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

This div background color is #DCEDF9.

Border color

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

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

This div border color is #DCEDF9.

Opacity

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

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

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

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

This text has shadow with #DCEDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEDF9.

Preview

Color preview on black background

This text has color #DCEDF9 on black background.


Color preview on white background

This text has color #DCEDF9 on white background.


Black color preview on #DCEDF9 background

This text has black color on #DCEDF9 background.


White color preview on #DCEDF9 background

This text has white color on #DCEDF9 background.


Related colors

Complementary color

Complementary color for #hex is #231206.


I love getcolorcode.com

Triadic colors

1 #F9DCED and #EDF9DC with #DCEDF9 are triadic colors.

2 #F9EDDC and #EDDCF9 with #DCEDF9 are triadic colors.