COLOR #DCEBDD

HEX: #DCEBDD RGB: (220,235,221)

Color info

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

RGB color model

#DCEBDD color RGB value is (220,235,221).

RGB: (220,235,221) (86%, 92%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 221 of 255 = 87%

220
235
221

R + G + B ~ 88%. #DCEBDD is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 235 + 221 = 676 (100%)
R 220 of 676 ~ 32.54%
G 235 of 676 ~ 34.76%
B 221 of 676 ~ 32.69'%

%32.54
%34.76
%32.69

CMYK color model

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

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%

CMYK: (6,0,6,8)
C6M0Y6K8 (6%, 0%, 6%, 8%)
(0.06 / 0.00 / 0.06 / 0.08)

CMYK percentages

%6.38
%0
%5.96
%7.84

Codes

Color #DCEBDD in popluar color models

DC EB DD
RGB 220 235 221
HSL 124° 27.27% 89.22%
HSB/HSV 124° 6.38% 92.16%
CMYK 6.38% 0.00% 5.96%
7.84%

Color #DCEBDD in popluar number systems.

HEX DC EB DD
Decimal 220 235 221
Binary 11011100 11101011 11011101
Octal 334 353 335

Shades and tints

Shades of #DCEBDD

#DCEBDD
(220,235,221)
#C8D6C9
(200,214,201)
#B4C1B5
(180,193,181)
#A0ACA1
(160,172,161)
#8C978D
(140,151,141)
#788279
(120,130,121)
#646D65
(100,109,101)
#505851
(80,88,81)
#3C433D
(60,67,61)
#282E29
(40,46,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCEBDD

#DCEBDD
(220,235,221)
#DFECE0
(223,236,224)
#E2EDE3
(226,237,227)
#E5EEE6
(229,238,230)
#E8EFE9
(232,239,233)
#EBF0EC
(235,240,236)
#EEF1EF
(238,241,239)
#F1F2F2
(241,242,242)
#F4F3F5
(244,243,245)
#F7F4F8
(247,244,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEBDD; }

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

This text font color is #DCEBDD.

Background Color

.myBgColor { background-color: #DCEBDD; }

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

This div background color is #DCEBDD.

Border color

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

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

This div border color is #DCEBDD.

Opacity

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

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

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

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

This text has shadow with #DCEBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEBDD.

Preview

Color preview on black background

This text has color #DCEBDD on black background.


Color preview on white background

This text has color #DCEBDD on white background.


Black color preview on #DCEBDD background

This text has black color on #DCEBDD background.


White color preview on #DCEBDD background

This text has white color on #DCEBDD background.


Related colors

Complementary color

Complementary color for #hex is #231422.


I love getcolorcode.com

Triadic colors

1 #DDDCEB and #EBDDDC with #DCEBDD are triadic colors.

2 #DDEBDC and #EBDCDD with #DCEBDD are triadic colors.