COLOR #DCDAF0

HEX: #DCDAF0
RGB: (220,218,240)

Color info

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

RGB color model

#DCDAF0 color RGB value is (220,218,240).

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

RGB channels and saturation

R 220 of 255 = 86%
G 218 of 255 = 85%
B 240 of 255 = 94%

220
218
240

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

Portions of RGB colors in percentages

R + G + B =
220 + 218 + 240 = 678 (100%)
R 220 of 678 ~ 32.45%
G 218 of 678 ~ 32.15%
B 240 of 678 ~ 35.4%

%32.45
%32.15
%35.4

CMYK color model

#DCDAF0 color CMYK value is (8,9,0,6).

  • cyan value is 8.33%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,9,0,6)
C8M9Y0K6 
(8%,9%,0%,6%)
(0.08/0.09/0.00/0.06)	

CMYK percentages

%8.33
%9.17
%0
%5.88

Codes

Color #DCDAF0 in popluar color models

DCDAF0
RGB220218240
HSL245°42.31%89.80%
HSB/HSV245°9.17%94.12%
CMYK8.33%9.17%0.00%
5.88%

Color #DCDAF0 in popluar number systems.

HEXDCDAF0
Decimal220218240
Binary110111001101101011110000
Octal334332360

Shades and tints

Shades of #DCDAF0

#DCDAF0
(220,218,240)
#C8C7DB
(200,199,219)
#B4B4C6
(180,180,198)
#A0A1B1
(160,161,177)
#8C8E9C
(140,142,156)
#787B87
(120,123,135)
#646872
(100,104,114)
#50555D
(80,85,93)
#3C4248
(60,66,72)
#282F33
(40,47,51)
#141C1E
(20,28,30)
#000000
(0,0,0)

Tints of #DCDAF0

#DCDAF0
(220,218,240)
#DFDDF1
(223,221,241)
#E2E0F2
(226,224,242)
#E5E3F3
(229,227,243)
#E8E6F4
(232,230,244)
#EBE9F5
(235,233,245)
#EEECF6
(238,236,246)
#F1EFF7
(241,239,247)
#F4F2F8
(244,242,248)
#F7F5F9
(247,245,249)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDAF0; }

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

This text font color is #DCDAF0.


Background Color

.myBgColor { background-color: #DCDAF0; }

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

This div background color is #DCDAF0.


Border color

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

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

This div border color is #DCDAF0.


Opacity

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

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

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

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

This text has shadow with #DCDAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCDAF0 on black background.


Color preview on white background

This text has color #DCDAF0 on white background.



Black color preview on #DCDAF0 background

This text has black color on #DCDAF0 background.


White color preview on #DCDAF0 background

This text has white color on #DCDAF0 background.