COLOR #DCDEF9

HEX: #DCDEF9
RGB: (220,222,249)

Color info

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

RGB color model

#DCDEF9 color RGB value is (220,222,249).

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

RGB channels and saturation

R 220 of 255 = 86%
G 222 of 255 = 87%
B 249 of 255 = 98%

220
222
249

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

Portions of RGB colors in percentages

R + G + B =
220 + 222 + 249 = 691 (100%)
R 220 of 691 ~ 31.84%
G 222 of 691 ~ 32.13%
B 249 of 691 ~ 36.03%

%31.84
%32.13
%36.03

CMYK color model

#DCDEF9 color CMYK value is (12,11,0,2).

  • cyan value is 11.65%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,11,0,2)
C12M11Y0K2 
(12%,11%,0%,2%)
(0.12/0.11/0.00/0.02)	

CMYK percentages

%11.65
%10.84
%0
%2.35

Codes

Color #DCDEF9 in popluar color models

DCDEF9
RGB220222249
HSL236°70.73%91.96%
HSB/HSV236°11.65%97.65%
CMYK11.65%10.84%0.00%
2.35%

Color #DCDEF9 in popluar number systems.

HEXDCDEF9
Decimal220222249
Binary110111001101111011111001
Octal334336371

Shades and tints

Shades of #DCDEF9

#DCDEF9
(220,222,249)
#C8CAE3
(200,202,227)
#B4B6CD
(180,182,205)
#A0A2B7
(160,162,183)
#8C8EA1
(140,142,161)
#787A8B
(120,122,139)
#646675
(100,102,117)
#50525F
(80,82,95)
#3C3E49
(60,62,73)
#282A33
(40,42,51)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #DCDEF9

#DCDEF9
(220,222,249)
#DFE1F9
(223,225,249)
#E2E4F9
(226,228,249)
#E5E7F9
(229,231,249)
#E8EAF9
(232,234,249)
#EBEDF9
(235,237,249)
#EEF0F9
(238,240,249)
#F1F3F9
(241,243,249)
#F4F6F9
(244,246,249)
#F7F9F9
(247,249,249)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDEF9; }

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

This text font color is #DCDEF9.


Background Color

.myBgColor { background-color: #DCDEF9; }

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

This div background color is #DCDEF9.


Border color

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

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

This div border color is #DCDEF9.


Opacity

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

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

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

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

This text has shadow with #DCDEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDEF9 on black background.


Color preview on white background

This text has color #DCDEF9 on white background.



Black color preview on #DCDEF9 background

This text has black color on #DCDEF9 background.


White color preview on #DCDEF9 background

This text has white color on #DCDEF9 background.