COLOR #DACCD4

HEX: #DACCD4 RGB: (218,204,212)

Color info

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

RGB color model

#DACCD4 color RGB value is (218,204,212).

RGB: (218,204,212) (85%, 80%, 83%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 212 of 255 = 83%

218
204
212

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

Portions of RGB colors in percentages

R + G + B = 218 + 204 + 212 = 634 (100%)
R 218 of 634 ~ 34.38%
G 204 of 634 ~ 32.18%
B 212 of 634 ~ 33.44'%

%34.38
%32.18
%33.44

CMYK color model

#DACCD4 color CMYK value is (0,6,3,15).

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

CMYK: (0,6,3,15)
C0M6Y3K15 (0%, 6%, 3%, 15%)
(0.00 / 0.06 / 0.03 / 0.15)

CMYK percentages

%0
%6.42
%2.75
%14.51

Codes

Color #DACCD4 in popluar color models

DA CC D4
RGB 218 204 212
HSL 326° 15.91% 82.75%
HSB/HSV 326° 6.42% 85.49%
CMYK 0.00% 6.42% 2.75%
14.51%

Color #DACCD4 in popluar number systems.

HEX DA CC D4
Decimal 218 204 212
Binary 11011010 11001100 11010100
Octal 332 314 324

Shades and tints

Shades of #DACCD4

#DACCD4
(218,204,212)
#C7BAC1
(199,186,193)
#B4A8AE
(180,168,174)
#A1969B
(161,150,155)
#8E8488
(142,132,136)
#7B7275
(123,114,117)
#686062
(104,96,98)
#554E4F
(85,78,79)
#423C3C
(66,60,60)
#2F2A29
(47,42,41)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DACCD4

#DACCD4
(218,204,212)
#DDD0D7
(221,208,215)
#E0D4DA
(224,212,218)
#E3D8DD
(227,216,221)
#E6DCE0
(230,220,224)
#E9E0E3
(233,224,227)
#ECE4E6
(236,228,230)
#EFE8E9
(239,232,233)
#F2ECEC
(242,236,236)
#F5F0EF
(245,240,239)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCD4; }

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

This text font color is #DACCD4.

Background Color

.myBgColor { background-color: #DACCD4; }

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

This div background color is #DACCD4.

Border color

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

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

This div border color is #DACCD4.

Opacity

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

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

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

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

This text has shadow with #DACCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACCD4.

Preview

Color preview on black background

This text has color #DACCD4 on black background.


Color preview on white background

This text has color #DACCD4 on white background.


Black color preview on #DACCD4 background

This text has black color on #DACCD4 background.


White color preview on #DACCD4 background

This text has white color on #DACCD4 background.


Related colors

Complementary color

Complementary color for #hex is #25332B.


I love getcolorcode.com

Triadic colors

1 #D4DACC and #CCD4DA with #DACCD4 are triadic colors.

2 #D4CCDA and #CCDAD4 with #DACCD4 are triadic colors.