COLOR #DCF0EC

HEX: #DCF0EC RGB: (220,240,236)

Color info

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

RGB color model

#DCF0EC color RGB value is (220,240,236).

RGB: (220,240,236) (86%, 94%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 236 of 255 = 93%

220
240
236

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

Portions of RGB colors in percentages

R + G + B = 220 + 240 + 236 = 696 (100%)
R 220 of 696 ~ 31.61%
G 240 of 696 ~ 34.48%
B 236 of 696 ~ 33.91'%

%31.61
%34.48
%33.91

CMYK color model

#DCF0EC color CMYK value is (8,0,2,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%

CMYK: (8,0,2,6)
C8M0Y2K6 (8%, 0%, 2%, 6%)
(0.08 / 0.00 / 0.02 / 0.06)

CMYK percentages

%8.33
%0
%1.67
%5.88

Codes

Color #DCF0EC in popluar color models

DC F0 EC
RGB 220 240 236
HSL 168° 40.00% 90.20%
HSB/HSV 168° 8.33% 94.12%
CMYK 8.33% 0.00% 1.67%
5.88%

Color #DCF0EC in popluar number systems.

HEX DC F0 EC
Decimal 220 240 236
Binary 11011100 11110000 11101100
Octal 334 360 354

Shades and tints

Shades of #DCF0EC

#DCF0EC
(220,240,236)
#C8DBD7
(200,219,215)
#B4C6C2
(180,198,194)
#A0B1AD
(160,177,173)
#8C9C98
(140,156,152)
#788783
(120,135,131)
#64726E
(100,114,110)
#505D59
(80,93,89)
#3C4844
(60,72,68)
#28332F
(40,51,47)
#141E1A
(20,30,26)
#000000
(0,0,0)

Tints of #DCF0EC

#DCF0EC
(220,240,236)
#DFF1ED
(223,241,237)
#E2F2EE
(226,242,238)
#E5F3EF
(229,243,239)
#E8F4F0
(232,244,240)
#EBF5F1
(235,245,241)
#EEF6F2
(238,246,242)
#F1F7F3
(241,247,243)
#F4F8F4
(244,248,244)
#F7F9F5
(247,249,245)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF0EC color. Also use rgb(220,240,236) instead hex code.

Text Font Color

.myTextColor { color: #DCF0EC; }

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

This text font color is #DCF0EC.

Background Color

.myBgColor { background-color: #DCF0EC; }

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

This div background color is #DCF0EC.

Border color

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

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

This div border color is #DCF0EC.

Opacity

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

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

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

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

This text has shadow with #DCF0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF0EC.

Preview

Color preview on black background

This text has color #DCF0EC on black background.


Color preview on white background

This text has color #DCF0EC on white background.


Black color preview on #DCF0EC background

This text has black color on #DCF0EC background.


White color preview on #DCF0EC background

This text has white color on #DCF0EC background.


Related colors

Complementary color

Complementary color for #hex is #230F13.


I love getcolorcode.com

Triadic colors

1 #ECDCF0 and #F0ECDC with #DCF0EC are triadic colors.

2 #ECF0DC and #F0DCEC with #DCF0EC are triadic colors.