COLOR #D6CFDD

HEX: #D6CFDD RGB: (214,207,221)

Color info

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

RGB color model

#D6CFDD color RGB value is (214,207,221).

RGB: (214,207,221) (84%, 81%, 87%)

RGB channels and saturation

R 214 of 255 = 84%
G 207 of 255 = 81%
B 221 of 255 = 87%

214
207
221

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

Portions of RGB colors in percentages

R + G + B = 214 + 207 + 221 = 642 (100%)
R 214 of 642 ~ 33.33%
G 207 of 642 ~ 32.24%
B 221 of 642 ~ 34.42'%

%33.33
%32.24
%34.42

CMYK color model

#D6CFDD color CMYK value is (3,6,0,13).

  • cyan value is 3.17%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (3,6,0,13)
C3M6Y0K13 (3%, 6%, 0%, 13%)
(0.03 / 0.06 / 0.00 / 0.13)

CMYK percentages

%3.17
%6.33
%0
%13.33

Codes

Color #D6CFDD in popluar color models

D6 CF DD
RGB 214 207 221
HSL 270° 17.07% 83.92%
HSB/HSV 270° 6.33% 86.67%
CMYK 3.17% 6.33% 0.00%
13.33%

Color #D6CFDD in popluar number systems.

HEX D6 CF DD
Decimal 214 207 221
Binary 11010110 11001111 11011101
Octal 326 317 335

Shades and tints

Shades of #D6CFDD

#D6CFDD
(214,207,221)
#C3BDC9
(195,189,201)
#B0ABB5
(176,171,181)
#9D99A1
(157,153,161)
#8A878D
(138,135,141)
#777579
(119,117,121)
#646365
(100,99,101)
#515151
(81,81,81)
#3E3F3D
(62,63,61)
#2B2D29
(43,45,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #D6CFDD

#D6CFDD
(214,207,221)
#D9D3E0
(217,211,224)
#DCD7E3
(220,215,227)
#DFDBE6
(223,219,230)
#E2DFE9
(226,223,233)
#E5E3EC
(229,227,236)
#E8E7EF
(232,231,239)
#EBEBF2
(235,235,242)
#EEEFF5
(238,239,245)
#F1F3F8
(241,243,248)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CFDD color. Also use rgb(214,207,221) instead hex code.

Text Font Color

.myTextColor { color: #D6CFDD; }

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

This text font color is #D6CFDD.

Background Color

.myBgColor { background-color: #D6CFDD; }

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

This div background color is #D6CFDD.

Border color

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

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

This div border color is #D6CFDD.

Opacity

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

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

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

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

This text has shadow with #D6CFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CFDD.

Preview

Color preview on black background

This text has color #D6CFDD on black background.


Color preview on white background

This text has color #D6CFDD on white background.


Black color preview on #D6CFDD background

This text has black color on #D6CFDD background.


White color preview on #D6CFDD background

This text has white color on #D6CFDD background.


Related colors

Complementary color

Complementary color for #hex is #293022.


I love getcolorcode.com

Triadic colors

1 #DDD6CF and #CFDDD6 with #D6CFDD are triadic colors.

2 #DDCFD6 and #CFD6DD with #D6CFDD are triadic colors.