COLOR #D69EDD

HEX: #D69EDD RGB: (214,158,221)

Color info

#D69EDD contains mainly red and blue colors. Web safe color of #D69EDD is #CC99CC (or #C9C).

RGB color model

#D69EDD color RGB value is (214,158,221).

RGB: (214,158,221) (84%, 62%, 87%)

RGB channels and saturation

R 214 of 255 = 84%
G 158 of 255 = 62%
B 221 of 255 = 87%

214
158
221

R + G + B ~ 78%. #D69EDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 158 + 221 = 593 (100%)
R 214 of 593 ~ 36.09%
G 158 of 593 ~ 26.64%
B 221 of 593 ~ 37.27'%

%36.09
%26.64
%37.27

CMYK color model

#D69EDD color CMYK value is (3,29,0,13).

  • cyan value is 3.17%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (3,29,0,13) C3M29Y0K13 (3%,29%,0%,13%) (0.03/0.29/0.00/0.13) 

CMYK percentages

%3.17
%28.51
%0
%13.33

Codes

Color #D69EDD in popluar color models

D6 9E DD
RGB 214 158 221
HSL 293° 48.09% 74.31%
HSB/HSV 293° 28.51% 86.67%
CMYK 3.17% 28.51% 0.00%
13.33%

Color #D69EDD in popluar number systems.

HEX D6 9E DD
Decimal 214 158 221
Binary 11010110 10011110 11011101
Octal 326 236 335

Shades and tints

Shades of #D69EDD

#D69EDD
(214,158,221)
#C390C9
(195,144,201)
#B082B5
(176,130,181)
#9D74A1
(157,116,161)
#8A668D
(138,102,141)
#775879
(119,88,121)
#644A65
(100,74,101)
#513C51
(81,60,81)
#3E2E3D
(62,46,61)
#2B2029
(43,32,41)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #D69EDD

#D69EDD
(214,158,221)
#D9A6E0
(217,166,224)
#DCAEE3
(220,174,227)
#DFB6E6
(223,182,230)
#E2BEE9
(226,190,233)
#E5C6EC
(229,198,236)
#E8CEEF
(232,206,239)
#EBD6F2
(235,214,242)
#EEDEF5
(238,222,245)
#F1E6F8
(241,230,248)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69EDD color. Also use rgb(214,158,221) instead hex code.

Text Font Color

.myTextColor { color: #D69EDD; }

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

This text font color is #D69EDD.

Background Color

.myBgColor { background-color: #D69EDD; }

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

This div background color is #D69EDD.

Border color

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

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

This div border color is #D69EDD.

Opacity

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

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

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

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

This text has shadow with #D69EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69EDD.

Preview

Color preview on black background

This text has color #D69EDD on black background.


Color preview on white background

This text has color #D69EDD on white background.


Black color preview on #D69EDD background

This text has black color on #D69EDD background.


White color preview on #D69EDD background

This text has white color on #D69EDD background.


Related colors

Complementary color

Complementary color for #hex is #296122.


I love getcolorcode.com

Triadic colors

1 #DDD69E and #9EDDD6 with #D69EDD are triadic colors.

2 #DD9ED6 and #9ED6DD with #D69EDD are triadic colors.