COLOR #DAC9DD

HEX: #DAC9DD RGB: (218,201,221)

Color info

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

RGB color model

#DAC9DD color RGB value is (218,201,221).

RGB: (218,201,221) (85%, 79%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 221 of 255 = 87%

218
201
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 221 = 640 (100%)
R 218 of 640 ~ 34.06%
G 201 of 640 ~ 31.41%
B 221 of 640 ~ 34.53'%

%34.06
%31.41
%34.53

CMYK color model

#DAC9DD color CMYK value is (1,9,0,13).

  • cyan value is 1.36%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (1,9,0,13) C1M9Y0K13 (1%,9%,0%,13%) (0.01/0.09/0.00/0.13) 

CMYK percentages

%1.36
%9.05
%0
%13.33

Codes

Color #DAC9DD in popluar color models

DA C9 DD
RGB 218 201 221
HSL 291° 22.73% 82.75%
HSB/HSV 291° 9.05% 86.67%
CMYK 1.36% 9.05% 0.00%
13.33%

Color #DAC9DD in popluar number systems.

HEX DA C9 DD
Decimal 218 201 221
Binary 11011010 11001001 11011101
Octal 332 311 335

Shades and tints

Shades of #DAC9DD

#DAC9DD
(218,201,221)
#C7B7C9
(199,183,201)
#B4A5B5
(180,165,181)
#A193A1
(161,147,161)
#8E818D
(142,129,141)
#7B6F79
(123,111,121)
#685D65
(104,93,101)
#554B51
(85,75,81)
#42393D
(66,57,61)
#2F2729
(47,39,41)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #DAC9DD

#DAC9DD
(218,201,221)
#DDCDE0
(221,205,224)
#E0D1E3
(224,209,227)
#E3D5E6
(227,213,230)
#E6D9E9
(230,217,233)
#E9DDEC
(233,221,236)
#ECE1EF
(236,225,239)
#EFE5F2
(239,229,242)
#F2E9F5
(242,233,245)
#F5EDF8
(245,237,248)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC9DD color. Also use rgb(218,201,221) instead hex code.

Text Font Color

.myTextColor { color: #DAC9DD; }

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

This text font color is #DAC9DD.

Background Color

.myBgColor { background-color: #DAC9DD; }

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

This div background color is #DAC9DD.

Border color

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

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

This div border color is #DAC9DD.

Opacity

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

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

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

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

This text has shadow with #DAC9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC9DD.

Preview

Color preview on black background

This text has color #DAC9DD on black background.


Color preview on white background

This text has color #DAC9DD on white background.


Black color preview on #DAC9DD background

This text has black color on #DAC9DD background.


White color preview on #DAC9DD background

This text has white color on #DAC9DD background.


Related colors

Complementary color

Complementary color for #hex is #253622.


I love getcolorcode.com

Triadic colors

1 #DDDAC9 and #C9DDDA with #DAC9DD are triadic colors.

2 #DDC9DA and #C9DADD with #DAC9DD are triadic colors.