COLOR #D5CEDC

HEX: #D5CEDC RGB: (213,206,220)

Color info

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

RGB color model

#D5CEDC color RGB value is (213,206,220).

RGB: (213,206,220) (84%, 81%, 86%)

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 220 of 255 = 86%

213
206
220

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

Portions of RGB colors in percentages

R + G + B = 213 + 206 + 220 = 639 (100%)
R 213 of 639 ~ 33.33%
G 206 of 639 ~ 32.24%
B 220 of 639 ~ 34.43'%

%33.33
%32.24
%34.43

CMYK color model

#D5CEDC color CMYK value is (3,6,0,14).

  • cyan value is 3.18%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (3,6,0,14)
C3M6Y0K14 (3%, 6%, 0%, 14%)
(0.03 / 0.06 / 0.00 / 0.14)

CMYK percentages

%3.18
%6.36
%0
%13.73

Codes

Color #D5CEDC in popluar color models

D5 CE DC
RGB 213 206 220
HSL 270° 16.67% 83.53%
HSB/HSV 270° 6.36% 86.27%
CMYK 3.18% 6.36% 0.00%
13.73%

Color #D5CEDC in popluar number systems.

HEX D5 CE DC
Decimal 213 206 220
Binary 11010101 11001110 11011100
Octal 325 316 334

Shades and tints

Shades of #D5CEDC

#D5CEDC
(213,206,220)
#C2BCC8
(194,188,200)
#AFAAB4
(175,170,180)
#9C98A0
(156,152,160)
#89868C
(137,134,140)
#767478
(118,116,120)
#636264
(99,98,100)
#505050
(80,80,80)
#3D3E3C
(61,62,60)
#2A2C28
(42,44,40)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #D5CEDC

#D5CEDC
(213,206,220)
#D8D2DF
(216,210,223)
#DBD6E2
(219,214,226)
#DEDAE5
(222,218,229)
#E1DEE8
(225,222,232)
#E4E2EB
(228,226,235)
#E7E6EE
(231,230,238)
#EAEAF1
(234,234,241)
#EDEEF4
(237,238,244)
#F0F2F7
(240,242,247)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CEDC; }

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

This text font color is #D5CEDC.

Background Color

.myBgColor { background-color: #D5CEDC; }

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

This div background color is #D5CEDC.

Border color

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

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

This div border color is #D5CEDC.

Opacity

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

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

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

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

This text has shadow with #D5CEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CEDC.

Preview

Color preview on black background

This text has color #D5CEDC on black background.


Color preview on white background

This text has color #D5CEDC on white background.


Black color preview on #D5CEDC background

This text has black color on #D5CEDC background.


White color preview on #D5CEDC background

This text has white color on #D5CEDC background.


Related colors

Complementary color

Complementary color for #hex is #2A3123.


I love getcolorcode.com

Triadic colors

1 #DCD5CE and #CEDCD5 with #D5CEDC are triadic colors.

2 #DCCED5 and #CED5DC with #D5CEDC are triadic colors.