COLOR #DCEDF7

HEX: #DCEDF7 RGB: (220,237,247)

Color info

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

RGB color model

#DCEDF7 color RGB value is (220,237,247).

RGB: (220,237,247) (86%, 93%, 97%)

RGB channels and saturation

R 220 of 255 = 86%
G 237 of 255 = 93%
B 247 of 255 = 97%

220
237
247

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

Portions of RGB colors in percentages

R + G + B = 220 + 237 + 247 = 704 (100%)
R 220 of 704 ~ 31.25%
G 237 of 704 ~ 33.66%
B 247 of 704 ~ 35.09'%

%31.25
%33.66
%35.09

CMYK color model

#DCEDF7 color CMYK value is (11,4,0,3).

  • cyan value is 10.93%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,4,0,3)
C11M4Y0K3 (11%, 4%, 0%, 3%)
(0.11 / 0.04 / 0.00 / 0.03)

CMYK percentages

%10.93
%4.05
%0
%3.14

Codes

Color #DCEDF7 in popluar color models

DC ED F7
RGB 220 237 247
HSL 202° 62.79% 91.57%
HSB/HSV 202° 10.93% 96.86%
CMYK 10.93% 4.05% 0.00%
3.14%

Color #DCEDF7 in popluar number systems.

HEX DC ED F7
Decimal 220 237 247
Binary 11011100 11101101 11110111
Octal 334 355 367

Shades and tints

Shades of #DCEDF7

#DCEDF7
(220,237,247)
#C8D8E1
(200,216,225)
#B4C3CB
(180,195,203)
#A0AEB5
(160,174,181)
#8C999F
(140,153,159)
#788489
(120,132,137)
#646F73
(100,111,115)
#505A5D
(80,90,93)
#3C4547
(60,69,71)
#283031
(40,48,49)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #DCEDF7

#DCEDF7
(220,237,247)
#DFEEF7
(223,238,247)
#E2EFF7
(226,239,247)
#E5F0F7
(229,240,247)
#E8F1F7
(232,241,247)
#EBF2F7
(235,242,247)
#EEF3F7
(238,243,247)
#F1F4F7
(241,244,247)
#F4F5F7
(244,245,247)
#F7F6F7
(247,246,247)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEDF7; }

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

This text font color is #DCEDF7.

Background Color

.myBgColor { background-color: #DCEDF7; }

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

This div background color is #DCEDF7.

Border color

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

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

This div border color is #DCEDF7.

Opacity

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

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

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

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

This text has shadow with #DCEDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEDF7.

Preview

Color preview on black background

This text has color #DCEDF7 on black background.


Color preview on white background

This text has color #DCEDF7 on white background.


Black color preview on #DCEDF7 background

This text has black color on #DCEDF7 background.


White color preview on #DCEDF7 background

This text has white color on #DCEDF7 background.


Related colors

Complementary color

Complementary color for #hex is #231208.


I love getcolorcode.com

Triadic colors

1 #F7DCED and #EDF7DC with #DCEDF7 are triadic colors.

2 #F7EDDC and #EDDCF7 with #DCEDF7 are triadic colors.