COLOR #D3BDEE

HEX: #D3BDEE RGB: (211,189,238)

Color info

#D3BDEE contains red, green and blue colors in about the same proportion. Web safe color of #D3BDEE is #CCCCFF (or #CCF).

RGB color model

#D3BDEE color RGB value is (211,189,238).

RGB: (211,189,238) (83%, 74%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 189 of 255 = 74%
B 238 of 255 = 93%

211
189
238

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

Portions of RGB colors in percentages

R + G + B = 211 + 189 + 238 = 638 (100%)
R 211 of 638 ~ 33.07%
G 189 of 638 ~ 29.62%
B 238 of 638 ~ 37.3'%

%33.07
%29.62
%37.3

CMYK color model

#D3BDEE color CMYK value is (11,21,0,7).

  • cyan value is 11.34%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,21,0,7)
C11M21Y0K7 (11%, 21%, 0%, 7%)
(0.11 / 0.21 / 0.00 / 0.07)

CMYK percentages

%11.34
%20.59
%0
%6.67

Codes

Color #D3BDEE in popluar color models

D3 BD EE
RGB 211 189 238
HSL 267° 59.04% 83.73%
HSB/HSV 267° 20.59% 93.33%
CMYK 11.34% 20.59% 0.00%
6.67%

Color #D3BDEE in popluar number systems.

HEX D3 BD EE
Decimal 211 189 238
Binary 11010011 10111101 11101110
Octal 323 275 356

Shades and tints

Shades of #D3BDEE

#D3BDEE
(211,189,238)
#C0ACD9
(192,172,217)
#AD9BC4
(173,155,196)
#9A8AAF
(154,138,175)
#87799A
(135,121,154)
#746885
(116,104,133)
#615770
(97,87,112)
#4E465B
(78,70,91)
#3B3546
(59,53,70)
#282431
(40,36,49)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #D3BDEE

#D3BDEE
(211,189,238)
#D7C3EF
(215,195,239)
#DBC9F0
(219,201,240)
#DFCFF1
(223,207,241)
#E3D5F2
(227,213,242)
#E7DBF3
(231,219,243)
#EBE1F4
(235,225,244)
#EFE7F5
(239,231,245)
#F3EDF6
(243,237,246)
#F7F3F7
(247,243,247)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BDEE color. Also use rgb(211,189,238) instead hex code.

Text Font Color

.myTextColor { color: #D3BDEE; }

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

This text font color is #D3BDEE.

Background Color

.myBgColor { background-color: #D3BDEE; }

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

This div background color is #D3BDEE.

Border color

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

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

This div border color is #D3BDEE.

Opacity

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

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

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

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

This text has shadow with #D3BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BDEE.

Preview

Color preview on black background

This text has color #D3BDEE on black background.


Color preview on white background

This text has color #D3BDEE on white background.


Black color preview on #D3BDEE background

This text has black color on #D3BDEE background.


White color preview on #D3BDEE background

This text has white color on #D3BDEE background.


Related colors

Complementary color

Complementary color for #hex is #2C4211.


I love getcolorcode.com

Triadic colors

1 #EED3BD and #BDEED3 with #D3BDEE are triadic colors.

2 #EEBDD3 and #BDD3EE with #D3BDEE are triadic colors.