COLOR #D0AFDD

HEX: #D0AFDD RGB: (208,175,221)

Color info

#D0AFDD contains red, green and blue colors in about the same proportion. Web safe color of #D0AFDD is #CC99CC (or #C9C).

RGB color model

#D0AFDD color RGB value is (208,175,221).

RGB: (208,175,221) (82%, 69%, 87%)

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 221 of 255 = 87%

208
175
221

R + G + B ~ 79%. #D0AFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 175 + 221 = 604 (100%)
R 208 of 604 ~ 34.44%
G 175 of 604 ~ 28.97%
B 221 of 604 ~ 36.59'%

%34.44
%28.97
%36.59

CMYK color model

#D0AFDD color CMYK value is (6,21,0,13).

  • cyan value is 5.88%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (6,21,0,13) C6M21Y0K13 (6%,21%,0%,13%) (0.06/0.21/0.00/0.13) 

CMYK percentages

%5.88
%20.81
%0
%13.33

Codes

Color #D0AFDD in popluar color models

D0 AF DD
RGB 208 175 221
HSL 283° 40.35% 77.65%
HSB/HSV 283° 20.81% 86.67%
CMYK 5.88% 20.81% 0.00%
13.33%

Color #D0AFDD in popluar number systems.

HEX D0 AF DD
Decimal 208 175 221
Binary 11010000 10101111 11011101
Octal 320 257 335

Shades and tints

Shades of #D0AFDD

#D0AFDD
(208,175,221)
#BEA0C9
(190,160,201)
#AC91B5
(172,145,181)
#9A82A1
(154,130,161)
#88738D
(136,115,141)
#766479
(118,100,121)
#645565
(100,85,101)
#524651
(82,70,81)
#40373D
(64,55,61)
#2E2829
(46,40,41)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #D0AFDD

#D0AFDD
(208,175,221)
#D4B6E0
(212,182,224)
#D8BDE3
(216,189,227)
#DCC4E6
(220,196,230)
#E0CBE9
(224,203,233)
#E4D2EC
(228,210,236)
#E8D9EF
(232,217,239)
#ECE0F2
(236,224,242)
#F0E7F5
(240,231,245)
#F4EEF8
(244,238,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AFDD color. Also use rgb(208,175,221) instead hex code.

Text Font Color

.myTextColor { color: #D0AFDD; }

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

This text font color is #D0AFDD.

Background Color

.myBgColor { background-color: #D0AFDD; }

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

This div background color is #D0AFDD.

Border color

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

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

This div border color is #D0AFDD.

Opacity

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

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

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

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

This text has shadow with #D0AFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AFDD.

Preview

Color preview on black background

This text has color #D0AFDD on black background.


Color preview on white background

This text has color #D0AFDD on white background.


Black color preview on #D0AFDD background

This text has black color on #D0AFDD background.


White color preview on #D0AFDD background

This text has white color on #D0AFDD background.


Related colors

Complementary color

Complementary color for #hex is #2F5022.


I love getcolorcode.com

Triadic colors

1 #DDD0AF and #AFDDD0 with #D0AFDD are triadic colors.

2 #DDAFD0 and #AFD0DD with #D0AFDD are triadic colors.