COLOR #D2AEED

HEX: #D2AEED RGB: (210,174,237)

Color info

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

RGB color model

#D2AEED color RGB value is (210,174,237).

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

RGB channels and saturation

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

210
174
237

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

Portions of RGB colors in percentages

R + G + B = 210 + 174 + 237 = 621 (100%)
R 210 of 621 ~ 33.82%
G 174 of 621 ~ 28.02%
B 237 of 621 ~ 38.16'%

%33.82
%28.02
%38.16

CMYK color model

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

  • cyan value is 11.39%
  • magenta value is 26.58%
  • 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
%26.58
%0
%7.06

Codes

Color #D2AEED in popluar color models

D2 AE ED
RGB 210 174 237
HSL 274° 63.64% 80.59%
HSB/HSV 274° 26.58% 92.94%
CMYK 11.39% 26.58% 0.00%
7.06%

Color #D2AEED in popluar number systems.

HEX D2 AE ED
Decimal 210 174 237
Binary 11010010 10101110 11101101
Octal 322 256 355

Shades and tints

Shades of #D2AEED

#D2AEED
(210,174,237)
#BF9FD8
(191,159,216)
#AC90C3
(172,144,195)
#9981AE
(153,129,174)
#867299
(134,114,153)
#736384
(115,99,132)
#60546F
(96,84,111)
#4D455A
(77,69,90)
#3A3645
(58,54,69)
#272730
(39,39,48)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #D2AEED

#D2AEED
(210,174,237)
#D6B5EE
(214,181,238)
#DABCEF
(218,188,239)
#DEC3F0
(222,195,240)
#E2CAF1
(226,202,241)
#E6D1F2
(230,209,242)
#EAD8F3
(234,216,243)
#EEDFF4
(238,223,244)
#F2E6F5
(242,230,245)
#F6EDF6
(246,237,246)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AEED; }

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

This text font color is #D2AEED.

Background Color

.myBgColor { background-color: #D2AEED; }

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

This div background color is #D2AEED.

Border color

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

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

This div border color is #D2AEED.

Opacity

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

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

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

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

This text has shadow with #D2AEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AEED.

Preview

Color preview on black background

This text has color #D2AEED on black background.


Color preview on white background

This text has color #D2AEED on white background.


Black color preview on #D2AEED background

This text has black color on #D2AEED background.


White color preview on #D2AEED background

This text has white color on #D2AEED background.


Related colors

Complementary color

Complementary color for #hex is #2D5112.


I love getcolorcode.com

Triadic colors

1 #EDD2AE and #AEEDD2 with #D2AEED are triadic colors.

2 #EDAED2 and #AED2ED with #D2AEED are triadic colors.