COLOR #D3CEDA

HEX: #D3CEDA
RGB: (211,206,218)

Color info

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

RGB color model

#D3CEDA color RGB value is (211,206,218).

  • red value is 211;
  • green value is 206;
  • blue value is 218.
RGB:
(211,206,218)
(83%,81%,85%)

RGB channels and saturation

R 211 of 255 = 83%
G 206 of 255 = 81%
B 218 of 255 = 85%

211
206
218

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

Portions of RGB colors in percentages

R + G + B =
211 + 206 + 218 = 635 (100%)
R 211 of 635 ~ 33.23%
G 206 of 635 ~ 32.44%
B 218 of 635 ~ 34.33%

%33.23
%32.44
%34.33

CMYK color model

#D3CEDA color CMYK value is (3,6,0,15).

  • cyan value is 3.21%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,6,0,15)
C3M6Y0K15 
(3%,6%,0%,15%)
(0.03/0.06/0.00/0.15)	

CMYK percentages

%3.21
%5.5
%0
%14.51

Codes

Color #D3CEDA in popluar color models

D3CEDA
RGB211206218
HSL265°13.95%83.14%
HSB/HSV265°5.50%85.49%
CMYK3.21%5.50%0.00%
14.51%

Color #D3CEDA in popluar number systems.

HEXD3CEDA
Decimal211206218
Binary110100111100111011011010
Octal323316332

Shades and tints

Shades of #D3CEDA

#D3CEDA
(211,206,218)
#C0BCC7
(192,188,199)
#ADAAB4
(173,170,180)
#9A98A1
(154,152,161)
#87868E
(135,134,142)
#74747B
(116,116,123)
#616268
(97,98,104)
#4E5055
(78,80,85)
#3B3E42
(59,62,66)
#282C2F
(40,44,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #D3CEDA

#D3CEDA
(211,206,218)
#D7D2DD
(215,210,221)
#DBD6E0
(219,214,224)
#DFDAE3
(223,218,227)
#E3DEE6
(227,222,230)
#E7E2E9
(231,226,233)
#EBE6EC
(235,230,236)
#EFEAEF
(239,234,239)
#F3EEF2
(243,238,242)
#F7F2F5
(247,242,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CEDA; }

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

This text font color is #D3CEDA.


Background Color

.myBgColor { background-color: #D3CEDA; }

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

This div background color is #D3CEDA.


Border color

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

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

This div border color is #D3CEDA.


Opacity

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

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

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

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

This text has shadow with #D3CEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CEDA on black background.


Color preview on white background

This text has color #D3CEDA on white background.



Black color preview on #D3CEDA background

This text has black color on #D3CEDA background.


White color preview on #D3CEDA background

This text has white color on #D3CEDA background.