COLOR #D5CEDA

HEX: #D5CEDA RGB: (213,206,218)

Color info

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

RGB color model

#D5CEDA color RGB value is (213,206,218).

RGB: (213,206,218) (84%, 81%, 85%)

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 218 of 255 = 85%

213
206
218

R + G + B ~ 83%. #D5CEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 206 + 218 = 637 (100%)
R 213 of 637 ~ 33.44%
G 206 of 637 ~ 32.34%
B 218 of 637 ~ 34.22'%

%33.44
%32.34
%34.22

CMYK color model

#D5CEDA color CMYK value is (2,6,0,15).

  • cyan value is 2.29%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (2,6,0,15)
C2M6Y0K15 (2%, 6%, 0%, 15%)
(0.02 / 0.06 / 0.00 / 0.15)

CMYK percentages

%2.29
%5.5
%0
%14.51

Codes

Color #D5CEDA in popluar color models

D5 CE DA
RGB 213 206 218
HSL 275° 13.95% 83.14%
HSB/HSV 275° 5.50% 85.49%
CMYK 2.29% 5.50% 0.00%
14.51%

Color #D5CEDA in popluar number systems.

HEX D5 CE DA
Decimal 213 206 218
Binary 11010101 11001110 11011010
Octal 325 316 332

Shades and tints

Shades of #D5CEDA

#D5CEDA
(213,206,218)
#C2BCC7
(194,188,199)
#AFAAB4
(175,170,180)
#9C98A1
(156,152,161)
#89868E
(137,134,142)
#76747B
(118,116,123)
#636268
(99,98,104)
#505055
(80,80,85)
#3D3E42
(61,62,66)
#2A2C2F
(42,44,47)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #D5CEDA

#D5CEDA
(213,206,218)
#D8D2DD
(216,210,221)
#DBD6E0
(219,214,224)
#DEDAE3
(222,218,227)
#E1DEE6
(225,222,230)
#E4E2E9
(228,226,233)
#E7E6EC
(231,230,236)
#EAEAEF
(234,234,239)
#EDEEF2
(237,238,242)
#F0F2F5
(240,242,245)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CEDA; }

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

This text font color is #D5CEDA.

Background Color

.myBgColor { background-color: #D5CEDA; }

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

This div background color is #D5CEDA.

Border color

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

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

This div border color is #D5CEDA.

Opacity

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

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

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

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

This text has shadow with #D5CEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CEDA.

Preview

Color preview on black background

This text has color #D5CEDA on black background.


Color preview on white background

This text has color #D5CEDA on white background.


Black color preview on #D5CEDA background

This text has black color on #D5CEDA background.


White color preview on #D5CEDA background

This text has white color on #D5CEDA background.


Related colors

Complementary color

Complementary color for #hex is #2A3125.


I love getcolorcode.com

Triadic colors

1 #DAD5CE and #CEDAD5 with #D5CEDA are triadic colors.

2 #DACED5 and #CED5DA with #D5CEDA are triadic colors.