COLOR #D6C3FF

HEX: #D6C3FF
RGB: (214,195,255)

Color info

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

RGB color model

#D6C3FF color RGB value is (214,195,255).

  • red value is 214;
  • green value is 195;
  • blue value is 255.
RGB:
(214,195,255)
(84%,76%,100%)

RGB channels and saturation

R 214 of 255 = 84%
G 195 of 255 = 76%
B 255 of 255 = 100%

214
195
255

R + G + B ~ 87%. #D6C3FF is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 195 + 255 = 664 (100%)
R 214 of 664 ~ 32.23%
G 195 of 664 ~ 29.37%
B 255 of 664 ~ 38.4%

%32.23
%29.37
%38.4

CMYK color model

#D6C3FF color CMYK value is (16,24,0,0).

  • cyan value is 16.08%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,24,0,0)
C16M24Y0K0 
(16%,24%,0%,0%)
(0.16/0.24/0.00/0.00)	

CMYK percentages

%16.08
%23.53
%0
%0

Codes

Color #D6C3FF in popluar color models

D6C3FF
RGB214195255
HSL259°100.00%88.24%
HSB/HSV259°23.53%100.00%
CMYK16.08%23.53%0.00%
0.00%

Color #D6C3FF in popluar number systems.

HEXD6C3FF
Decimal214195255
Binary110101101100001111111111
Octal326303377

Shades and tints

Shades of #D6C3FF

#D6C3FF
(214,195,255)
#C3B2E8
(195,178,232)
#B0A1D1
(176,161,209)
#9D90BA
(157,144,186)
#8A7FA3
(138,127,163)
#776E8C
(119,110,140)
#645D75
(100,93,117)
#514C5E
(81,76,94)
#3E3B47
(62,59,71)
#2B2A30
(43,42,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #D6C3FF

#D6C3FF
(214,195,255)
#D9C8FF
(217,200,255)
#DCCDFF
(220,205,255)
#DFD2FF
(223,210,255)
#E2D7FF
(226,215,255)
#E5DCFF
(229,220,255)
#E8E1FF
(232,225,255)
#EBE6FF
(235,230,255)
#EEEBFF
(238,235,255)
#F1F0FF
(241,240,255)
#F4F5FF
(244,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C3FF; }

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

This text font color is #D6C3FF.


Background Color

.myBgColor { background-color: #D6C3FF; }

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

This div background color is #D6C3FF.


Border color

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

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

This div border color is #D6C3FF.


Opacity

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

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

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

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

This text has shadow with #D6C3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C3FF on black background.


Color preview on white background

This text has color #D6C3FF on white background.



Black color preview on #D6C3FF background

This text has black color on #D6C3FF background.


White color preview on #D6C3FF background

This text has white color on #D6C3FF background.