COLOR #DACCED

HEX: #DACCED RGB: (218,204,237)

Color info

#DACCED contains red, green and blue colors in about the same proportion. Web safe color of #DACCED is #CCCCFF (or #CCF).

RGB color model

#DACCED color RGB value is (218,204,237).

RGB: (218,204,237) (85%, 80%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 237 of 255 = 93%

218
204
237

R + G + B ~ 86%. #DACCED is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 204 + 237 = 659 (100%)
R 218 of 659 ~ 33.08%
G 204 of 659 ~ 30.96%
B 237 of 659 ~ 35.96'%

%33.08
%30.96
%35.96

CMYK color model

#DACCED color CMYK value is (8,14,0,7).

  • cyan value is 8.02%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (8,14,0,7)
C8M14Y0K7 (8%, 14%, 0%, 7%)
(0.08 / 0.14 / 0.00 / 0.07)

CMYK percentages

%8.02
%13.92
%0
%7.06

Codes

Color #DACCED in popluar color models

DA CC ED
RGB 218 204 237
HSL 265° 47.83% 86.47%
HSB/HSV 265° 13.92% 92.94%
CMYK 8.02% 13.92% 0.00%
7.06%

Color #DACCED in popluar number systems.

HEX DA CC ED
Decimal 218 204 237
Binary 11011010 11001100 11101101
Octal 332 314 355

Shades and tints

Shades of #DACCED

#DACCED
(218,204,237)
#C7BAD8
(199,186,216)
#B4A8C3
(180,168,195)
#A196AE
(161,150,174)
#8E8499
(142,132,153)
#7B7284
(123,114,132)
#68606F
(104,96,111)
#554E5A
(85,78,90)
#423C45
(66,60,69)
#2F2A30
(47,42,48)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #DACCED

#DACCED
(218,204,237)
#DDD0EE
(221,208,238)
#E0D4EF
(224,212,239)
#E3D8F0
(227,216,240)
#E6DCF1
(230,220,241)
#E9E0F2
(233,224,242)
#ECE4F3
(236,228,243)
#EFE8F4
(239,232,244)
#F2ECF5
(242,236,245)
#F5F0F6
(245,240,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCED; }

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

This text font color is #DACCED.

Background Color

.myBgColor { background-color: #DACCED; }

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

This div background color is #DACCED.

Border color

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

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

This div border color is #DACCED.

Opacity

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

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

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

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

This text has shadow with #DACCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACCED.

Preview

Color preview on black background

This text has color #DACCED on black background.


Color preview on white background

This text has color #DACCED on white background.


Black color preview on #DACCED background

This text has black color on #DACCED background.


White color preview on #DACCED background

This text has white color on #DACCED background.


Related colors

Complementary color

Complementary color for #hex is #253312.


I love getcolorcode.com

Triadic colors

1 #EDDACC and #CCEDDA with #DACCED are triadic colors.

2 #EDCCDA and #CCDAED with #DACCED are triadic colors.