COLOR #D2ADDB

HEX: #D2ADDB RGB: (210,173,219)

Color info

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

RGB color model

#D2ADDB color RGB value is (210,173,219).

RGB: (210,173,219) (82%, 68%, 86%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 219 of 255 = 86%

210
173
219

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

Portions of RGB colors in percentages

R + G + B = 210 + 173 + 219 = 602 (100%)
R 210 of 602 ~ 34.88%
G 173 of 602 ~ 28.74%
B 219 of 602 ~ 36.38'%

%34.88
%28.74
%36.38

CMYK color model

#D2ADDB color CMYK value is (4,21,0,14).

  • cyan value is 4.11%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,21,0,14)
C4M21Y0K14 (4%, 21%, 0%, 14%)
(0.04 / 0.21 / 0.00 / 0.14)

CMYK percentages

%4.11
%21
%0
%14.12

Codes

Color #D2ADDB in popluar color models

D2 AD DB
RGB 210 173 219
HSL 288° 38.98% 76.86%
HSB/HSV 288° 21.00% 85.88%
CMYK 4.11% 21.00% 0.00%
14.12%

Color #D2ADDB in popluar number systems.

HEX D2 AD DB
Decimal 210 173 219
Binary 11010010 10101101 11011011
Octal 322 255 333

Shades and tints

Shades of #D2ADDB

#D2ADDB
(210,173,219)
#BF9EC8
(191,158,200)
#AC8FB5
(172,143,181)
#9980A2
(153,128,162)
#86718F
(134,113,143)
#73627C
(115,98,124)
#605369
(96,83,105)
#4D4456
(77,68,86)
#3A3543
(58,53,67)
#272630
(39,38,48)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #D2ADDB

#D2ADDB
(210,173,219)
#D6B4DE
(214,180,222)
#DABBE1
(218,187,225)
#DEC2E4
(222,194,228)
#E2C9E7
(226,201,231)
#E6D0EA
(230,208,234)
#EAD7ED
(234,215,237)
#EEDEF0
(238,222,240)
#F2E5F3
(242,229,243)
#F6ECF6
(246,236,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ADDB color. Also use rgb(210,173,219) instead hex code.

Text Font Color

.myTextColor { color: #D2ADDB; }

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

This text font color is #D2ADDB.

Background Color

.myBgColor { background-color: #D2ADDB; }

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

This div background color is #D2ADDB.

Border color

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

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

This div border color is #D2ADDB.

Opacity

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

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

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

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

This text has shadow with #D2ADDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2ADDB.

Preview

Color preview on black background

This text has color #D2ADDB on black background.


Color preview on white background

This text has color #D2ADDB on white background.


Black color preview on #D2ADDB background

This text has black color on #D2ADDB background.


White color preview on #D2ADDB background

This text has white color on #D2ADDB background.


Related colors

Complementary color

Complementary color for #hex is #2D5224.


I love getcolorcode.com

Triadic colors

1 #DBD2AD and #ADDBD2 with #D2ADDB are triadic colors.

2 #DBADD2 and #ADD2DB with #D2ADDB are triadic colors.