COLOR #D6A5EE

HEX: #D6A5EE RGB: (214,165,238)

Color info

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

RGB color model

#D6A5EE color RGB value is (214,165,238).

RGB: (214,165,238) (84%, 65%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 165 of 255 = 65%
B 238 of 255 = 93%

214
165
238

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

Portions of RGB colors in percentages

R + G + B = 214 + 165 + 238 = 617 (100%)
R 214 of 617 ~ 34.68%
G 165 of 617 ~ 26.74%
B 238 of 617 ~ 38.57'%

%34.68
%26.74
%38.57

CMYK color model

#D6A5EE color CMYK value is (10,31,0,7).

  • cyan value is 10.08%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (10,31,0,7)
C10M31Y0K7 (10%, 31%, 0%, 7%)
(0.10 / 0.31 / 0.00 / 0.07)

CMYK percentages

%10.08
%30.67
%0
%6.67

Codes

Color #D6A5EE in popluar color models

D6 A5 EE
RGB 214 165 238
HSL 280° 68.22% 79.02%
HSB/HSV 280° 30.67% 93.33%
CMYK 10.08% 30.67% 0.00%
6.67%

Color #D6A5EE in popluar number systems.

HEX D6 A5 EE
Decimal 214 165 238
Binary 11010110 10100101 11101110
Octal 326 245 356

Shades and tints

Shades of #D6A5EE

#D6A5EE
(214,165,238)
#C396D9
(195,150,217)
#B087C4
(176,135,196)
#9D78AF
(157,120,175)
#8A699A
(138,105,154)
#775A85
(119,90,133)
#644B70
(100,75,112)
#513C5B
(81,60,91)
#3E2D46
(62,45,70)
#2B1E31
(43,30,49)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #D6A5EE

#D6A5EE
(214,165,238)
#D9ADEF
(217,173,239)
#DCB5F0
(220,181,240)
#DFBDF1
(223,189,241)
#E2C5F2
(226,197,242)
#E5CDF3
(229,205,243)
#E8D5F4
(232,213,244)
#EBDDF5
(235,221,245)
#EEE5F6
(238,229,246)
#F1EDF7
(241,237,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A5EE color. Also use rgb(214,165,238) instead hex code.

Text Font Color

.myTextColor { color: #D6A5EE; }

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

This text font color is #D6A5EE.

Background Color

.myBgColor { background-color: #D6A5EE; }

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

This div background color is #D6A5EE.

Border color

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

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

This div border color is #D6A5EE.

Opacity

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

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

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

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

This text has shadow with #D6A5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A5EE.

Preview

Color preview on black background

This text has color #D6A5EE on black background.


Color preview on white background

This text has color #D6A5EE on white background.


Black color preview on #D6A5EE background

This text has black color on #D6A5EE background.


White color preview on #D6A5EE background

This text has white color on #D6A5EE background.


Related colors

Complementary color

Complementary color for #hex is #295A11.


I love getcolorcode.com

Triadic colors

1 #EED6A5 and #A5EED6 with #D6A5EE are triadic colors.

2 #EEA5D6 and #A5D6EE with #D6A5EE are triadic colors.