COLOR #DCADF8

HEX: #DCADF8 RGB: (220,173,248)

Color info

#DCADF8 contains mainly red and blue colors. Web safe color of #DCADF8 is #CC99FF (or #C9F).

RGB color model

#DCADF8 color RGB value is (220,173,248).

RGB: (220,173,248) (86%, 68%, 97%)

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 248 of 255 = 97%

220
173
248

R + G + B ~ 84%. #DCADF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 173 + 248 = 641 (100%)
R 220 of 641 ~ 34.32%
G 173 of 641 ~ 26.99%
B 248 of 641 ~ 38.69'%

%34.32
%26.99
%38.69

CMYK color model

#DCADF8 color CMYK value is (11,30,0,3).

  • cyan value is 11.29%
  • magenta value is 30.24%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (11,30,0,3)
C11M30Y0K3 (11%, 30%, 0%, 3%)
(0.11 / 0.30 / 0.00 / 0.03)

CMYK percentages

%11.29
%30.24
%0
%2.75

Codes

Color #DCADF8 in popluar color models

DC AD F8
RGB 220 173 248
HSL 278° 84.27% 82.55%
HSB/HSV 278° 30.24% 97.25%
CMYK 11.29% 30.24% 0.00%
2.75%

Color #DCADF8 in popluar number systems.

HEX DC AD F8
Decimal 220 173 248
Binary 11011100 10101101 11111000
Octal 334 255 370

Shades and tints

Shades of #DCADF8

#DCADF8
(220,173,248)
#C89EE2
(200,158,226)
#B48FCC
(180,143,204)
#A080B6
(160,128,182)
#8C71A0
(140,113,160)
#78628A
(120,98,138)
#645374
(100,83,116)
#50445E
(80,68,94)
#3C3548
(60,53,72)
#282632
(40,38,50)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #DCADF8

#DCADF8
(220,173,248)
#DFB4F8
(223,180,248)
#E2BBF8
(226,187,248)
#E5C2F8
(229,194,248)
#E8C9F8
(232,201,248)
#EBD0F8
(235,208,248)
#EED7F8
(238,215,248)
#F1DEF8
(241,222,248)
#F4E5F8
(244,229,248)
#F7ECF8
(247,236,248)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCADF8; }

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

This text font color is #DCADF8.

Background Color

.myBgColor { background-color: #DCADF8; }

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

This div background color is #DCADF8.

Border color

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

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

This div border color is #DCADF8.

Opacity

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

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

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

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

This text has shadow with #DCADF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCADF8.

Preview

Color preview on black background

This text has color #DCADF8 on black background.


Color preview on white background

This text has color #DCADF8 on white background.


Black color preview on #DCADF8 background

This text has black color on #DCADF8 background.


White color preview on #DCADF8 background

This text has white color on #DCADF8 background.


Related colors

Complementary color

Complementary color for #hex is #235207.


I love getcolorcode.com

Triadic colors

1 #F8DCAD and #ADF8DC with #DCADF8 are triadic colors.

2 #F8ADDC and #ADDCF8 with #DCADF8 are triadic colors.