COLOR #D2C8EB

HEX: #D2C8EB
RGB: (210,200,235)

Color info

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

RGB color model

#D2C8EB color RGB value is (210,200,235).

  • red value is 210;
  • green value is 200;
  • blue value is 235.
RGB:
(210,200,235)
(82%,78%,92%)

RGB channels and saturation

R 210 of 255 = 82%
G 200 of 255 = 78%
B 235 of 255 = 92%

210
200
235

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

Portions of RGB colors in percentages

R + G + B =
210 + 200 + 235 = 645 (100%)
R 210 of 645 ~ 32.56%
G 200 of 645 ~ 31.01%
B 235 of 645 ~ 36.43%

%32.56
%31.01
%36.43

CMYK color model

#D2C8EB color CMYK value is (11,15,0,8).

  • cyan value is 10.64%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,15,0,8)
C11M15Y0K8 
(11%,15%,0%,8%)
(0.11/0.15/0.00/0.08)	

CMYK percentages

%10.64
%14.89
%0
%7.84

Codes

Color #D2C8EB in popluar color models

D2C8EB
RGB210200235
HSL257°46.67%85.29%
HSB/HSV257°14.89%92.16%
CMYK10.64%14.89%0.00%
7.84%

Color #D2C8EB in popluar number systems.

HEXD2C8EB
Decimal210200235
Binary110100101100100011101011
Octal322310353

Shades and tints

Shades of #D2C8EB

#D2C8EB
(210,200,235)
#BFB6D6
(191,182,214)
#ACA4C1
(172,164,193)
#9992AC
(153,146,172)
#868097
(134,128,151)
#736E82
(115,110,130)
#605C6D
(96,92,109)
#4D4A58
(77,74,88)
#3A3843
(58,56,67)
#27262E
(39,38,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #D2C8EB

#D2C8EB
(210,200,235)
#D6CDEC
(214,205,236)
#DAD2ED
(218,210,237)
#DED7EE
(222,215,238)
#E2DCEF
(226,220,239)
#E6E1F0
(230,225,240)
#EAE6F1
(234,230,241)
#EEEBF2
(238,235,242)
#F2F0F3
(242,240,243)
#F6F5F4
(246,245,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C8EB color. Also use rgb(210,200,235) instead hex code.

Text Font Color

.myTextColor { color: #D2C8EB; }

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

This text font color is #D2C8EB.


Background Color

.myBgColor { background-color: #D2C8EB; }

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

This div background color is #D2C8EB.


Border color

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

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

This div border color is #D2C8EB.


Opacity

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

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

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

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

This text has shadow with #D2C8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C8EB on black background.


Color preview on white background

This text has color #D2C8EB on white background.



Black color preview on #D2C8EB background

This text has black color on #D2C8EB background.


White color preview on #D2C8EB background

This text has white color on #D2C8EB background.