COLOR #DCEEDD

HEX: #DCEEDD RGB: (220,238,221)

Color info

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

RGB color model

#DCEEDD color RGB value is (220,238,221).

RGB: (220,238,221) (86%, 93%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 221 of 255 = 87%

220
238
221

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

Portions of RGB colors in percentages

R + G + B = 220 + 238 + 221 = 679 (100%)
R 220 of 679 ~ 32.4%
G 238 of 679 ~ 35.05%
B 221 of 679 ~ 32.55'%

%32.4
%35.05
%32.55

CMYK color model

#DCEEDD color CMYK value is (8,0,7,7).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%

CMYK: (8,0,7,7)
C8M0Y7K7 (8%, 0%, 7%, 7%)
(0.08 / 0.00 / 0.07 / 0.07)

CMYK percentages

%7.56
%0
%7.14
%6.67

Codes

Color #DCEEDD in popluar color models

DC EE DD
RGB 220 238 221
HSL 123° 34.62% 89.80%
HSB/HSV 123° 7.56% 93.33%
CMYK 7.56% 0.00% 7.14%
6.67%

Color #DCEEDD in popluar number systems.

HEX DC EE DD
Decimal 220 238 221
Binary 11011100 11101110 11011101
Octal 334 356 335

Shades and tints

Shades of #DCEEDD

#DCEEDD
(220,238,221)
#C8D9C9
(200,217,201)
#B4C4B5
(180,196,181)
#A0AFA1
(160,175,161)
#8C9A8D
(140,154,141)
#788579
(120,133,121)
#647065
(100,112,101)
#505B51
(80,91,81)
#3C463D
(60,70,61)
#283129
(40,49,41)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #DCEEDD

#DCEEDD
(220,238,221)
#DFEFE0
(223,239,224)
#E2F0E3
(226,240,227)
#E5F1E6
(229,241,230)
#E8F2E9
(232,242,233)
#EBF3EC
(235,243,236)
#EEF4EF
(238,244,239)
#F1F5F2
(241,245,242)
#F4F6F5
(244,246,245)
#F7F7F8
(247,247,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEEDD; }

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

This text font color is #DCEEDD.

Background Color

.myBgColor { background-color: #DCEEDD; }

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

This div background color is #DCEEDD.

Border color

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

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

This div border color is #DCEEDD.

Opacity

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

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

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

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

This text has shadow with #DCEEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEEDD.

Preview

Color preview on black background

This text has color #DCEEDD on black background.


Color preview on white background

This text has color #DCEEDD on white background.


Black color preview on #DCEEDD background

This text has black color on #DCEEDD background.


White color preview on #DCEEDD background

This text has white color on #DCEEDD background.


Related colors

Complementary color

Complementary color for #hex is #231122.


I love getcolorcode.com

Triadic colors

1 #DDDCEE and #EEDDDC with #DCEEDD are triadic colors.

2 #DDEEDC and #EEDCDD with #DCEEDD are triadic colors.