COLOR #D2C5ED

HEX: #D2C5ED
RGB: (210,197,237)

Color info

#D2C5ED contains red, green and blue colors in about the same proportion. Web safe color of #D2C5ED is #CCCCFF (or #CCF).

RGB color model

#D2C5ED color RGB value is (210,197,237).

  • red value is 210;
  • green value is 197;
  • blue value is 237.
RGB:
(210,197,237)
(82%,77%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 197 of 255 = 77%
B 237 of 255 = 93%

210
197
237

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

Portions of RGB colors in percentages

R + G + B =
210 + 197 + 237 = 644 (100%)
R 210 of 644 ~ 32.61%
G 197 of 644 ~ 30.59%
B 237 of 644 ~ 36.8%

%32.61
%30.59
%36.8

CMYK color model

#D2C5ED color CMYK value is (11,17,0,7).

  • cyan value is 11.39%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,17,0,7)
C11M17Y0K7 
(11%,17%,0%,7%)
(0.11/0.17/0.00/0.07)	

CMYK percentages

%11.39
%16.88
%0
%7.06

Codes

Color #D2C5ED in popluar color models

D2C5ED
RGB210197237
HSL260°52.63%85.10%
HSB/HSV260°16.88%92.94%
CMYK11.39%16.88%0.00%
7.06%

Color #D2C5ED in popluar number systems.

HEXD2C5ED
Decimal210197237
Binary110100101100010111101101
Octal322305355

Shades and tints

Shades of #D2C5ED

#D2C5ED
(210,197,237)
#BFB4D8
(191,180,216)
#ACA3C3
(172,163,195)
#9992AE
(153,146,174)
#868199
(134,129,153)
#737084
(115,112,132)
#605F6F
(96,95,111)
#4D4E5A
(77,78,90)
#3A3D45
(58,61,69)
#272C30
(39,44,48)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #D2C5ED

#D2C5ED
(210,197,237)
#D6CAEE
(214,202,238)
#DACFEF
(218,207,239)
#DED4F0
(222,212,240)
#E2D9F1
(226,217,241)
#E6DEF2
(230,222,242)
#EAE3F3
(234,227,243)
#EEE8F4
(238,232,244)
#F2EDF5
(242,237,245)
#F6F2F6
(246,242,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C5ED color. Also use rgb(210,197,237) instead hex code.

Text Font Color

.myTextColor { color: #D2C5ED; }

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

This text font color is #D2C5ED.


Background Color

.myBgColor { background-color: #D2C5ED; }

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

This div background color is #D2C5ED.


Border color

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

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

This div border color is #D2C5ED.


Opacity

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

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

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

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

This text has shadow with #D2C5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C5ED on black background.


Color preview on white background

This text has color #D2C5ED on white background.



Black color preview on #D2C5ED background

This text has black color on #D2C5ED background.


White color preview on #D2C5ED background

This text has white color on #D2C5ED background.