COLOR #D9BFDE

HEX: #D9BFDE RGB: (217,191,222)

Color info

#D9BFDE contains red, green and blue colors in about the same proportion. Web safe color of #D9BFDE is #CCCCCC (or #CCC).

RGB color model

#D9BFDE color RGB value is (217,191,222).

RGB: (217,191,222) (85%, 75%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 191 of 255 = 75%
B 222 of 255 = 87%

217
191
222

R + G + B ~ 82%. #D9BFDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 191 + 222 = 630 (100%)
R 217 of 630 ~ 34.44%
G 191 of 630 ~ 30.32%
B 222 of 630 ~ 35.24'%

%34.44
%30.32
%35.24

CMYK color model

#D9BFDE color CMYK value is (2,14,0,13).

  • cyan value is 2.25%
  • magenta value is 13.96%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (2,14,0,13) C2M14Y0K13 (2%,14%,0%,13%) (0.02/0.14/0.00/0.13) 

CMYK percentages

%2.25
%13.96
%0
%12.94

Codes

Color #D9BFDE in popluar color models

D9 BF DE
RGB 217 191 222
HSL 290° 31.96% 80.98%
HSB/HSV 290° 13.96% 87.06%
CMYK 2.25% 13.96% 0.00%
12.94%

Color #D9BFDE in popluar number systems.

HEX D9 BF DE
Decimal 217 191 222
Binary 11011001 10111111 11011110
Octal 331 277 336

Shades and tints

Shades of #D9BFDE

#D9BFDE
(217,191,222)
#C6AECA
(198,174,202)
#B39DB6
(179,157,182)
#A08CA2
(160,140,162)
#8D7B8E
(141,123,142)
#7A6A7A
(122,106,122)
#675966
(103,89,102)
#544852
(84,72,82)
#41373E
(65,55,62)
#2E262A
(46,38,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9BFDE

#D9BFDE
(217,191,222)
#DCC4E1
(220,196,225)
#DFC9E4
(223,201,228)
#E2CEE7
(226,206,231)
#E5D3EA
(229,211,234)
#E8D8ED
(232,216,237)
#EBDDF0
(235,221,240)
#EEE2F3
(238,226,243)
#F1E7F6
(241,231,246)
#F4ECF9
(244,236,249)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BFDE color. Also use rgb(217,191,222) instead hex code.

Text Font Color

.myTextColor { color: #D9BFDE; }

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

This text font color is #D9BFDE.

Background Color

.myBgColor { background-color: #D9BFDE; }

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

This div background color is #D9BFDE.

Border color

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

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

This div border color is #D9BFDE.

Opacity

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

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

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

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

This text has shadow with #D9BFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BFDE.

Preview

Color preview on black background

This text has color #D9BFDE on black background.


Color preview on white background

This text has color #D9BFDE on white background.


Black color preview on #D9BFDE background

This text has black color on #D9BFDE background.


White color preview on #D9BFDE background

This text has white color on #D9BFDE background.


Related colors

Complementary color

Complementary color for #hex is #264021.


I love getcolorcode.com

Triadic colors

1 #DED9BF and #BFDED9 with #D9BFDE are triadic colors.

2 #DEBFD9 and #BFD9DE with #D9BFDE are triadic colors.