COLOR #DCDEF6

HEX: #DCDEF6
RGB: (220,222,246)

Color info

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

RGB color model

#DCDEF6 color RGB value is (220,222,246).

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

RGB channels and saturation

R 220 of 255 = 86%
G 222 of 255 = 87%
B 246 of 255 = 96%

220
222
246

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

Portions of RGB colors in percentages

R + G + B =
220 + 222 + 246 = 688 (100%)
R 220 of 688 ~ 31.98%
G 222 of 688 ~ 32.27%
B 246 of 688 ~ 35.76%

%31.98
%32.27
%35.76

CMYK color model

#DCDEF6 color CMYK value is (11,10,0,4).

  • cyan value is 10.57%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,10,0,4)
C11M10Y0K4 
(11%,10%,0%,4%)
(0.11/0.10/0.00/0.04)	

CMYK percentages

%10.57
%9.76
%0
%3.53

Codes

Color #DCDEF6 in popluar color models

DCDEF6
RGB220222246
HSL235°59.09%91.37%
HSB/HSV235°10.57%96.47%
CMYK10.57%9.76%0.00%
3.53%

Color #DCDEF6 in popluar number systems.

HEXDCDEF6
Decimal220222246
Binary110111001101111011110110
Octal334336366

Shades and tints

Shades of #DCDEF6

#DCDEF6
(220,222,246)
#C8CAE0
(200,202,224)
#B4B6CA
(180,182,202)
#A0A2B4
(160,162,180)
#8C8E9E
(140,142,158)
#787A88
(120,122,136)
#646672
(100,102,114)
#50525C
(80,82,92)
#3C3E46
(60,62,70)
#282A30
(40,42,48)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #DCDEF6

#DCDEF6
(220,222,246)
#DFE1F6
(223,225,246)
#E2E4F6
(226,228,246)
#E5E7F6
(229,231,246)
#E8EAF6
(232,234,246)
#EBEDF6
(235,237,246)
#EEF0F6
(238,240,246)
#F1F3F6
(241,243,246)
#F4F6F6
(244,246,246)
#F7F9F6
(247,249,246)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDEF6; }

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

This text font color is #DCDEF6.


Background Color

.myBgColor { background-color: #DCDEF6; }

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

This div background color is #DCDEF6.


Border color

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

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

This div border color is #DCDEF6.


Opacity

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

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

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

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

This text has shadow with #DCDEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDEF6 on black background.


Color preview on white background

This text has color #DCDEF6 on white background.



Black color preview on #DCDEF6 background

This text has black color on #DCDEF6 background.


White color preview on #DCDEF6 background

This text has white color on #DCDEF6 background.