COLOR #D6BDEE

HEX: #D6BDEE RGB: (214,189,238)

Color info

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

RGB color model

#D6BDEE color RGB value is (214,189,238).

RGB: (214,189,238) (84%, 74%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 238 of 255 = 93%

214
189
238

R + G + B ~ 84%. #D6BDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 189 + 238 = 641 (100%)
R 214 of 641 ~ 33.39%
G 189 of 641 ~ 29.49%
B 238 of 641 ~ 37.13'%

%33.39
%29.49
%37.13

CMYK color model

#D6BDEE color CMYK value is (10,21,0,7).

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

CMYK: (10,21,0,7)
C10M21Y0K7 (10%, 21%, 0%, 7%)
(0.10 / 0.21 / 0.00 / 0.07)

CMYK percentages

%10.08
%20.59
%0
%6.67

Codes

Color #D6BDEE in popluar color models

D6 BD EE
RGB 214 189 238
HSL 271° 59.04% 83.73%
HSB/HSV 271° 20.59% 93.33%
CMYK 10.08% 20.59% 0.00%
6.67%

Color #D6BDEE in popluar number systems.

HEX D6 BD EE
Decimal 214 189 238
Binary 11010110 10111101 11101110
Octal 326 275 356

Shades and tints

Shades of #D6BDEE

#D6BDEE
(214,189,238)
#C3ACD9
(195,172,217)
#B09BC4
(176,155,196)
#9D8AAF
(157,138,175)
#8A799A
(138,121,154)
#776885
(119,104,133)
#645770
(100,87,112)
#51465B
(81,70,91)
#3E3546
(62,53,70)
#2B2431
(43,36,49)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #D6BDEE

#D6BDEE
(214,189,238)
#D9C3EF
(217,195,239)
#DCC9F0
(220,201,240)
#DFCFF1
(223,207,241)
#E2D5F2
(226,213,242)
#E5DBF3
(229,219,243)
#E8E1F4
(232,225,244)
#EBE7F5
(235,231,245)
#EEEDF6
(238,237,246)
#F1F3F7
(241,243,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BDEE; }

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

This text font color is #D6BDEE.

Background Color

.myBgColor { background-color: #D6BDEE; }

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

This div background color is #D6BDEE.

Border color

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

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

This div border color is #D6BDEE.

Opacity

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

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

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

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

This text has shadow with #D6BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BDEE.

Preview

Color preview on black background

This text has color #D6BDEE on black background.


Color preview on white background

This text has color #D6BDEE on white background.


Black color preview on #D6BDEE background

This text has black color on #D6BDEE background.


White color preview on #D6BDEE background

This text has white color on #D6BDEE background.


Related colors

Complementary color

Complementary color for #hex is #294211.


I love getcolorcode.com

Triadic colors

1 #EED6BD and #BDEED6 with #D6BDEE are triadic colors.

2 #EEBDD6 and #BDD6EE with #D6BDEE are triadic colors.