COLOR #DCADE0

HEX: #DCADE0 RGB: (220,173,224)

Color info

#DCADE0 contains red, green and blue colors in about the same proportion. Web safe color of #DCADE0 is #CC99CC (or #C9C).

RGB color model

#DCADE0 color RGB value is (220,173,224).

RGB: (220,173,224) (86%, 68%, 88%)

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 224 of 255 = 88%

220
173
224

R + G + B ~ 81%. #DCADE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 173 + 224 = 617 (100%)
R 220 of 617 ~ 35.66%
G 173 of 617 ~ 28.04%
B 224 of 617 ~ 36.3'%

%35.66
%28.04
%36.3

CMYK color model

#DCADE0 color CMYK value is (2,23,0,12).

  • cyan value is 1.79%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (2,23,0,12)
C2M23Y0K12 (2%, 23%, 0%, 12%)
(0.02 / 0.23 / 0.00 / 0.12)

CMYK percentages

%1.79
%22.77
%0
%12.16

Codes

Color #DCADE0 in popluar color models

DC AD E0
RGB 220 173 224
HSL 295° 45.13% 77.84%
HSB/HSV 295° 22.77% 87.84%
CMYK 1.79% 22.77% 0.00%
12.16%

Color #DCADE0 in popluar number systems.

HEX DC AD E0
Decimal 220 173 224
Binary 11011100 10101101 11100000
Octal 334 255 340

Shades and tints

Shades of #DCADE0

#DCADE0
(220,173,224)
#C89ECC
(200,158,204)
#B48FB8
(180,143,184)
#A080A4
(160,128,164)
#8C7190
(140,113,144)
#78627C
(120,98,124)
#645368
(100,83,104)
#504454
(80,68,84)
#3C3540
(60,53,64)
#28262C
(40,38,44)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #DCADE0

#DCADE0
(220,173,224)
#DFB4E2
(223,180,226)
#E2BBE4
(226,187,228)
#E5C2E6
(229,194,230)
#E8C9E8
(232,201,232)
#EBD0EA
(235,208,234)
#EED7EC
(238,215,236)
#F1DEEE
(241,222,238)
#F4E5F0
(244,229,240)
#F7ECF2
(247,236,242)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCADE0 color. Also use rgb(220,173,224) instead hex code.

Text Font Color

.myTextColor { color: #DCADE0; }

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

This text font color is #DCADE0.

Background Color

.myBgColor { background-color: #DCADE0; }

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

This div background color is #DCADE0.

Border color

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

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

This div border color is #DCADE0.

Opacity

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

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

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

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

This text has shadow with #DCADE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCADE0.

Preview

Color preview on black background

This text has color #DCADE0 on black background.


Color preview on white background

This text has color #DCADE0 on white background.


Black color preview on #DCADE0 background

This text has black color on #DCADE0 background.


White color preview on #DCADE0 background

This text has white color on #DCADE0 background.


Related colors

Complementary color

Complementary color for #hex is #23521F.


I love getcolorcode.com

Triadic colors

1 #E0DCAD and #ADE0DC with #DCADE0 are triadic colors.

2 #E0ADDC and #ADDCE0 with #DCADE0 are triadic colors.