COLOR #DCF2EF

HEX: #DCF2EF RGB: (220,242,239)

Color info

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

RGB color model

#DCF2EF color RGB value is (220,242,239).

RGB: (220,242,239) (86%, 95%, 94%)

RGB channels and saturation

R 220 of 255 = 86%
G 242 of 255 = 95%
B 239 of 255 = 94%

220
242
239

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

Portions of RGB colors in percentages

R + G + B = 220 + 242 + 239 = 701 (100%)
R 220 of 701 ~ 31.38%
G 242 of 701 ~ 34.52%
B 239 of 701 ~ 34.09'%

%31.38
%34.52
%34.09

CMYK color model

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

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

CMYK percentages

%9.09
%0
%1.24
%5.1

Codes

Color #DCF2EF in popluar color models

DC F2 EF
RGB 220 242 239
HSL 172° 45.83% 90.59%
HSB/HSV 172° 9.09% 94.90%
CMYK 9.09% 0.00% 1.24%
5.10%

Color #DCF2EF in popluar number systems.

HEX DC F2 EF
Decimal 220 242 239
Binary 11011100 11110010 11101111
Octal 334 362 357

Shades and tints

Shades of #DCF2EF

#DCF2EF
(220,242,239)
#C8DCDA
(200,220,218)
#B4C6C5
(180,198,197)
#A0B0B0
(160,176,176)
#8C9A9B
(140,154,155)
#788486
(120,132,134)
#646E71
(100,110,113)
#50585C
(80,88,92)
#3C4247
(60,66,71)
#282C32
(40,44,50)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #DCF2EF

#DCF2EF
(220,242,239)
#DFF3F0
(223,243,240)
#E2F4F1
(226,244,241)
#E5F5F2
(229,245,242)
#E8F6F3
(232,246,243)
#EBF7F4
(235,247,244)
#EEF8F5
(238,248,245)
#F1F9F6
(241,249,246)
#F4FAF7
(244,250,247)
#F7FBF8
(247,251,248)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF2EF color. Also use rgb(220,242,239) instead hex code.

Text Font Color

.myTextColor { color: #DCF2EF; }

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

This text font color is #DCF2EF.

Background Color

.myBgColor { background-color: #DCF2EF; }

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

This div background color is #DCF2EF.

Border color

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

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

This div border color is #DCF2EF.

Opacity

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

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

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

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

This text has shadow with #DCF2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF2EF.

Preview

Color preview on black background

This text has color #DCF2EF on black background.


Color preview on white background

This text has color #DCF2EF on white background.


Black color preview on #DCF2EF background

This text has black color on #DCF2EF background.


White color preview on #DCF2EF background

This text has white color on #DCF2EF background.


Related colors

Complementary color

Complementary color for #hex is #230D10.


I love getcolorcode.com

Triadic colors

1 #EFDCF2 and #F2EFDC with #DCF2EF are triadic colors.

2 #EFF2DC and #F2DCEF with #DCF2EF are triadic colors.