COLOR #D6CCE2

HEX: #D6CCE2
RGB: (214,204,226)

Color info

#D6CCE2 contains red, green and blue colors in about the same proportion. Web safe color of #D6CCE2 is #CCCCCC (or #CCC).

RGB color model

#D6CCE2 color RGB value is (214,204,226).

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

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 226 of 255 = 89%

214
204
226

R + G + B ~ 84%. #D6CCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 226 = 644 (100%)
R 214 of 644 ~ 33.23%
G 204 of 644 ~ 31.68%
B 226 of 644 ~ 35.09%

%33.23
%31.68
%35.09

CMYK color model

#D6CCE2 color CMYK value is (5,10,0,11).

  • cyan value is 5.31%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(5,10,0,11)
C5M10Y0K11 
(5%,10%,0%,11%)
(0.05/0.10/0.00/0.11)	

CMYK percentages

%5.31
%9.73
%0
%11.37

Codes

Color #D6CCE2 in popluar color models

D6CCE2
RGB214204226
HSL267°27.50%84.31%
HSB/HSV267°9.73%88.63%
CMYK5.31%9.73%0.00%
11.37%

Color #D6CCE2 in popluar number systems.

HEXD6CCE2
Decimal214204226
Binary110101101100110011100010
Octal326314342

Shades and tints

Shades of #D6CCE2

#D6CCE2
(214,204,226)
#C3BACE
(195,186,206)
#B0A8BA
(176,168,186)
#9D96A6
(157,150,166)
#8A8492
(138,132,146)
#77727E
(119,114,126)
#64606A
(100,96,106)
#514E56
(81,78,86)
#3E3C42
(62,60,66)
#2B2A2E
(43,42,46)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #D6CCE2

#D6CCE2
(214,204,226)
#D9D0E4
(217,208,228)
#DCD4E6
(220,212,230)
#DFD8E8
(223,216,232)
#E2DCEA
(226,220,234)
#E5E0EC
(229,224,236)
#E8E4EE
(232,228,238)
#EBE8F0
(235,232,240)
#EEECF2
(238,236,242)
#F1F0F4
(241,240,244)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCE2; }

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

This text font color is #D6CCE2.


Background Color

.myBgColor { background-color: #D6CCE2; }

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

This div background color is #D6CCE2.


Border color

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

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

This div border color is #D6CCE2.


Opacity

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

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

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

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

This text has shadow with #D6CCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCE2 on black background.


Color preview on white background

This text has color #D6CCE2 on white background.



Black color preview on #D6CCE2 background

This text has black color on #D6CCE2 background.


White color preview on #D6CCE2 background

This text has white color on #D6CCE2 background.