COLOR #D8BFDD

HEX: #D8BFDD RGB: (216,191,221)

Color info

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

RGB color model

#D8BFDD color RGB value is (216,191,221).

RGB: (216,191,221) (85%, 75%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 191 of 255 = 75%
B 221 of 255 = 87%

216
191
221

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

Portions of RGB colors in percentages

R + G + B = 216 + 191 + 221 = 628 (100%)
R 216 of 628 ~ 34.39%
G 191 of 628 ~ 30.41%
B 221 of 628 ~ 35.19'%

%34.39
%30.41
%35.19

CMYK color model

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

  • cyan value is 2.26%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (2,14,0,13)
C2M14Y0K13 (2%, 14%, 0%, 13%)
(0.02 / 0.14 / 0.00 / 0.13)

CMYK percentages

%2.26
%13.57
%0
%13.33

Codes

Color #D8BFDD in popluar color models

D8 BF DD
RGB 216 191 221
HSL 290° 30.61% 80.78%
HSB/HSV 290° 13.57% 86.67%
CMYK 2.26% 13.57% 0.00%
13.33%

Color #D8BFDD in popluar number systems.

HEX D8 BF DD
Decimal 216 191 221
Binary 11011000 10111111 11011101
Octal 330 277 335

Shades and tints

Shades of #D8BFDD

#D8BFDD
(216,191,221)
#C5AEC9
(197,174,201)
#B29DB5
(178,157,181)
#9F8CA1
(159,140,161)
#8C7B8D
(140,123,141)
#796A79
(121,106,121)
#665965
(102,89,101)
#534851
(83,72,81)
#40373D
(64,55,61)
#2D2629
(45,38,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #D8BFDD

#D8BFDD
(216,191,221)
#DBC4E0
(219,196,224)
#DEC9E3
(222,201,227)
#E1CEE6
(225,206,230)
#E4D3E9
(228,211,233)
#E7D8EC
(231,216,236)
#EADDEF
(234,221,239)
#EDE2F2
(237,226,242)
#F0E7F5
(240,231,245)
#F3ECF8
(243,236,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BFDD color. Also use rgb(216,191,221) instead hex code.

Text Font Color

.myTextColor { color: #D8BFDD; }

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

This text font color is #D8BFDD.

Background Color

.myBgColor { background-color: #D8BFDD; }

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

This div background color is #D8BFDD.

Border color

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

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

This div border color is #D8BFDD.

Opacity

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

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

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

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

This text has shadow with #D8BFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8BFDD.

Preview

Color preview on black background

This text has color #D8BFDD on black background.


Color preview on white background

This text has color #D8BFDD on white background.


Black color preview on #D8BFDD background

This text has black color on #D8BFDD background.


White color preview on #D8BFDD background

This text has white color on #D8BFDD background.


Related colors

Complementary color

Complementary color for #hex is #274022.


I love getcolorcode.com

Triadic colors

1 #DDD8BF and #BFDDD8 with #D8BFDD are triadic colors.

2 #DDBFD8 and #BFD8DD with #D8BFDD are triadic colors.