COLOR #D6CCED

HEX: #D6CCED
RGB: (214,204,237)

Color info

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

RGB color model

#D6CCED color RGB value is (214,204,237).

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

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 237 of 255 = 93%

214
204
237

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

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 237 = 655 (100%)
R 214 of 655 ~ 32.67%
G 204 of 655 ~ 31.15%
B 237 of 655 ~ 36.18%

%32.67
%31.15
%36.18

CMYK color model

#D6CCED color CMYK value is (10,14,0,7).

  • cyan value is 9.70%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,14,0,7)
C10M14Y0K7 
(10%,14%,0%,7%)
(0.10/0.14/0.00/0.07)	

CMYK percentages

%9.7
%13.92
%0
%7.06

Codes

Color #D6CCED in popluar color models

D6CCED
RGB214204237
HSL258°47.83%86.47%
HSB/HSV258°13.92%92.94%
CMYK9.70%13.92%0.00%
7.06%

Color #D6CCED in popluar number systems.

HEXD6CCED
Decimal214204237
Binary110101101100110011101101
Octal326314355

Shades and tints

Shades of #D6CCED

#D6CCED
(214,204,237)
#C3BAD8
(195,186,216)
#B0A8C3
(176,168,195)
#9D96AE
(157,150,174)
#8A8499
(138,132,153)
#777284
(119,114,132)
#64606F
(100,96,111)
#514E5A
(81,78,90)
#3E3C45
(62,60,69)
#2B2A30
(43,42,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #D6CCED

#D6CCED
(214,204,237)
#D9D0EE
(217,208,238)
#DCD4EF
(220,212,239)
#DFD8F0
(223,216,240)
#E2DCF1
(226,220,241)
#E5E0F2
(229,224,242)
#E8E4F3
(232,228,243)
#EBE8F4
(235,232,244)
#EEECF5
(238,236,245)
#F1F0F6
(241,240,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCED; }

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

This text font color is #D6CCED.


Background Color

.myBgColor { background-color: #D6CCED; }

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

This div background color is #D6CCED.


Border color

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

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

This div border color is #D6CCED.


Opacity

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

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

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

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

This text has shadow with #D6CCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCED on black background.


Color preview on white background

This text has color #D6CCED on white background.



Black color preview on #D6CCED background

This text has black color on #D6CCED background.


White color preview on #D6CCED background

This text has white color on #D6CCED background.