COLOR #D5B0DD

HEX: #D5B0DD RGB: (213,176,221)

Color info

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

RGB color model

#D5B0DD color RGB value is (213,176,221).

RGB: (213,176,221) (84%, 69%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 176 of 255 = 69%
B 221 of 255 = 87%

213
176
221

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

Portions of RGB colors in percentages

R + G + B = 213 + 176 + 221 = 610 (100%)
R 213 of 610 ~ 34.92%
G 176 of 610 ~ 28.85%
B 221 of 610 ~ 36.23'%

%34.92
%28.85
%36.23

CMYK color model

#D5B0DD color CMYK value is (4,20,0,13).

  • cyan value is 3.62%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,20,0,13)
C4M20Y0K13 (4%, 20%, 0%, 13%)
(0.04 / 0.20 / 0.00 / 0.13)

CMYK percentages

%3.62
%20.36
%0
%13.33

Codes

Color #D5B0DD in popluar color models

D5 B0 DD
RGB 213 176 221
HSL 289° 39.82% 77.84%
HSB/HSV 289° 20.36% 86.67%
CMYK 3.62% 20.36% 0.00%
13.33%

Color #D5B0DD in popluar number systems.

HEX D5 B0 DD
Decimal 213 176 221
Binary 11010101 10110000 11011101
Octal 325 260 335

Shades and tints

Shades of #D5B0DD

#D5B0DD
(213,176,221)
#C2A0C9
(194,160,201)
#AF90B5
(175,144,181)
#9C80A1
(156,128,161)
#89708D
(137,112,141)
#766079
(118,96,121)
#635065
(99,80,101)
#504051
(80,64,81)
#3D303D
(61,48,61)
#2A2029
(42,32,41)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #D5B0DD

#D5B0DD
(213,176,221)
#D8B7E0
(216,183,224)
#DBBEE3
(219,190,227)
#DEC5E6
(222,197,230)
#E1CCE9
(225,204,233)
#E4D3EC
(228,211,236)
#E7DAEF
(231,218,239)
#EAE1F2
(234,225,242)
#EDE8F5
(237,232,245)
#F0EFF8
(240,239,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B0DD color. Also use rgb(213,176,221) instead hex code.

Text Font Color

.myTextColor { color: #D5B0DD; }

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

This text font color is #D5B0DD.

Background Color

.myBgColor { background-color: #D5B0DD; }

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

This div background color is #D5B0DD.

Border color

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

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

This div border color is #D5B0DD.

Opacity

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

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

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

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

This text has shadow with #D5B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B0DD.

Preview

Color preview on black background

This text has color #D5B0DD on black background.


Color preview on white background

This text has color #D5B0DD on white background.


Black color preview on #D5B0DD background

This text has black color on #D5B0DD background.


White color preview on #D5B0DD background

This text has white color on #D5B0DD background.


Related colors

Complementary color

Complementary color for #hex is #2A4F22.


I love getcolorcode.com

Triadic colors

1 #DDD5B0 and #B0DDD5 with #D5B0DD are triadic colors.

2 #DDB0D5 and #B0D5DD with #D5B0DD are triadic colors.