COLOR #D8AFDB

HEX: #D8AFDB RGB: (216,175,219)

Color info

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

RGB color model

#D8AFDB color RGB value is (216,175,219).

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

RGB channels and saturation

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

216
175
219

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

Portions of RGB colors in percentages

R + G + B = 216 + 175 + 219 = 610 (100%)
R 216 of 610 ~ 35.41%
G 175 of 610 ~ 28.69%
B 219 of 610 ~ 35.9'%

%35.41
%28.69
%35.9

CMYK color model

#D8AFDB color CMYK value is (1,20,0,14).

  • cyan value is 1.37%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (1,20,0,14) C1M20Y0K14 (1%,20%,0%,14%) (0.01/0.20/0.00/0.14) 

CMYK percentages

%1.37
%20.09
%0
%14.12

Codes

Color #D8AFDB in popluar color models

D8 AF DB
RGB 216 175 219
HSL 296° 37.93% 77.25%
HSB/HSV 296° 20.09% 85.88%
CMYK 1.37% 20.09% 0.00%
14.12%

Color #D8AFDB in popluar number systems.

HEX D8 AF DB
Decimal 216 175 219
Binary 11011000 10101111 11011011
Octal 330 257 333

Shades and tints

Shades of #D8AFDB

#D8AFDB
(216,175,219)
#C5A0C8
(197,160,200)
#B291B5
(178,145,181)
#9F82A2
(159,130,162)
#8C738F
(140,115,143)
#79647C
(121,100,124)
#665569
(102,85,105)
#534656
(83,70,86)
#403743
(64,55,67)
#2D2830
(45,40,48)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #D8AFDB

#D8AFDB
(216,175,219)
#DBB6DE
(219,182,222)
#DEBDE1
(222,189,225)
#E1C4E4
(225,196,228)
#E4CBE7
(228,203,231)
#E7D2EA
(231,210,234)
#EAD9ED
(234,217,237)
#EDE0F0
(237,224,240)
#F0E7F3
(240,231,243)
#F3EEF6
(243,238,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AFDB; }

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

This text font color is #D8AFDB.

Background Color

.myBgColor { background-color: #D8AFDB; }

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

This div background color is #D8AFDB.

Border color

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

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

This div border color is #D8AFDB.

Opacity

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

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

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

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

This text has shadow with #D8AFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AFDB.

Preview

Color preview on black background

This text has color #D8AFDB on black background.


Color preview on white background

This text has color #D8AFDB on white background.


Black color preview on #D8AFDB background

This text has black color on #D8AFDB background.


White color preview on #D8AFDB background

This text has white color on #D8AFDB background.


Related colors

Complementary color

Complementary color for #hex is #275024.


I love getcolorcode.com

Triadic colors

1 #DBD8AF and #AFDBD8 with #D8AFDB are triadic colors.

2 #DBAFD8 and #AFD8DB with #D8AFDB are triadic colors.