COLOR #DCFDDC

HEX: #DCFDDC RGB: (220,253,220)

Color info

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

RGB color model

#DCFDDC color RGB value is (220,253,220).

RGB: (220,253,220) (86%, 99%, 86%)

RGB channels and saturation

R 220 of 255 = 86%
G 253 of 255 = 99%
B 220 of 255 = 86%

220
253
220

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

Portions of RGB colors in percentages

R + G + B = 220 + 253 + 220 = 693 (100%)
R 220 of 693 ~ 31.75%
G 253 of 693 ~ 36.51%
B 220 of 693 ~ 31.75'%

%31.75
%36.51
%31.75

CMYK color model

#DCFDDC color CMYK value is (13,0,13,1).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 0.78%

CMYK: (13,0,13,1)
C13M0Y13K1 (13%, 0%, 13%, 1%)
(0.13 / 0.00 / 0.13 / 0.01)

CMYK percentages

%13.04
%0
%13.04
%0.78

Codes

Color #DCFDDC in popluar color models

DC FD DC
RGB 220 253 220
HSL 120° 89.19% 92.75%
HSB/HSV 120° 13.04% 99.22%
CMYK 13.04% 0.00% 13.04%
0.78%

Color #DCFDDC in popluar number systems.

HEX DC FD DC
Decimal 220 253 220
Binary 11011100 11111101 11011100
Octal 334 375 334

Shades and tints

Shades of #DCFDDC

#DCFDDC
(220,253,220)
#C8E6C8
(200,230,200)
#B4CFB4
(180,207,180)
#A0B8A0
(160,184,160)
#8CA18C
(140,161,140)
#788A78
(120,138,120)
#647364
(100,115,100)
#505C50
(80,92,80)
#3C453C
(60,69,60)
#282E28
(40,46,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #DCFDDC

#DCFDDC
(220,253,220)
#DFFDDF
(223,253,223)
#E2FDE2
(226,253,226)
#E5FDE5
(229,253,229)
#E8FDE8
(232,253,232)
#EBFDEB
(235,253,235)
#EEFDEE
(238,253,238)
#F1FDF1
(241,253,241)
#F4FDF4
(244,253,244)
#F7FDF7
(247,253,247)
#FAFDFA
(250,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFDDC; }

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

This text font color is #DCFDDC.

Background Color

.myBgColor { background-color: #DCFDDC; }

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

This div background color is #DCFDDC.

Border color

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

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

This div border color is #DCFDDC.

Opacity

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

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

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

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

This text has shadow with #DCFDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFDDC.

Preview

Color preview on black background

This text has color #DCFDDC on black background.


Color preview on white background

This text has color #DCFDDC on white background.


Black color preview on #DCFDDC background

This text has black color on #DCFDDC background.


White color preview on #DCFDDC background

This text has white color on #DCFDDC background.


Related colors

Complementary color

Complementary color for #hex is #230223.


I love getcolorcode.com

Triadic colors

1 #DCDCFD and #FDDCDC with #DCFDDC are triadic colors.

2 #DCFDDC and #FDDCDC with #DCFDDC are triadic colors.