COLOR #D8CEDD

HEX: #D8CEDD RGB: (216,206,221)

Color info

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

RGB color model

#D8CEDD color RGB value is (216,206,221).

RGB: (216,206,221) (85%, 81%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 221 of 255 = 87%

216
206
221

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

Portions of RGB colors in percentages

R + G + B = 216 + 206 + 221 = 643 (100%)
R 216 of 643 ~ 33.59%
G 206 of 643 ~ 32.04%
B 221 of 643 ~ 34.37'%

%33.59
%32.04
%34.37

CMYK color model

#D8CEDD color CMYK value is (2,7,0,13).

  • cyan value is 2.26%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (2,7,0,13)
C2M7Y0K13 (2%, 7%, 0%, 13%)
(0.02 / 0.07 / 0.00 / 0.13)

CMYK percentages

%2.26
%6.79
%0
%13.33

Codes

Color #D8CEDD in popluar color models

D8 CE DD
RGB 216 206 221
HSL 280° 18.07% 83.73%
HSB/HSV 280° 6.79% 86.67%
CMYK 2.26% 6.79% 0.00%
13.33%

Color #D8CEDD in popluar number systems.

HEX D8 CE DD
Decimal 216 206 221
Binary 11011000 11001110 11011101
Octal 330 316 335

Shades and tints

Shades of #D8CEDD

#D8CEDD
(216,206,221)
#C5BCC9
(197,188,201)
#B2AAB5
(178,170,181)
#9F98A1
(159,152,161)
#8C868D
(140,134,141)
#797479
(121,116,121)
#666265
(102,98,101)
#535051
(83,80,81)
#403E3D
(64,62,61)
#2D2C29
(45,44,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #D8CEDD

#D8CEDD
(216,206,221)
#DBD2E0
(219,210,224)
#DED6E3
(222,214,227)
#E1DAE6
(225,218,230)
#E4DEE9
(228,222,233)
#E7E2EC
(231,226,236)
#EAE6EF
(234,230,239)
#EDEAF2
(237,234,242)
#F0EEF5
(240,238,245)
#F3F2F8
(243,242,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CEDD color. Also use rgb(216,206,221) instead hex code.

Text Font Color

.myTextColor { color: #D8CEDD; }

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

This text font color is #D8CEDD.

Background Color

.myBgColor { background-color: #D8CEDD; }

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

This div background color is #D8CEDD.

Border color

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

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

This div border color is #D8CEDD.

Opacity

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

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

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

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

This text has shadow with #D8CEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CEDD.

Preview

Color preview on black background

This text has color #D8CEDD on black background.


Color preview on white background

This text has color #D8CEDD on white background.


Black color preview on #D8CEDD background

This text has black color on #D8CEDD background.


White color preview on #D8CEDD background

This text has white color on #D8CEDD background.


Related colors

Complementary color

Complementary color for #hex is #273122.


I love getcolorcode.com

Triadic colors

1 #DDD8CE and #CEDDD8 with #D8CEDD are triadic colors.

2 #DDCED8 and #CED8DD with #D8CEDD are triadic colors.