COLOR #D8AFDC

HEX: #D8AFDC RGB: (216,175,220)

Color info

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

RGB color model

#D8AFDC color RGB value is (216,175,220).

RGB: (216,175,220) (85%, 69%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 220 of 255 = 86%

216
175
220

R + G + B ~ 80%. #D8AFDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 175 + 220 = 611 (100%)
R 216 of 611 ~ 35.35%
G 175 of 611 ~ 28.64%
B 220 of 611 ~ 36.01'%

%35.35
%28.64
%36.01

CMYK color model

#D8AFDC color CMYK value is (2,20,0,14).

  • cyan value is 1.82%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (2,20,0,14)
C2M20Y0K14 (2%, 20%, 0%, 14%)
(0.02 / 0.20 / 0.00 / 0.14)

CMYK percentages

%1.82
%20.45
%0
%13.73

Codes

Color #D8AFDC in popluar color models

D8 AF DC
RGB 216 175 220
HSL 295° 39.13% 77.45%
HSB/HSV 295° 20.45% 86.27%
CMYK 1.82% 20.45% 0.00%
13.73%

Color #D8AFDC in popluar number systems.

HEX D8 AF DC
Decimal 216 175 220
Binary 11011000 10101111 11011100
Octal 330 257 334

Shades and tints

Shades of #D8AFDC

#D8AFDC
(216,175,220)
#C5A0C8
(197,160,200)
#B291B4
(178,145,180)
#9F82A0
(159,130,160)
#8C738C
(140,115,140)
#796478
(121,100,120)
#665564
(102,85,100)
#534650
(83,70,80)
#40373C
(64,55,60)
#2D2828
(45,40,40)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #D8AFDC

#D8AFDC
(216,175,220)
#DBB6DF
(219,182,223)
#DEBDE2
(222,189,226)
#E1C4E5
(225,196,229)
#E4CBE8
(228,203,232)
#E7D2EB
(231,210,235)
#EAD9EE
(234,217,238)
#EDE0F1
(237,224,241)
#F0E7F4
(240,231,244)
#F3EEF7
(243,238,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AFDC color. Also use rgb(216,175,220) instead hex code.

Text Font Color

.myTextColor { color: #D8AFDC; }

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

This text font color is #D8AFDC.

Background Color

.myBgColor { background-color: #D8AFDC; }

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

This div background color is #D8AFDC.

Border color

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

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

This div border color is #D8AFDC.

Opacity

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

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

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

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

This text has shadow with #D8AFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AFDC.

Preview

Color preview on black background

This text has color #D8AFDC on black background.


Color preview on white background

This text has color #D8AFDC on white background.


Black color preview on #D8AFDC background

This text has black color on #D8AFDC background.


White color preview on #D8AFDC background

This text has white color on #D8AFDC background.


Related colors

Complementary color

Complementary color for #hex is #275023.


I love getcolorcode.com

Triadic colors

1 #DCD8AF and #AFDCD8 with #D8AFDC are triadic colors.

2 #DCAFD8 and #AFD8DC with #D8AFDC are triadic colors.