COLOR #D6CDDE

HEX: #D6CDDE
RGB: (214,205,222)

Color info

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

RGB color model

#D6CDDE color RGB value is (214,205,222).

  • red value is 214;
  • green value is 205;
  • blue value is 222.
RGB:
(214,205,222)
(84%,80%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 222 of 255 = 87%

214
205
222

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

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 222 = 641 (100%)
R 214 of 641 ~ 33.39%
G 205 of 641 ~ 31.98%
B 222 of 641 ~ 34.63%

%33.39
%31.98
%34.63

CMYK color model

#D6CDDE color CMYK value is (4,8,0,13).

  • cyan value is 3.60%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,8,0,13)
C4M8Y0K13 
(4%,8%,0%,13%)
(0.04/0.08/0.00/0.13)	

CMYK percentages

%3.6
%7.66
%0
%12.94

Codes

Color #D6CDDE in popluar color models

D6CDDE
RGB214205222
HSL272°20.48%83.73%
HSB/HSV272°7.66%87.06%
CMYK3.60%7.66%0.00%
12.94%

Color #D6CDDE in popluar number systems.

HEXD6CDDE
Decimal214205222
Binary110101101100110111011110
Octal326315336

Shades and tints

Shades of #D6CDDE

#D6CDDE
(214,205,222)
#C3BBCA
(195,187,202)
#B0A9B6
(176,169,182)
#9D97A2
(157,151,162)
#8A858E
(138,133,142)
#77737A
(119,115,122)
#646166
(100,97,102)
#514F52
(81,79,82)
#3E3D3E
(62,61,62)
#2B2B2A
(43,43,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #D6CDDE

#D6CDDE
(214,205,222)
#D9D1E1
(217,209,225)
#DCD5E4
(220,213,228)
#DFD9E7
(223,217,231)
#E2DDEA
(226,221,234)
#E5E1ED
(229,225,237)
#E8E5F0
(232,229,240)
#EBE9F3
(235,233,243)
#EEEDF6
(238,237,246)
#F1F1F9
(241,241,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CDDE color. Also use rgb(214,205,222) instead hex code.

Text Font Color

.myTextColor { color: #D6CDDE; }

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

This text font color is #D6CDDE.


Background Color

.myBgColor { background-color: #D6CDDE; }

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

This div background color is #D6CDDE.


Border color

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

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

This div border color is #D6CDDE.


Opacity

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

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

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

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

This text has shadow with #D6CDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CDDE on black background.


Color preview on white background

This text has color #D6CDDE on white background.



Black color preview on #D6CDDE background

This text has black color on #D6CDDE background.


White color preview on #D6CDDE background

This text has white color on #D6CDDE background.