COLOR #DACCD6

HEX: #DACCD6 RGB: (218,204,214)

Color info

#DACCD6 contains red, green and blue colors in about the same proportion. Web safe color of #DACCD6 is #CCCCCC (or #CCC).

RGB color model

#DACCD6 color RGB value is (218,204,214).

RGB: (218,204,214) (85%, 80%, 84%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 214 of 255 = 84%

218
204
214

R + G + B ~ 83%. #DACCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 204 + 214 = 636 (100%)
R 218 of 636 ~ 34.28%
G 204 of 636 ~ 32.08%
B 214 of 636 ~ 33.65'%

%34.28
%32.08
%33.65

CMYK color model

#DACCD6 color CMYK value is (0,6,2,15).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 1.83%
  • key color value is 14.51%

CMYK: (0,6,2,15)
C0M6Y2K15 (0%, 6%, 2%, 15%)
(0.00 / 0.06 / 0.02 / 0.15)

CMYK percentages

%0
%6.42
%1.83
%14.51

Codes

Color #DACCD6 in popluar color models

DA CC D6
RGB 218 204 214
HSL 317° 15.91% 82.75%
HSB/HSV 317° 6.42% 85.49%
CMYK 0.00% 6.42% 1.83%
14.51%

Color #DACCD6 in popluar number systems.

HEX DA CC D6
Decimal 218 204 214
Binary 11011010 11001100 11010110
Octal 332 314 326

Shades and tints

Shades of #DACCD6

#DACCD6
(218,204,214)
#C7BAC3
(199,186,195)
#B4A8B0
(180,168,176)
#A1969D
(161,150,157)
#8E848A
(142,132,138)
#7B7277
(123,114,119)
#686064
(104,96,100)
#554E51
(85,78,81)
#423C3E
(66,60,62)
#2F2A2B
(47,42,43)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DACCD6

#DACCD6
(218,204,214)
#DDD0D9
(221,208,217)
#E0D4DC
(224,212,220)
#E3D8DF
(227,216,223)
#E6DCE2
(230,220,226)
#E9E0E5
(233,224,229)
#ECE4E8
(236,228,232)
#EFE8EB
(239,232,235)
#F2ECEE
(242,236,238)
#F5F0F1
(245,240,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACCD6 color. Also use rgb(218,204,214) instead hex code.

Text Font Color

.myTextColor { color: #DACCD6; }

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

This text font color is #DACCD6.

Background Color

.myBgColor { background-color: #DACCD6; }

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

This div background color is #DACCD6.

Border color

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

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

This div border color is #DACCD6.

Opacity

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

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

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

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

This text has shadow with #DACCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACCD6.

Preview

Color preview on black background

This text has color #DACCD6 on black background.


Color preview on white background

This text has color #DACCD6 on white background.


Black color preview on #DACCD6 background

This text has black color on #DACCD6 background.


White color preview on #DACCD6 background

This text has white color on #DACCD6 background.


Related colors

Complementary color

Complementary color for #hex is #253329.


I love getcolorcode.com

Triadic colors

1 #D6DACC and #CCD6DA with #DACCD6 are triadic colors.

2 #D6CCDA and #CCDAD6 with #DACCD6 are triadic colors.