COLOR #DCEEDE

HEX: #DCEEDE
RGB: (220,238,222)

Color info

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

RGB color model

#DCEEDE color RGB value is (220,238,222).

  • red value is 220;
  • green value is 238;
  • blue value is 222.
RGB:
(220,238,222)
(86%,93%,87%)

RGB channels and saturation

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

220
238
222

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

Portions of RGB colors in percentages

R + G + B =
220 + 238 + 222 = 680 (100%)
R 220 of 680 ~ 32.35%
G 238 of 680 ~ 35%
B 222 of 680 ~ 32.65%

%32.35
%35
%32.65

CMYK color model

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

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • 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
%6.72
%6.67

Codes

Color #DCEEDE in popluar color models

DCEEDE
RGB220238222
HSL127°34.62%89.80%
HSB/HSV127°7.56%93.33%
CMYK7.56%0.00%6.72%
6.67%

Color #DCEEDE in popluar number systems.

HEXDCEEDE
Decimal220238222
Binary110111001110111011011110
Octal334356336

Shades and tints

Shades of #DCEEDE

#DCEEDE
(220,238,222)
#C8D9CA
(200,217,202)
#B4C4B6
(180,196,182)
#A0AFA2
(160,175,162)
#8C9A8E
(140,154,142)
#78857A
(120,133,122)
#647066
(100,112,102)
#505B52
(80,91,82)
#3C463E
(60,70,62)
#28312A
(40,49,42)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #DCEEDE

#DCEEDE
(220,238,222)
#DFEFE1
(223,239,225)
#E2F0E4
(226,240,228)
#E5F1E7
(229,241,231)
#E8F2EA
(232,242,234)
#EBF3ED
(235,243,237)
#EEF4F0
(238,244,240)
#F1F5F3
(241,245,243)
#F4F6F6
(244,246,246)
#F7F7F9
(247,247,249)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEEDE; }

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

This text font color is #DCEEDE.


Background Color

.myBgColor { background-color: #DCEEDE; }

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

This div background color is #DCEEDE.


Border color

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

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

This div border color is #DCEEDE.


Opacity

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

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

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

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

This text has shadow with #DCEEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCEEDE on black background.


Color preview on white background

This text has color #DCEEDE on white background.



Black color preview on #DCEEDE background

This text has black color on #DCEEDE background.


White color preview on #DCEEDE background

This text has white color on #DCEEDE background.