COLOR #D2BDDD

HEX: #D2BDDD RGB: (210,189,221)

Color info

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

RGB color model

#D2BDDD color RGB value is (210,189,221).

RGB: (210,189,221) (82%, 74%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 221 of 255 = 87%

210
189
221

R + G + B ~ 81%. #D2BDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 189 + 221 = 620 (100%)
R 210 of 620 ~ 33.87%
G 189 of 620 ~ 30.48%
B 221 of 620 ~ 35.65'%

%33.87
%30.48
%35.65

CMYK color model

#D2BDDD color CMYK value is (5,14,0,13).

  • cyan value is 4.98%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (5,14,0,13)
C5M14Y0K13 (5%, 14%, 0%, 13%)
(0.05 / 0.14 / 0.00 / 0.13)

CMYK percentages

%4.98
%14.48
%0
%13.33

Codes

Color #D2BDDD in popluar color models

D2 BD DD
RGB 210 189 221
HSL 279° 32.00% 80.39%
HSB/HSV 279° 14.48% 86.67%
CMYK 4.98% 14.48% 0.00%
13.33%

Color #D2BDDD in popluar number systems.

HEX D2 BD DD
Decimal 210 189 221
Binary 11010010 10111101 11011101
Octal 322 275 335

Shades and tints

Shades of #D2BDDD

#D2BDDD
(210,189,221)
#BFACC9
(191,172,201)
#AC9BB5
(172,155,181)
#998AA1
(153,138,161)
#86798D
(134,121,141)
#736879
(115,104,121)
#605765
(96,87,101)
#4D4651
(77,70,81)
#3A353D
(58,53,61)
#272429
(39,36,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #D2BDDD

#D2BDDD
(210,189,221)
#D6C3E0
(214,195,224)
#DAC9E3
(218,201,227)
#DECFE6
(222,207,230)
#E2D5E9
(226,213,233)
#E6DBEC
(230,219,236)
#EAE1EF
(234,225,239)
#EEE7F2
(238,231,242)
#F2EDF5
(242,237,245)
#F6F3F8
(246,243,248)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BDDD color. Also use rgb(210,189,221) instead hex code.

Text Font Color

.myTextColor { color: #D2BDDD; }

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

This text font color is #D2BDDD.

Background Color

.myBgColor { background-color: #D2BDDD; }

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

This div background color is #D2BDDD.

Border color

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

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

This div border color is #D2BDDD.

Opacity

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

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

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

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

This text has shadow with #D2BDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BDDD.

Preview

Color preview on black background

This text has color #D2BDDD on black background.


Color preview on white background

This text has color #D2BDDD on white background.


Black color preview on #D2BDDD background

This text has black color on #D2BDDD background.


White color preview on #D2BDDD background

This text has white color on #D2BDDD background.


Related colors

Complementary color

Complementary color for #hex is #2D4222.


I love getcolorcode.com

Triadic colors

1 #DDD2BD and #BDDDD2 with #D2BDDD are triadic colors.

2 #DDBDD2 and #BDD2DD with #D2BDDD are triadic colors.