COLOR #D6C4FF

HEX: #D6C4FF
RGB: (214,196,255)

Color info

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

RGB color model

#D6C4FF color RGB value is (214,196,255).

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

RGB channels and saturation

R 214 of 255 = 84%
G 196 of 255 = 77%
B 255 of 255 = 100%

214
196
255

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

Portions of RGB colors in percentages

R + G + B =
214 + 196 + 255 = 665 (100%)
R 214 of 665 ~ 32.18%
G 196 of 665 ~ 29.47%
B 255 of 665 ~ 38.35%

%32.18
%29.47
%38.35

CMYK color model

#D6C4FF color CMYK value is (16,23,0,0).

  • cyan value is 16.08%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (16,23,0,0) C16M23Y0K0 (16%,23%,0%,0%) (0.16/0.23/0.00/0.00)

CMYK percentages

%16.08
%23.14
%0
%0

Codes

Color #D6C4FF in popluar color models

D6C4FF
RGB214196255
HSL258°100.00%88.43%
HSB/HSV258°23.14%100.00%
CMYK16.08%23.14%0.00%
0.00%

Color #D6C4FF in popluar number systems.

HEXD6C4FF
Decimal214196255
Binary110101101100010011111111
Octal326304377

Shades and tints

Shades of #D6C4FF

#D6C4FF
(214,196,255)
#C3B3E8
(195,179,232)
#B0A2D1
(176,162,209)
#9D91BA
(157,145,186)
#8A80A3
(138,128,163)
#776F8C
(119,111,140)
#645E75
(100,94,117)
#514D5E
(81,77,94)
#3E3C47
(62,60,71)
#2B2B30
(43,43,48)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #D6C4FF

#D6C4FF
(214,196,255)
#D9C9FF
(217,201,255)
#DCCEFF
(220,206,255)
#DFD3FF
(223,211,255)
#E2D8FF
(226,216,255)
#E5DDFF
(229,221,255)
#E8E2FF
(232,226,255)
#EBE7FF
(235,231,255)
#EEECFF
(238,236,255)
#F1F1FF
(241,241,255)
#F4F6FF
(244,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4FF; }

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

This text font color is #D6C4FF.


Background Color

.myBgColor { background-color: #D6C4FF; }

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

This div background color is #D6C4FF.


Border color

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

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

This div border color is #D6C4FF.


Opacity

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

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

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

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

This text has shadow with #D6C4FF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6C4FF on black background.


Color preview on white background

This text has color #D6C4FF on white background.



Black color preview on #D6C4FF background

This text has black color on #D6C4FF background.


White color preview on #D6C4FF background

This text has white color on #D6C4FF background.