COLOR #D5CEDE

HEX: #D5CEDE
RGB: (213,206,222)

Color info

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

RGB color model

#D5CEDE color RGB value is (213,206,222).

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

RGB channels and saturation

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

213
206
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 206 + 222 = 641 (100%)
R 213 of 641 ~ 33.23%
G 206 of 641 ~ 32.14%
B 222 of 641 ~ 34.63%

%33.23
%32.14
%34.63

CMYK color model

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

  • cyan value is 4.05%
  • 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

%4.05
%7.21
%0
%12.94

Codes

Color #D5CEDE in popluar color models

D5CEDE
RGB213206222
HSL266°19.51%83.92%
HSB/HSV266°7.21%87.06%
CMYK4.05%7.21%0.00%
12.94%

Color #D5CEDE in popluar number systems.

HEXD5CEDE
Decimal213206222
Binary110101011100111011011110
Octal325316336

Shades and tints

Shades of #D5CEDE

#D5CEDE
(213,206,222)
#C2BCCA
(194,188,202)
#AFAAB6
(175,170,182)
#9C98A2
(156,152,162)
#89868E
(137,134,142)
#76747A
(118,116,122)
#636266
(99,98,102)
#505052
(80,80,82)
#3D3E3E
(61,62,62)
#2A2C2A
(42,44,42)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #D5CEDE

#D5CEDE
(213,206,222)
#D8D2E1
(216,210,225)
#DBD6E4
(219,214,228)
#DEDAE7
(222,218,231)
#E1DEEA
(225,222,234)
#E4E2ED
(228,226,237)
#E7E6F0
(231,230,240)
#EAEAF3
(234,234,243)
#EDEEF6
(237,238,246)
#F0F2F9
(240,242,249)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CEDE; }

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

This text font color is #D5CEDE.


Background Color

.myBgColor { background-color: #D5CEDE; }

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

This div background color is #D5CEDE.


Border color

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

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

This div border color is #D5CEDE.


Opacity

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

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

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

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

This text has shadow with #D5CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CEDE on black background.


Color preview on white background

This text has color #D5CEDE on white background.



Black color preview on #D5CEDE background

This text has black color on #D5CEDE background.


White color preview on #D5CEDE background

This text has white color on #D5CEDE background.