COLOR #D6CEDE

HEX: #D6CEDE
RGB: (214,206,222)

Color info

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

RGB color model

#D6CEDE color RGB value is (214,206,222).

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

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 222 of 255 = 87%

214
206
222

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

Portions of RGB colors in percentages

R + G + B =
214 + 206 + 222 = 642 (100%)
R 214 of 642 ~ 33.33%
G 206 of 642 ~ 32.09%
B 222 of 642 ~ 34.58%

%33.33
%32.09
%34.58

CMYK color model

#D6CEDE color CMYK value is (4,7,0,13).

  • cyan value is 3.60%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,7,0,13)
C4M7Y0K13 
(4%,7%,0%,13%)
(0.04/0.07/0.00/0.13)	

CMYK percentages

%3.6
%7.21
%0
%12.94

Codes

Color #D6CEDE in popluar color models

D6CEDE
RGB214206222
HSL270°19.51%83.92%
HSB/HSV270°7.21%87.06%
CMYK3.60%7.21%0.00%
12.94%

Color #D6CEDE in popluar number systems.

HEXD6CEDE
Decimal214206222
Binary110101101100111011011110
Octal326316336

Shades and tints

Shades of #D6CEDE

#D6CEDE
(214,206,222)
#C3BCCA
(195,188,202)
#B0AAB6
(176,170,182)
#9D98A2
(157,152,162)
#8A868E
(138,134,142)
#77747A
(119,116,122)
#646266
(100,98,102)
#515052
(81,80,82)
#3E3E3E
(62,62,62)
#2B2C2A
(43,44,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #D6CEDE

#D6CEDE
(214,206,222)
#D9D2E1
(217,210,225)
#DCD6E4
(220,214,228)
#DFDAE7
(223,218,231)
#E2DEEA
(226,222,234)
#E5E2ED
(229,226,237)
#E8E6F0
(232,230,240)
#EBEAF3
(235,234,243)
#EEEEF6
(238,238,246)
#F1F2F9
(241,242,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CEDE; }

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

This text font color is #D6CEDE.


Background Color

.myBgColor { background-color: #D6CEDE; }

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

This div background color is #D6CEDE.


Border color

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

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

This div border color is #D6CEDE.


Opacity

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

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

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

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

This text has shadow with #D6CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CEDE on black background.


Color preview on white background

This text has color #D6CEDE on white background.



Black color preview on #D6CEDE background

This text has black color on #D6CEDE background.


White color preview on #D6CEDE background

This text has white color on #D6CEDE background.