COLOR #D2ADED

HEX: #D2ADED RGB: (210,173,237)

Color info

#D2ADED contains mainly red and blue colors. Web safe color of #D2ADED is #CC99FF (or #C9F).

RGB color model

#D2ADED color RGB value is (210,173,237).

RGB: (210,173,237) (82%, 68%, 93%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 237 of 255 = 93%

210
173
237

R + G + B ~ 81%. #D2ADED is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 173 + 237 = 620 (100%)
R 210 of 620 ~ 33.87%
G 173 of 620 ~ 27.9%
B 237 of 620 ~ 38.23'%

%33.87
%27.9
%38.23

CMYK color model

#D2ADED color CMYK value is (11,27,0,7).

  • cyan value is 11.39%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (11,27,0,7) C11M27Y0K7 (11%,27%,0%,7%) (0.11/0.27/0.00/0.07) 

CMYK percentages

%11.39
%27
%0
%7.06

Codes

Color #D2ADED in popluar color models

D2 AD ED
RGB 210 173 237
HSL 275° 64.00% 80.39%
HSB/HSV 275° 27.00% 92.94%
CMYK 11.39% 27.00% 0.00%
7.06%

Color #D2ADED in popluar number systems.

HEX D2 AD ED
Decimal 210 173 237
Binary 11010010 10101101 11101101
Octal 322 255 355

Shades and tints

Shades of #D2ADED

#D2ADED
(210,173,237)
#BF9ED8
(191,158,216)
#AC8FC3
(172,143,195)
#9980AE
(153,128,174)
#867199
(134,113,153)
#736284
(115,98,132)
#60536F
(96,83,111)
#4D445A
(77,68,90)
#3A3545
(58,53,69)
#272630
(39,38,48)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #D2ADED

#D2ADED
(210,173,237)
#D6B4EE
(214,180,238)
#DABBEF
(218,187,239)
#DEC2F0
(222,194,240)
#E2C9F1
(226,201,241)
#E6D0F2
(230,208,242)
#EAD7F3
(234,215,243)
#EEDEF4
(238,222,244)
#F2E5F5
(242,229,245)
#F6ECF6
(246,236,246)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ADED; }

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

This text font color is #D2ADED.

Background Color

.myBgColor { background-color: #D2ADED; }

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

This div background color is #D2ADED.

Border color

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

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

This div border color is #D2ADED.

Opacity

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

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

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

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

This text has shadow with #D2ADED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2ADED.

Preview

Color preview on black background

This text has color #D2ADED on black background.


Color preview on white background

This text has color #D2ADED on white background.


Black color preview on #D2ADED background

This text has black color on #D2ADED background.


White color preview on #D2ADED background

This text has white color on #D2ADED background.


Related colors

Complementary color

Complementary color for #hex is #2D5212.


I love getcolorcode.com

Triadic colors

1 #EDD2AD and #ADEDD2 with #D2ADED are triadic colors.

2 #EDADD2 and #ADD2ED with #D2ADED are triadic colors.