COLOR #DCADD3

HEX: #DCADD3 RGB: (220,173,211)

Color info

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

RGB color model

#DCADD3 color RGB value is (220,173,211).

RGB: (220,173,211) (86%, 68%, 83%)

RGB channels and saturation

R 220 of 255 = 86%
G 173 of 255 = 68%
B 211 of 255 = 83%

220
173
211

R + G + B ~ 79%. #DCADD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 173 + 211 = 604 (100%)
R 220 of 604 ~ 36.42%
G 173 of 604 ~ 28.64%
B 211 of 604 ~ 34.93'%

%36.42
%28.64
%34.93

CMYK color model

#DCADD3 color CMYK value is (0,21,4,14).

  • cyan value is 0.00%
  • magenta value is 21.36%
  • yellow value is 4.09%
  • key color value is 13.73%

CMYK: (0,21,4,14)
C0M21Y4K14 (0%, 21%, 4%, 14%)
(0.00 / 0.21 / 0.04 / 0.14)

CMYK percentages

%0
%21.36
%4.09
%13.73

Codes

Color #DCADD3 in popluar color models

DC AD D3
RGB 220 173 211
HSL 311° 40.17% 77.06%
HSB/HSV 311° 21.36% 86.27%
CMYK 0.00% 21.36% 4.09%
13.73%

Color #DCADD3 in popluar number systems.

HEX DC AD D3
Decimal 220 173 211
Binary 11011100 10101101 11010011
Octal 334 255 323

Shades and tints

Shades of #DCADD3

#DCADD3
(220,173,211)
#C89EC0
(200,158,192)
#B48FAD
(180,143,173)
#A0809A
(160,128,154)
#8C7187
(140,113,135)
#786274
(120,98,116)
#645361
(100,83,97)
#50444E
(80,68,78)
#3C353B
(60,53,59)
#282628
(40,38,40)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCADD3

#DCADD3
(220,173,211)
#DFB4D7
(223,180,215)
#E2BBDB
(226,187,219)
#E5C2DF
(229,194,223)
#E8C9E3
(232,201,227)
#EBD0E7
(235,208,231)
#EED7EB
(238,215,235)
#F1DEEF
(241,222,239)
#F4E5F3
(244,229,243)
#F7ECF7
(247,236,247)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCADD3; }

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

This text font color is #DCADD3.

Background Color

.myBgColor { background-color: #DCADD3; }

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

This div background color is #DCADD3.

Border color

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

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

This div border color is #DCADD3.

Opacity

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

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

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

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

This text has shadow with #DCADD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCADD3.

Preview

Color preview on black background

This text has color #DCADD3 on black background.


Color preview on white background

This text has color #DCADD3 on white background.


Black color preview on #DCADD3 background

This text has black color on #DCADD3 background.


White color preview on #DCADD3 background

This text has white color on #DCADD3 background.


Related colors

Complementary color

Complementary color for #hex is #23522C.


I love getcolorcode.com

Triadic colors

1 #D3DCAD and #ADD3DC with #DCADD3 are triadic colors.

2 #D3ADDC and #ADDCD3 with #DCADD3 are triadic colors.