COLOR #D2AEEB

HEX: #D2AEEB RGB: (210,174,235)

Color info

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

RGB color model

#D2AEEB color RGB value is (210,174,235).

RGB: (210,174,235) (82%, 68%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 235 of 255 = 92%

210
174
235

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

Portions of RGB colors in percentages

R + G + B = 210 + 174 + 235 = 619 (100%)
R 210 of 619 ~ 33.93%
G 174 of 619 ~ 28.11%
B 235 of 619 ~ 37.96'%

%33.93
%28.11
%37.96

CMYK color model

#D2AEEB color CMYK value is (11,26,0,8).

  • cyan value is 10.64%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,26,0,8)
C11M26Y0K8 (11%, 26%, 0%, 8%)
(0.11 / 0.26 / 0.00 / 0.08)

CMYK percentages

%10.64
%25.96
%0
%7.84

Codes

Color #D2AEEB in popluar color models

D2 AE EB
RGB 210 174 235
HSL 275° 60.40% 80.20%
HSB/HSV 275° 25.96% 92.16%
CMYK 10.64% 25.96% 0.00%
7.84%

Color #D2AEEB in popluar number systems.

HEX D2 AE EB
Decimal 210 174 235
Binary 11010010 10101110 11101011
Octal 322 256 353

Shades and tints

Shades of #D2AEEB

#D2AEEB
(210,174,235)
#BF9FD6
(191,159,214)
#AC90C1
(172,144,193)
#9981AC
(153,129,172)
#867297
(134,114,151)
#736382
(115,99,130)
#60546D
(96,84,109)
#4D4558
(77,69,88)
#3A3643
(58,54,67)
#27272E
(39,39,46)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #D2AEEB

#D2AEEB
(210,174,235)
#D6B5EC
(214,181,236)
#DABCED
(218,188,237)
#DEC3EE
(222,195,238)
#E2CAEF
(226,202,239)
#E6D1F0
(230,209,240)
#EAD8F1
(234,216,241)
#EEDFF2
(238,223,242)
#F2E6F3
(242,230,243)
#F6EDF4
(246,237,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AEEB; }

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

This text font color is #D2AEEB.

Background Color

.myBgColor { background-color: #D2AEEB; }

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

This div background color is #D2AEEB.

Border color

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

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

This div border color is #D2AEEB.

Opacity

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

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

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

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

This text has shadow with #D2AEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AEEB.

Preview

Color preview on black background

This text has color #D2AEEB on black background.


Color preview on white background

This text has color #D2AEEB on white background.


Black color preview on #D2AEEB background

This text has black color on #D2AEEB background.


White color preview on #D2AEEB background

This text has white color on #D2AEEB background.


Related colors

Complementary color

Complementary color for #hex is #2D5114.


I love getcolorcode.com

Triadic colors

1 #EBD2AE and #AEEBD2 with #D2AEEB are triadic colors.

2 #EBAED2 and #AED2EB with #D2AEEB are triadic colors.