COLOR #DCDFF0

HEX: #DCDFF0
RGB: (220,223,240)

Color info

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

RGB color model

#DCDFF0 color RGB value is (220,223,240).

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

RGB channels and saturation

R 220 of 255 = 86%
G 223 of 255 = 87%
B 240 of 255 = 94%

220
223
240

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

Portions of RGB colors in percentages

R + G + B =
220 + 223 + 240 = 683 (100%)
R 220 of 683 ~ 32.21%
G 223 of 683 ~ 32.65%
B 240 of 683 ~ 35.14%

%32.21
%32.65
%35.14

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,7,0,6)
C8M7Y0K6 
(8%,7%,0%,6%)
(0.08/0.07/0.00/0.06)	

CMYK percentages

%8.33
%7.08
%0
%5.88

Codes

Color #DCDFF0 in popluar color models

DCDFF0
RGB220223240
HSL231°40.00%90.20%
HSB/HSV231°8.33%94.12%
CMYK8.33%7.08%0.00%
5.88%

Color #DCDFF0 in popluar number systems.

HEXDCDFF0
Decimal220223240
Binary110111001101111111110000
Octal334337360

Shades and tints

Shades of #DCDFF0

#DCDFF0
(220,223,240)
#C8CBDB
(200,203,219)
#B4B7C6
(180,183,198)
#A0A3B1
(160,163,177)
#8C8F9C
(140,143,156)
#787B87
(120,123,135)
#646772
(100,103,114)
#50535D
(80,83,93)
#3C3F48
(60,63,72)
#282B33
(40,43,51)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #DCDFF0

#DCDFF0
(220,223,240)
#DFE1F1
(223,225,241)
#E2E3F2
(226,227,242)
#E5E5F3
(229,229,243)
#E8E7F4
(232,231,244)
#EBE9F5
(235,233,245)
#EEEBF6
(238,235,246)
#F1EDF7
(241,237,247)
#F4EFF8
(244,239,248)
#F7F1F9
(247,241,249)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDFF0; }

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

This text font color is #DCDFF0.


Background Color

.myBgColor { background-color: #DCDFF0; }

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

This div background color is #DCDFF0.


Border color

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

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

This div border color is #DCDFF0.


Opacity

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

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

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

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

This text has shadow with #DCDFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDFF0 on black background.


Color preview on white background

This text has color #DCDFF0 on white background.



Black color preview on #DCDFF0 background

This text has black color on #DCDFF0 background.


White color preview on #DCDFF0 background

This text has white color on #DCDFF0 background.