COLOR #DCF0E4

HEX: #DCF0E4 RGB: (220,240,228)

Color info

#DCF0E4 contains red, green and blue colors in about the same proportion. Web safe color of #DCF0E4 is #CCFFCC (or #CFC).

RGB color model

#DCF0E4 color RGB value is (220,240,228).

RGB: (220,240,228) (86%, 94%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 228 of 255 = 89%

220
240
228

R + G + B ~ 90%. #DCF0E4 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 240 + 228 = 688 (100%)
R 220 of 688 ~ 31.98%
G 240 of 688 ~ 34.88%
B 228 of 688 ~ 33.14'%

%31.98
%34.88
%33.14

CMYK color model

#DCF0E4 color CMYK value is (8,0,5,6).

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

CMYK: (8,0,5,6)
C8M0Y5K6 (8%, 0%, 5%, 6%)
(0.08 / 0.00 / 0.05 / 0.06)

CMYK percentages

%8.33
%0
%5
%5.88

Codes

Color #DCF0E4 in popluar color models

DC F0 E4
RGB 220 240 228
HSL 144° 40.00% 90.20%
HSB/HSV 144° 8.33% 94.12%
CMYK 8.33% 0.00% 5.00%
5.88%

Color #DCF0E4 in popluar number systems.

HEX DC F0 E4
Decimal 220 240 228
Binary 11011100 11110000 11100100
Octal 334 360 344

Shades and tints

Shades of #DCF0E4

#DCF0E4
(220,240,228)
#C8DBD0
(200,219,208)
#B4C6BC
(180,198,188)
#A0B1A8
(160,177,168)
#8C9C94
(140,156,148)
#788780
(120,135,128)
#64726C
(100,114,108)
#505D58
(80,93,88)
#3C4844
(60,72,68)
#283330
(40,51,48)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #DCF0E4

#DCF0E4
(220,240,228)
#DFF1E6
(223,241,230)
#E2F2E8
(226,242,232)
#E5F3EA
(229,243,234)
#E8F4EC
(232,244,236)
#EBF5EE
(235,245,238)
#EEF6F0
(238,246,240)
#F1F7F2
(241,247,242)
#F4F8F4
(244,248,244)
#F7F9F6
(247,249,246)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF0E4; }

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

This text font color is #DCF0E4.

Background Color

.myBgColor { background-color: #DCF0E4; }

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

This div background color is #DCF0E4.

Border color

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

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

This div border color is #DCF0E4.

Opacity

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

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

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

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

This text has shadow with #DCF0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF0E4.

Preview

Color preview on black background

This text has color #DCF0E4 on black background.


Color preview on white background

This text has color #DCF0E4 on white background.


Black color preview on #DCF0E4 background

This text has black color on #DCF0E4 background.


White color preview on #DCF0E4 background

This text has white color on #DCF0E4 background.


Related colors

Complementary color

Complementary color for #hex is #230F1B.


I love getcolorcode.com

Triadic colors

1 #E4DCF0 and #F0E4DC with #DCF0E4 are triadic colors.

2 #E4F0DC and #F0DCE4 with #DCF0E4 are triadic colors.