COLOR #D6CCF1

HEX: #D6CCF1
RGB: (214,204,241)

Color info

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

RGB color model

#D6CCF1 color RGB value is (214,204,241).

  • red value is 214;
  • green value is 204;
  • blue value is 241.
RGB:
(214,204,241)
(84%,80%,95%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 241 of 255 = 95%

214
204
241

R + G + B ~ 86%. #D6CCF1 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 241 = 659 (100%)
R 214 of 659 ~ 32.47%
G 204 of 659 ~ 30.96%
B 241 of 659 ~ 36.57%

%32.47
%30.96
%36.57

CMYK color model

#D6CCF1 color CMYK value is (11,15,0,5).

  • cyan value is 11.20%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(11,15,0,5)
C11M15Y0K5 
(11%,15%,0%,5%)
(0.11/0.15/0.00/0.05)	

CMYK percentages

%11.2
%15.35
%0
%5.49

Codes

Color #D6CCF1 in popluar color models

D6CCF1
RGB214204241
HSL256°56.92%87.25%
HSB/HSV256°15.35%94.51%
CMYK11.20%15.35%0.00%
5.49%

Color #D6CCF1 in popluar number systems.

HEXD6CCF1
Decimal214204241
Binary110101101100110011110001
Octal326314361

Shades and tints

Shades of #D6CCF1

#D6CCF1
(214,204,241)
#C3BADC
(195,186,220)
#B0A8C7
(176,168,199)
#9D96B2
(157,150,178)
#8A849D
(138,132,157)
#777288
(119,114,136)
#646073
(100,96,115)
#514E5E
(81,78,94)
#3E3C49
(62,60,73)
#2B2A34
(43,42,52)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #D6CCF1

#D6CCF1
(214,204,241)
#D9D0F2
(217,208,242)
#DCD4F3
(220,212,243)
#DFD8F4
(223,216,244)
#E2DCF5
(226,220,245)
#E5E0F6
(229,224,246)
#E8E4F7
(232,228,247)
#EBE8F8
(235,232,248)
#EEECF9
(238,236,249)
#F1F0FA
(241,240,250)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CCF1 color. Also use rgb(214,204,241) instead hex code.

Text Font Color

.myTextColor { color: #D6CCF1; }

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

This text font color is #D6CCF1.


Background Color

.myBgColor { background-color: #D6CCF1; }

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

This div background color is #D6CCF1.


Border color

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

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

This div border color is #D6CCF1.


Opacity

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

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

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

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

This text has shadow with #D6CCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCF1 on black background.


Color preview on white background

This text has color #D6CCF1 on white background.



Black color preview on #D6CCF1 background

This text has black color on #D6CCF1 background.


White color preview on #D6CCF1 background

This text has white color on #D6CCF1 background.