COLOR #DCDEF2

HEX: #DCDEF2
RGB: (220,222,242)

Color info

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

RGB color model

#DCDEF2 color RGB value is (220,222,242).

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

RGB channels and saturation

R 220 of 255 = 86%
G 222 of 255 = 87%
B 242 of 255 = 95%

220
222
242

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

Portions of RGB colors in percentages

R + G + B =
220 + 222 + 242 = 684 (100%)
R 220 of 684 ~ 32.16%
G 222 of 684 ~ 32.46%
B 242 of 684 ~ 35.38%

%32.16
%32.46
%35.38

CMYK color model

#DCDEF2 color CMYK value is (9,8,0,5).

  • cyan value is 9.09%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(9,8,0,5)
C9M8Y0K5 
(9%,8%,0%,5%)
(0.09/0.08/0.00/0.05)	

CMYK percentages

%9.09
%8.26
%0
%5.1

Codes

Color #DCDEF2 in popluar color models

DCDEF2
RGB220222242
HSL235°45.83%90.59%
HSB/HSV235°9.09%94.90%
CMYK9.09%8.26%0.00%
5.10%

Color #DCDEF2 in popluar number systems.

HEXDCDEF2
Decimal220222242
Binary110111001101111011110010
Octal334336362

Shades and tints

Shades of #DCDEF2

#DCDEF2
(220,222,242)
#C8CADC
(200,202,220)
#B4B6C6
(180,182,198)
#A0A2B0
(160,162,176)
#8C8E9A
(140,142,154)
#787A84
(120,122,132)
#64666E
(100,102,110)
#505258
(80,82,88)
#3C3E42
(60,62,66)
#282A2C
(40,42,44)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #DCDEF2

#DCDEF2
(220,222,242)
#DFE1F3
(223,225,243)
#E2E4F4
(226,228,244)
#E5E7F5
(229,231,245)
#E8EAF6
(232,234,246)
#EBEDF7
(235,237,247)
#EEF0F8
(238,240,248)
#F1F3F9
(241,243,249)
#F4F6FA
(244,246,250)
#F7F9FB
(247,249,251)
#FAFCFC
(250,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDEF2; }

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

This text font color is #DCDEF2.


Background Color

.myBgColor { background-color: #DCDEF2; }

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

This div background color is #DCDEF2.


Border color

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

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

This div border color is #DCDEF2.


Opacity

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

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

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

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

This text has shadow with #DCDEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDEF2 on black background.


Color preview on white background

This text has color #DCDEF2 on white background.



Black color preview on #DCDEF2 background

This text has black color on #DCDEF2 background.


White color preview on #DCDEF2 background

This text has white color on #DCDEF2 background.