COLOR #D2CEDA

HEX: #D2CEDA
RGB: (210,206,218)

Color info

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

RGB color model

#D2CEDA color RGB value is (210,206,218).

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

RGB channels and saturation

R 210 of 255 = 82%
G 206 of 255 = 81%
B 218 of 255 = 85%

210
206
218

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

Portions of RGB colors in percentages

R + G + B =
210 + 206 + 218 = 634 (100%)
R 210 of 634 ~ 33.12%
G 206 of 634 ~ 32.49%
B 218 of 634 ~ 34.38%

%33.12
%32.49
%34.38

CMYK color model

#D2CEDA color CMYK value is (4,6,0,15).

  • cyan value is 3.67%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,6,0,15)
C4M6Y0K15 
(4%,6%,0%,15%)
(0.04/0.06/0.00/0.15)	

CMYK percentages

%3.67
%5.5
%0
%14.51

Codes

Color #D2CEDA in popluar color models

D2CEDA
RGB210206218
HSL260°13.95%83.14%
HSB/HSV260°5.50%85.49%
CMYK3.67%5.50%0.00%
14.51%

Color #D2CEDA in popluar number systems.

HEXD2CEDA
Decimal210206218
Binary110100101100111011011010
Octal322316332

Shades and tints

Shades of #D2CEDA

#D2CEDA
(210,206,218)
#BFBCC7
(191,188,199)
#ACAAB4
(172,170,180)
#9998A1
(153,152,161)
#86868E
(134,134,142)
#73747B
(115,116,123)
#606268
(96,98,104)
#4D5055
(77,80,85)
#3A3E42
(58,62,66)
#272C2F
(39,44,47)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #D2CEDA

#D2CEDA
(210,206,218)
#D6D2DD
(214,210,221)
#DAD6E0
(218,214,224)
#DEDAE3
(222,218,227)
#E2DEE6
(226,222,230)
#E6E2E9
(230,226,233)
#EAE6EC
(234,230,236)
#EEEAEF
(238,234,239)
#F2EEF2
(242,238,242)
#F6F2F5
(246,242,245)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CEDA; }

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

This text font color is #D2CEDA.


Background Color

.myBgColor { background-color: #D2CEDA; }

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

This div background color is #D2CEDA.


Border color

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

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

This div border color is #D2CEDA.


Opacity

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

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

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

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

This text has shadow with #D2CEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CEDA on black background.


Color preview on white background

This text has color #D2CEDA on white background.



Black color preview on #D2CEDA background

This text has black color on #D2CEDA background.


White color preview on #D2CEDA background

This text has white color on #D2CEDA background.