COLOR #DCDAEB

HEX: #DCDAEB RGB: (220,218,235)

Color info

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

RGB color model

#DCDAEB color RGB value is (220,218,235).

RGB: (220,218,235) (86%, 85%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 218 of 255 = 85%
B 235 of 255 = 92%

220
218
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 218 + 235 = 673 (100%)
R 220 of 673 ~ 32.69%
G 218 of 673 ~ 32.39%
B 235 of 673 ~ 34.92'%

%32.69
%32.39
%34.92

CMYK color model

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

  • cyan value is 6.38%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,7,0,8)
C6M7Y0K8 (6%, 7%, 0%, 8%)
(0.06 / 0.07 / 0.00 / 0.08)

CMYK percentages

%6.38
%7.23
%0
%7.84

Codes

Color #DCDAEB in popluar color models

DC DA EB
RGB 220 218 235
HSL 247° 29.82% 88.82%
HSB/HSV 247° 7.23% 92.16%
CMYK 6.38% 7.23% 0.00%
7.84%

Color #DCDAEB in popluar number systems.

HEX DC DA EB
Decimal 220 218 235
Binary 11011100 11011010 11101011
Octal 334 332 353

Shades and tints

Shades of #DCDAEB

#DCDAEB
(220,218,235)
#C8C7D6
(200,199,214)
#B4B4C1
(180,180,193)
#A0A1AC
(160,161,172)
#8C8E97
(140,142,151)
#787B82
(120,123,130)
#64686D
(100,104,109)
#505558
(80,85,88)
#3C4243
(60,66,67)
#282F2E
(40,47,46)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #DCDAEB

#DCDAEB
(220,218,235)
#DFDDEC
(223,221,236)
#E2E0ED
(226,224,237)
#E5E3EE
(229,227,238)
#E8E6EF
(232,230,239)
#EBE9F0
(235,233,240)
#EEECF1
(238,236,241)
#F1EFF2
(241,239,242)
#F4F2F3
(244,242,243)
#F7F5F4
(247,245,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDAEB; }

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

This text font color is #DCDAEB.

Background Color

.myBgColor { background-color: #DCDAEB; }

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

This div background color is #DCDAEB.

Border color

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

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

This div border color is #DCDAEB.

Opacity

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

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

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

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

This text has shadow with #DCDAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDAEB.

Preview

Color preview on black background

This text has color #DCDAEB on black background.


Color preview on white background

This text has color #DCDAEB on white background.


Black color preview on #DCDAEB background

This text has black color on #DCDAEB background.


White color preview on #DCDAEB background

This text has white color on #DCDAEB background.


Related colors

Complementary color

Complementary color for #hex is #232514.


I love getcolorcode.com

Triadic colors

1 #EBDCDA and #DAEBDC with #DCDAEB are triadic colors.

2 #EBDADC and #DADCEB with #DCDAEB are triadic colors.