COLOR #DCDEEC

HEX: #DCDEEC
RGB: (220,222,236)

Color info

#DCDEEC contains red, green and blue colors in about the same proportion. Web safe color of #DCDEEC is #CCCCFF (or #CCF).

RGB color model

#DCDEEC color RGB value is (220,222,236).

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

RGB channels and saturation

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

220
222
236

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

Portions of RGB colors in percentages

R + G + B =
220 + 222 + 236 = 678 (100%)
R 220 of 678 ~ 32.45%
G 222 of 678 ~ 32.74%
B 236 of 678 ~ 34.81%

%32.45
%32.74
%34.81

CMYK color model

#DCDEEC color CMYK value is (7,6,0,7).

  • cyan value is 6.78%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,6,0,7)
C7M6Y0K7 
(7%,6%,0%,7%)
(0.07/0.06/0.00/0.07)	

CMYK percentages

%6.78
%5.93
%0
%7.45

Codes

Color #DCDEEC in popluar color models

DCDEEC
RGB220222236
HSL233°29.63%89.41%
HSB/HSV233°6.78%92.55%
CMYK6.78%5.93%0.00%
7.45%

Color #DCDEEC in popluar number systems.

HEXDCDEEC
Decimal220222236
Binary110111001101111011101100
Octal334336354

Shades and tints

Shades of #DCDEEC

#DCDEEC
(220,222,236)
#C8CAD7
(200,202,215)
#B4B6C2
(180,182,194)
#A0A2AD
(160,162,173)
#8C8E98
(140,142,152)
#787A83
(120,122,131)
#64666E
(100,102,110)
#505259
(80,82,89)
#3C3E44
(60,62,68)
#282A2F
(40,42,47)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #DCDEEC

#DCDEEC
(220,222,236)
#DFE1ED
(223,225,237)
#E2E4EE
(226,228,238)
#E5E7EF
(229,231,239)
#E8EAF0
(232,234,240)
#EBEDF1
(235,237,241)
#EEF0F2
(238,240,242)
#F1F3F3
(241,243,243)
#F4F6F4
(244,246,244)
#F7F9F5
(247,249,245)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDEEC; }

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

This text font color is #DCDEEC.


Background Color

.myBgColor { background-color: #DCDEEC; }

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

This div background color is #DCDEEC.


Border color

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

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

This div border color is #DCDEEC.


Opacity

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

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

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

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

This text has shadow with #DCDEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDEEC on black background.


Color preview on white background

This text has color #DCDEEC on white background.



Black color preview on #DCDEEC background

This text has black color on #DCDEEC background.


White color preview on #DCDEEC background

This text has white color on #DCDEEC background.