COLOR #D4ADD8

HEX: #D4ADD8 RGB: (212,173,216)

Color info

#D4ADD8 contains red, green and blue colors in about the same proportion. Web safe color of #D4ADD8 is #CC99CC (or #C9C).

RGB color model

#D4ADD8 color RGB value is (212,173,216).

RGB: (212,173,216) (83%, 68%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 173 of 255 = 68%
B 216 of 255 = 85%

212
173
216

R + G + B ~ 79%. #D4ADD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 173 + 216 = 601 (100%)
R 212 of 601 ~ 35.27%
G 173 of 601 ~ 28.79%
B 216 of 601 ~ 35.94'%

%35.27
%28.79
%35.94

CMYK color model

#D4ADD8 color CMYK value is (2,20,0,15).

  • cyan value is 1.85%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (2,20,0,15) C2M20Y0K15 (2%,20%,0%,15%) (0.02/0.20/0.00/0.15) 

CMYK percentages

%1.85
%19.91
%0
%15.29

Codes

Color #D4ADD8 in popluar color models

D4 AD D8
RGB 212 173 216
HSL 294° 35.54% 76.27%
HSB/HSV 294° 19.91% 84.71%
CMYK 1.85% 19.91% 0.00%
15.29%

Color #D4ADD8 in popluar number systems.

HEX D4 AD D8
Decimal 212 173 216
Binary 11010100 10101101 11011000
Octal 324 255 330

Shades and tints

Shades of #D4ADD8

#D4ADD8
(212,173,216)
#C19EC5
(193,158,197)
#AE8FB2
(174,143,178)
#9B809F
(155,128,159)
#88718C
(136,113,140)
#756279
(117,98,121)
#625366
(98,83,102)
#4F4453
(79,68,83)
#3C3540
(60,53,64)
#29262D
(41,38,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #D4ADD8

#D4ADD8
(212,173,216)
#D7B4DB
(215,180,219)
#DABBDE
(218,187,222)
#DDC2E1
(221,194,225)
#E0C9E4
(224,201,228)
#E3D0E7
(227,208,231)
#E6D7EA
(230,215,234)
#E9DEED
(233,222,237)
#ECE5F0
(236,229,240)
#EFECF3
(239,236,243)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ADD8 color. Also use rgb(212,173,216) instead hex code.

Text Font Color

.myTextColor { color: #D4ADD8; }

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

This text font color is #D4ADD8.

Background Color

.myBgColor { background-color: #D4ADD8; }

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

This div background color is #D4ADD8.

Border color

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

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

This div border color is #D4ADD8.

Opacity

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

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

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

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

This text has shadow with #D4ADD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ADD8.

Preview

Color preview on black background

This text has color #D4ADD8 on black background.


Color preview on white background

This text has color #D4ADD8 on white background.


Black color preview on #D4ADD8 background

This text has black color on #D4ADD8 background.


White color preview on #D4ADD8 background

This text has white color on #D4ADD8 background.


Related colors

Complementary color

Complementary color for #hex is #2B5227.


I love getcolorcode.com

Triadic colors

1 #D8D4AD and #ADD8D4 with #D4ADD8 are triadic colors.

2 #D8ADD4 and #ADD4D8 with #D4ADD8 are triadic colors.