COLOR #D6B4FF

HEX: #D6B4FF RGB: (214,180,255)

Color info

#D6B4FF contains mainly red and blue colors. Web safe color of #D6B4FF is #CCCCFF (or #CCF).

RGB color model

#D6B4FF color RGB value is (214,180,255).

RGB: (214,180,255) (84%, 71%, 100%)

RGB channels and saturation

R 214 of 255 = 84%
G 180 of 255 = 71%
B 255 of 255 = 100%

214
180
255

R + G + B ~ 85%. #D6B4FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 180 + 255 = 649 (100%)
R 214 of 649 ~ 32.97%
G 180 of 649 ~ 27.73%
B 255 of 649 ~ 39.29'%

%32.97
%27.73
%39.29

CMYK color model

#D6B4FF color CMYK value is (16,29,0,0).

  • cyan value is 16.08%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (16,29,0,0)
C16M29Y0K0 (16%, 29%, 0%, 0%)
(0.16 / 0.29 / 0.00 / 0.00)

CMYK percentages

%16.08
%29.41
%0
%0

Codes

Color #D6B4FF in popluar color models

D6 B4 FF
RGB 214 180 255
HSL 267° 100.00% 85.29%
HSB/HSV 267° 29.41% 100.00%
CMYK 16.08% 29.41% 0.00%
0.00%

Color #D6B4FF in popluar number systems.

HEX D6 B4 FF
Decimal 214 180 255
Binary 11010110 10110100 11111111
Octal 326 264 377

Shades and tints

Shades of #D6B4FF

#D6B4FF
(214,180,255)
#C3A4E8
(195,164,232)
#B094D1
(176,148,209)
#9D84BA
(157,132,186)
#8A74A3
(138,116,163)
#77648C
(119,100,140)
#645475
(100,84,117)
#51445E
(81,68,94)
#3E3447
(62,52,71)
#2B2430
(43,36,48)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D6B4FF

#D6B4FF
(214,180,255)
#D9BAFF
(217,186,255)
#DCC0FF
(220,192,255)
#DFC6FF
(223,198,255)
#E2CCFF
(226,204,255)
#E5D2FF
(229,210,255)
#E8D8FF
(232,216,255)
#EBDEFF
(235,222,255)
#EEE4FF
(238,228,255)
#F1EAFF
(241,234,255)
#F4F0FF
(244,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B4FF color. Also use rgb(214,180,255) instead hex code.

Text Font Color

.myTextColor { color: #D6B4FF; }

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

This text font color is #D6B4FF.

Background Color

.myBgColor { background-color: #D6B4FF; }

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

This div background color is #D6B4FF.

Border color

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

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

This div border color is #D6B4FF.

Opacity

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

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

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

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

This text has shadow with #D6B4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B4FF.

Preview

Color preview on black background

This text has color #D6B4FF on black background.


Color preview on white background

This text has color #D6B4FF on white background.


Black color preview on #D6B4FF background

This text has black color on #D6B4FF background.


White color preview on #D6B4FF background

This text has white color on #D6B4FF background.


Related colors

Complementary color

Complementary color for #hex is #294B00.


I love getcolorcode.com

Triadic colors

1 #FFD6B4 and #B4FFD6 with #D6B4FF are triadic colors.

2 #FFB4D6 and #B4D6FF with #D6B4FF are triadic colors.