COLOR #D6CCFC

HEX: #D6CCFC RGB: (214,204,252)

Color info

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

RGB color model

#D6CCFC color RGB value is (214,204,252).

RGB: (214,204,252) (84%, 80%, 99%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 252 of 255 = 99%

214
204
252

R + G + B ~ 88%. #D6CCFC is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 204 + 252 = 670 (100%)
R 214 of 670 ~ 31.94%
G 204 of 670 ~ 30.45%
B 252 of 670 ~ 37.61'%

%31.94
%30.45
%37.61

CMYK color model

#D6CCFC color CMYK value is (15,19,0,1).

  • cyan value is 15.08%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (15,19,0,1)
C15M19Y0K1 (15%, 19%, 0%, 1%)
(0.15 / 0.19 / 0.00 / 0.01)

CMYK percentages

%15.08
%19.05
%0
%1.18

Codes

Color #D6CCFC in popluar color models

D6 CC FC
RGB 214 204 252
HSL 253° 88.89% 89.41%
HSB/HSV 253° 19.05% 98.82%
CMYK 15.08% 19.05% 0.00%
1.18%

Color #D6CCFC in popluar number systems.

HEX D6 CC FC
Decimal 214 204 252
Binary 11010110 11001100 11111100
Octal 326 314 374

Shades and tints

Shades of #D6CCFC

#D6CCFC
(214,204,252)
#C3BAE6
(195,186,230)
#B0A8D0
(176,168,208)
#9D96BA
(157,150,186)
#8A84A4
(138,132,164)
#77728E
(119,114,142)
#646078
(100,96,120)
#514E62
(81,78,98)
#3E3C4C
(62,60,76)
#2B2A36
(43,42,54)
#181820
(24,24,32)
#000000
(0,0,0)

Tints of #D6CCFC

#D6CCFC
(214,204,252)
#D9D0FC
(217,208,252)
#DCD4FC
(220,212,252)
#DFD8FC
(223,216,252)
#E2DCFC
(226,220,252)
#E5E0FC
(229,224,252)
#E8E4FC
(232,228,252)
#EBE8FC
(235,232,252)
#EEECFC
(238,236,252)
#F1F0FC
(241,240,252)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCFC; }

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

This text font color is #D6CCFC.

Background Color

.myBgColor { background-color: #D6CCFC; }

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

This div background color is #D6CCFC.

Border color

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

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

This div border color is #D6CCFC.

Opacity

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

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

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

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

This text has shadow with #D6CCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CCFC.

Preview

Color preview on black background

This text has color #D6CCFC on black background.


Color preview on white background

This text has color #D6CCFC on white background.


Black color preview on #D6CCFC background

This text has black color on #D6CCFC background.


White color preview on #D6CCFC background

This text has white color on #D6CCFC background.


Related colors

Complementary color

Complementary color for #hex is #293303.


I love getcolorcode.com

Triadic colors

1 #FCD6CC and #CCFCD6 with #D6CCFC are triadic colors.

2 #FCCCD6 and #CCD6FC with #D6CCFC are triadic colors.