COLOR #D9AFEF

HEX: #D9AFEF RGB: (217,175,239)

Color info

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

RGB color model

#D9AFEF color RGB value is (217,175,239).

RGB: (217,175,239) (85%, 69%, 94%)

RGB channels and saturation

R 217 of 255 = 85%
G 175 of 255 = 69%
B 239 of 255 = 94%

217
175
239

R + G + B ~ 83%. #D9AFEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 175 + 239 = 631 (100%)
R 217 of 631 ~ 34.39%
G 175 of 631 ~ 27.73%
B 239 of 631 ~ 37.88'%

%34.39
%27.73
%37.88

CMYK color model

#D9AFEF color CMYK value is (9,27,0,6).

  • cyan value is 9.21%
  • magenta value is 26.78%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,27,0,6)
C9M27Y0K6 (9%, 27%, 0%, 6%)
(0.09 / 0.27 / 0.00 / 0.06)

CMYK percentages

%9.21
%26.78
%0
%6.27

Codes

Color #D9AFEF in popluar color models

D9 AF EF
RGB 217 175 239
HSL 279° 66.67% 81.18%
HSB/HSV 279° 26.78% 93.73%
CMYK 9.21% 26.78% 0.00%
6.27%

Color #D9AFEF in popluar number systems.

HEX D9 AF EF
Decimal 217 175 239
Binary 11011001 10101111 11101111
Octal 331 257 357

Shades and tints

Shades of #D9AFEF

#D9AFEF
(217,175,239)
#C6A0DA
(198,160,218)
#B391C5
(179,145,197)
#A082B0
(160,130,176)
#8D739B
(141,115,155)
#7A6486
(122,100,134)
#675571
(103,85,113)
#54465C
(84,70,92)
#413747
(65,55,71)
#2E2832
(46,40,50)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #D9AFEF

#D9AFEF
(217,175,239)
#DCB6F0
(220,182,240)
#DFBDF1
(223,189,241)
#E2C4F2
(226,196,242)
#E5CBF3
(229,203,243)
#E8D2F4
(232,210,244)
#EBD9F5
(235,217,245)
#EEE0F6
(238,224,246)
#F1E7F7
(241,231,247)
#F4EEF8
(244,238,248)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AFEF color. Also use rgb(217,175,239) instead hex code.

Text Font Color

.myTextColor { color: #D9AFEF; }

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

This text font color is #D9AFEF.

Background Color

.myBgColor { background-color: #D9AFEF; }

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

This div background color is #D9AFEF.

Border color

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

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

This div border color is #D9AFEF.

Opacity

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

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

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

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

This text has shadow with #D9AFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9AFEF.

Preview

Color preview on black background

This text has color #D9AFEF on black background.


Color preview on white background

This text has color #D9AFEF on white background.


Black color preview on #D9AFEF background

This text has black color on #D9AFEF background.


White color preview on #D9AFEF background

This text has white color on #D9AFEF background.


Related colors

Complementary color

Complementary color for #hex is #265010.


I love getcolorcode.com

Triadic colors

1 #EFD9AF and #AFEFD9 with #D9AFEF are triadic colors.

2 #EFAFD9 and #AFD9EF with #D9AFEF are triadic colors.