COLOR #DCDFEA

HEX: #DCDFEA
RGB: (220,223,234)

Color info

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

RGB color model

#DCDFEA color RGB value is (220,223,234).

  • red value is 220;
  • green value is 223;
  • blue value is 234.
RGB:
(220,223,234)
(86%,87%,92%)

RGB channels and saturation

R 220 of 255 = 86%
G 223 of 255 = 87%
B 234 of 255 = 92%

220
223
234

R + G + B ~ 88%. #DCDFEA is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 223 + 234 = 677 (100%)
R 220 of 677 ~ 32.5%
G 223 of 677 ~ 32.94%
B 234 of 677 ~ 34.56%

%32.5
%32.94
%34.56

CMYK color model

#DCDFEA color CMYK value is (6,5,0,8).

  • cyan value is 5.98%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,5,0,8)
C6M5Y0K8 
(6%,5%,0%,8%)
(0.06/0.05/0.00/0.08)	

CMYK percentages

%5.98
%4.7
%0
%8.24

Codes

Color #DCDFEA in popluar color models

DCDFEA
RGB220223234
HSL227°25.00%89.02%
HSB/HSV227°5.98%91.76%
CMYK5.98%4.70%0.00%
8.24%

Color #DCDFEA in popluar number systems.

HEXDCDFEA
Decimal220223234
Binary110111001101111111101010
Octal334337352

Shades and tints

Shades of #DCDFEA

#DCDFEA
(220,223,234)
#C8CBD5
(200,203,213)
#B4B7C0
(180,183,192)
#A0A3AB
(160,163,171)
#8C8F96
(140,143,150)
#787B81
(120,123,129)
#64676C
(100,103,108)
#505357
(80,83,87)
#3C3F42
(60,63,66)
#282B2D
(40,43,45)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #DCDFEA

#DCDFEA
(220,223,234)
#DFE1EB
(223,225,235)
#E2E3EC
(226,227,236)
#E5E5ED
(229,229,237)
#E8E7EE
(232,231,238)
#EBE9EF
(235,233,239)
#EEEBF0
(238,235,240)
#F1EDF1
(241,237,241)
#F4EFF2
(244,239,242)
#F7F1F3
(247,241,243)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDFEA color. Also use rgb(220,223,234) instead hex code.

Text Font Color

.myTextColor { color: #DCDFEA; }

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

This text font color is #DCDFEA.


Background Color

.myBgColor { background-color: #DCDFEA; }

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

This div background color is #DCDFEA.


Border color

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

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

This div border color is #DCDFEA.


Opacity

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

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

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

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

This text has shadow with #DCDFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDFEA on black background.


Color preview on white background

This text has color #DCDFEA on white background.



Black color preview on #DCDFEA background

This text has black color on #DCDFEA background.


White color preview on #DCDFEA background

This text has white color on #DCDFEA background.