COLOR #D6CCDE

HEX: #D6CCDE RGB: (214,204,222)

Color info

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

RGB color model

#D6CCDE color RGB value is (214,204,222).

RGB: (214,204,222) (84%, 80%, 87%)

RGB channels and saturation

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

214
204
222

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

Portions of RGB colors in percentages

R + G + B = 214 + 204 + 222 = 640 (100%)
R 214 of 640 ~ 33.44%
G 204 of 640 ~ 31.88%
B 222 of 640 ~ 34.69'%

%33.44
%31.88
%34.69

CMYK color model

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

  • cyan value is 3.60%
  • magenta value is 8.11%
  • 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
%8.11
%0
%12.94

Codes

Color #D6CCDE in popluar color models

D6 CC DE
RGB 214 204 222
HSL 273° 21.43% 83.53%
HSB/HSV 273° 8.11% 87.06%
CMYK 3.60% 8.11% 0.00%
12.94%

Color #D6CCDE in popluar number systems.

HEX D6 CC DE
Decimal 214 204 222
Binary 11010110 11001100 11011110
Octal 326 314 336

Shades and tints

Shades of #D6CCDE

#D6CCDE
(214,204,222)
#C3BACA
(195,186,202)
#B0A8B6
(176,168,182)
#9D96A2
(157,150,162)
#8A848E
(138,132,142)
#77727A
(119,114,122)
#646066
(100,96,102)
#514E52
(81,78,82)
#3E3C3E
(62,60,62)
#2B2A2A
(43,42,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #D6CCDE

#D6CCDE
(214,204,222)
#D9D0E1
(217,208,225)
#DCD4E4
(220,212,228)
#DFD8E7
(223,216,231)
#E2DCEA
(226,220,234)
#E5E0ED
(229,224,237)
#E8E4F0
(232,228,240)
#EBE8F3
(235,232,243)
#EEECF6
(238,236,246)
#F1F0F9
(241,240,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCDE; }

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

This text font color is #D6CCDE.

Background Color

.myBgColor { background-color: #D6CCDE; }

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

This div background color is #D6CCDE.

Border color

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

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

This div border color is #D6CCDE.

Opacity

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

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

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

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

This text has shadow with #D6CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CCDE.

Preview

Color preview on black background

This text has color #D6CCDE on black background.


Color preview on white background

This text has color #D6CCDE on white background.


Black color preview on #D6CCDE background

This text has black color on #D6CCDE background.


White color preview on #D6CCDE background

This text has white color on #D6CCDE background.


Related colors

Complementary color

Complementary color for #hex is #293321.


I love getcolorcode.com

Triadic colors

1 #DED6CC and #CCDED6 with #D6CCDE are triadic colors.

2 #DECCD6 and #CCD6DE with #D6CCDE are triadic colors.