COLOR #DAC4DD

HEX: #DAC4DD RGB: (218,196,221)

Color info

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

RGB color model

#DAC4DD color RGB value is (218,196,221).

RGB: (218,196,221) (85%, 77%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 221 of 255 = 87%

218
196
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 196 + 221 = 635 (100%)
R 218 of 635 ~ 34.33%
G 196 of 635 ~ 30.87%
B 221 of 635 ~ 34.8'%

%34.33
%30.87
%34.8

CMYK color model

#DAC4DD color CMYK value is (1,11,0,13).

  • cyan value is 1.36%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,11,0,13)
C1M11Y0K13 (1%, 11%, 0%, 13%)
(0.01 / 0.11 / 0.00 / 0.13)

CMYK percentages

%1.36
%11.31
%0
%13.33

Codes

Color #DAC4DD in popluar color models

DA C4 DD
RGB 218 196 221
HSL 293° 26.88% 81.76%
HSB/HSV 293° 11.31% 86.67%
CMYK 1.36% 11.31% 0.00%
13.33%

Color #DAC4DD in popluar number systems.

HEX DA C4 DD
Decimal 218 196 221
Binary 11011010 11000100 11011101
Octal 332 304 335

Shades and tints

Shades of #DAC4DD

#DAC4DD
(218,196,221)
#C7B3C9
(199,179,201)
#B4A2B5
(180,162,181)
#A191A1
(161,145,161)
#8E808D
(142,128,141)
#7B6F79
(123,111,121)
#685E65
(104,94,101)
#554D51
(85,77,81)
#423C3D
(66,60,61)
#2F2B29
(47,43,41)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DAC4DD

#DAC4DD
(218,196,221)
#DDC9E0
(221,201,224)
#E0CEE3
(224,206,227)
#E3D3E6
(227,211,230)
#E6D8E9
(230,216,233)
#E9DDEC
(233,221,236)
#ECE2EF
(236,226,239)
#EFE7F2
(239,231,242)
#F2ECF5
(242,236,245)
#F5F1F8
(245,241,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4DD; }

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

This text font color is #DAC4DD.

Background Color

.myBgColor { background-color: #DAC4DD; }

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

This div background color is #DAC4DD.

Border color

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

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

This div border color is #DAC4DD.

Opacity

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

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

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

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

This text has shadow with #DAC4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC4DD.

Preview

Color preview on black background

This text has color #DAC4DD on black background.


Color preview on white background

This text has color #DAC4DD on white background.


Black color preview on #DAC4DD background

This text has black color on #DAC4DD background.


White color preview on #DAC4DD background

This text has white color on #DAC4DD background.


Related colors

Complementary color

Complementary color for #hex is #253B22.


I love getcolorcode.com

Triadic colors

1 #DDDAC4 and #C4DDDA with #DAC4DD are triadic colors.

2 #DDC4DA and #C4DADD with #DAC4DD are triadic colors.