COLOR #DCF3DD

HEX: #DCF3DD RGB: (220,243,221)

Color info

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

RGB color model

#DCF3DD color RGB value is (220,243,221).

RGB: (220,243,221) (86%, 95%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 243 of 255 = 95%
B 221 of 255 = 87%

220
243
221

R + G + B ~ 89%. #DCF3DD is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 243 + 221 = 684 (100%)
R 220 of 684 ~ 32.16%
G 243 of 684 ~ 35.53%
B 221 of 684 ~ 32.31'%

%32.16
%35.53
%32.31

CMYK color model

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

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK: (9,0,9,5) C9M0Y9K5 (9%,0%,9%,5%) (0.09/0.00/0.09/0.05) 

CMYK percentages

%9.47
%0
%9.05
%4.71

Codes

Color #DCF3DD in popluar color models

DC F3 DD
RGB 220 243 221
HSL 123° 48.94% 90.78%
HSB/HSV 123° 9.47% 95.29%
CMYK 9.47% 0.00% 9.05%
4.71%

Color #DCF3DD in popluar number systems.

HEX DC F3 DD
Decimal 220 243 221
Binary 11011100 11110011 11011101
Octal 334 363 335

Shades and tints

Shades of #DCF3DD

#DCF3DD
(220,243,221)
#C8DDC9
(200,221,201)
#B4C7B5
(180,199,181)
#A0B1A1
(160,177,161)
#8C9B8D
(140,155,141)
#788579
(120,133,121)
#646F65
(100,111,101)
#505951
(80,89,81)
#3C433D
(60,67,61)
#282D29
(40,45,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCF3DD

#DCF3DD
(220,243,221)
#DFF4E0
(223,244,224)
#E2F5E3
(226,245,227)
#E5F6E6
(229,246,230)
#E8F7E9
(232,247,233)
#EBF8EC
(235,248,236)
#EEF9EF
(238,249,239)
#F1FAF2
(241,250,242)
#F4FBF5
(244,251,245)
#F7FCF8
(247,252,248)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF3DD color. Also use rgb(220,243,221) instead hex code.

Text Font Color

.myTextColor { color: #DCF3DD; }

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

This text font color is #DCF3DD.

Background Color

.myBgColor { background-color: #DCF3DD; }

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

This div background color is #DCF3DD.

Border color

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

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

This div border color is #DCF3DD.

Opacity

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

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

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

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

This text has shadow with #DCF3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF3DD.

Preview

Color preview on black background

This text has color #DCF3DD on black background.


Color preview on white background

This text has color #DCF3DD on white background.


Black color preview on #DCF3DD background

This text has black color on #DCF3DD background.


White color preview on #DCF3DD background

This text has white color on #DCF3DD background.


Related colors

Complementary color

Complementary color for #hex is #230C22.


I love getcolorcode.com

Triadic colors

1 #DDDCF3 and #F3DDDC with #DCF3DD are triadic colors.

2 #DDF3DC and #F3DCDD with #DCF3DD are triadic colors.