COLOR #D5CEDF

HEX: #D5CEDF RGB: (213,206,223)

Color info

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

RGB color model

#D5CEDF color RGB value is (213,206,223).

RGB: (213,206,223) (84%, 81%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 223 of 255 = 87%

213
206
223

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

Portions of RGB colors in percentages

R + G + B = 213 + 206 + 223 = 642 (100%)
R 213 of 642 ~ 33.18%
G 206 of 642 ~ 32.09%
B 223 of 642 ~ 34.74'%

%33.18
%32.09
%34.74

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,8,0,13)
C4M8Y0K13 (4%, 8%, 0%, 13%)
(0.04 / 0.08 / 0.00 / 0.13)

CMYK percentages

%4.48
%7.62
%0
%12.55

Codes

Color #D5CEDF in popluar color models

D5 CE DF
RGB 213 206 223
HSL 265° 20.99% 84.12%
HSB/HSV 265° 7.62% 87.45%
CMYK 4.48% 7.62% 0.00%
12.55%

Color #D5CEDF in popluar number systems.

HEX D5 CE DF
Decimal 213 206 223
Binary 11010101 11001110 11011111
Octal 325 316 337

Shades and tints

Shades of #D5CEDF

#D5CEDF
(213,206,223)
#C2BCCB
(194,188,203)
#AFAAB7
(175,170,183)
#9C98A3
(156,152,163)
#89868F
(137,134,143)
#76747B
(118,116,123)
#636267
(99,98,103)
#505053
(80,80,83)
#3D3E3F
(61,62,63)
#2A2C2B
(42,44,43)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #D5CEDF

#D5CEDF
(213,206,223)
#D8D2E1
(216,210,225)
#DBD6E3
(219,214,227)
#DEDAE5
(222,218,229)
#E1DEE7
(225,222,231)
#E4E2E9
(228,226,233)
#E7E6EB
(231,230,235)
#EAEAED
(234,234,237)
#EDEEEF
(237,238,239)
#F0F2F1
(240,242,241)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CEDF color. Also use rgb(213,206,223) instead hex code.

Text Font Color

.myTextColor { color: #D5CEDF; }

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

This text font color is #D5CEDF.

Background Color

.myBgColor { background-color: #D5CEDF; }

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

This div background color is #D5CEDF.

Border color

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

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

This div border color is #D5CEDF.

Opacity

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

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

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

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

This text has shadow with #D5CEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CEDF.

Preview

Color preview on black background

This text has color #D5CEDF on black background.


Color preview on white background

This text has color #D5CEDF on white background.


Black color preview on #D5CEDF background

This text has black color on #D5CEDF background.


White color preview on #D5CEDF background

This text has white color on #D5CEDF background.


Related colors

Complementary color

Complementary color for #hex is #2A3120.


I love getcolorcode.com

Triadic colors

1 #DFD5CE and #CEDFD5 with #D5CEDF are triadic colors.

2 #DFCED5 and #CED5DF with #D5CEDF are triadic colors.