COLOR #D5AEEE

HEX: #D5AEEE RGB: (213,174,238)

Color info

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

RGB color model

#D5AEEE color RGB value is (213,174,238).

RGB: (213,174,238) (84%, 68%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 238 of 255 = 93%

213
174
238

R + G + B ~ 82%. #D5AEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 174 + 238 = 625 (100%)
R 213 of 625 ~ 34.08%
G 174 of 625 ~ 27.84%
B 238 of 625 ~ 38.08'%

%34.08
%27.84
%38.08

CMYK color model

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

  • cyan value is 10.50%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,27,0,7)
C11M27Y0K7 (11%, 27%, 0%, 7%)
(0.11 / 0.27 / 0.00 / 0.07)

CMYK percentages

%10.5
%26.89
%0
%6.67

Codes

Color #D5AEEE in popluar color models

D5 AE EE
RGB 213 174 238
HSL 277° 65.31% 80.78%
HSB/HSV 277° 26.89% 93.33%
CMYK 10.50% 26.89% 0.00%
6.67%

Color #D5AEEE in popluar number systems.

HEX D5 AE EE
Decimal 213 174 238
Binary 11010101 10101110 11101110
Octal 325 256 356

Shades and tints

Shades of #D5AEEE

#D5AEEE
(213,174,238)
#C29FD9
(194,159,217)
#AF90C4
(175,144,196)
#9C81AF
(156,129,175)
#89729A
(137,114,154)
#766385
(118,99,133)
#635470
(99,84,112)
#50455B
(80,69,91)
#3D3646
(61,54,70)
#2A2731
(42,39,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #D5AEEE

#D5AEEE
(213,174,238)
#D8B5EF
(216,181,239)
#DBBCF0
(219,188,240)
#DEC3F1
(222,195,241)
#E1CAF2
(225,202,242)
#E4D1F3
(228,209,243)
#E7D8F4
(231,216,244)
#EADFF5
(234,223,245)
#EDE6F6
(237,230,246)
#F0EDF7
(240,237,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AEEE color. Also use rgb(213,174,238) instead hex code.

Text Font Color

.myTextColor { color: #D5AEEE; }

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

This text font color is #D5AEEE.

Background Color

.myBgColor { background-color: #D5AEEE; }

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

This div background color is #D5AEEE.

Border color

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

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

This div border color is #D5AEEE.

Opacity

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

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

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

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

This text has shadow with #D5AEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AEEE.

Preview

Color preview on black background

This text has color #D5AEEE on black background.


Color preview on white background

This text has color #D5AEEE on white background.


Black color preview on #D5AEEE background

This text has black color on #D5AEEE background.


White color preview on #D5AEEE background

This text has white color on #D5AEEE background.


Related colors

Complementary color

Complementary color for #hex is #2A5111.


I love getcolorcode.com

Triadic colors

1 #EED5AE and #AEEED5 with #D5AEEE are triadic colors.

2 #EEAED5 and #AED5EE with #D5AEEE are triadic colors.