COLOR #DCF9DE

HEX: #DCF9DE RGB: (220,249,222)

Color info

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

RGB color model

#DCF9DE color RGB value is (220,249,222).

RGB: (220,249,222) (86%, 98%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 249 of 255 = 98%
B 222 of 255 = 87%

220
249
222

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

Portions of RGB colors in percentages

R + G + B = 220 + 249 + 222 = 691 (100%)
R 220 of 691 ~ 31.84%
G 249 of 691 ~ 36.03%
B 222 of 691 ~ 32.13'%

%31.84
%36.03
%32.13

CMYK color model

#DCF9DE color CMYK value is (12,0,11,2).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%

CMYK: (12,0,11,2)
C12M0Y11K2 (12%, 0%, 11%, 2%)
(0.12 / 0.00 / 0.11 / 0.02)

CMYK percentages

%11.65
%0
%10.84
%2.35

Codes

Color #DCF9DE in popluar color models

DC F9 DE
RGB 220 249 222
HSL 124° 70.73% 91.96%
HSB/HSV 124° 11.65% 97.65%
CMYK 11.65% 0.00% 10.84%
2.35%

Color #DCF9DE in popluar number systems.

HEX DC F9 DE
Decimal 220 249 222
Binary 11011100 11111001 11011110
Octal 334 371 336

Shades and tints

Shades of #DCF9DE

#DCF9DE
(220,249,222)
#C8E3CA
(200,227,202)
#B4CDB6
(180,205,182)
#A0B7A2
(160,183,162)
#8CA18E
(140,161,142)
#788B7A
(120,139,122)
#647566
(100,117,102)
#505F52
(80,95,82)
#3C493E
(60,73,62)
#28332A
(40,51,42)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #DCF9DE

#DCF9DE
(220,249,222)
#DFF9E1
(223,249,225)
#E2F9E4
(226,249,228)
#E5F9E7
(229,249,231)
#E8F9EA
(232,249,234)
#EBF9ED
(235,249,237)
#EEF9F0
(238,249,240)
#F1F9F3
(241,249,243)
#F4F9F6
(244,249,246)
#F7F9F9
(247,249,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF9DE; }

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

This text font color is #DCF9DE.

Background Color

.myBgColor { background-color: #DCF9DE; }

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

This div background color is #DCF9DE.

Border color

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

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

This div border color is #DCF9DE.

Opacity

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

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

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

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

This text has shadow with #DCF9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF9DE.

Preview

Color preview on black background

This text has color #DCF9DE on black background.


Color preview on white background

This text has color #DCF9DE on white background.


Black color preview on #DCF9DE background

This text has black color on #DCF9DE background.


White color preview on #DCF9DE background

This text has white color on #DCF9DE background.


Related colors

Complementary color

Complementary color for #hex is #230621.


I love getcolorcode.com

Triadic colors

1 #DEDCF9 and #F9DEDC with #DCF9DE are triadic colors.

2 #DEF9DC and #F9DCDE with #DCF9DE are triadic colors.