COLOR #D2C1EF

HEX: #D2C1EF
RGB: (210,193,239)

Color info

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

RGB color model

#D2C1EF color RGB value is (210,193,239).

  • red value is 210;
  • green value is 193;
  • blue value is 239.
RGB:
(210,193,239)
(82%,76%,94%)

RGB channels and saturation

R 210 of 255 = 82%
G 193 of 255 = 76%
B 239 of 255 = 94%

210
193
239

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

Portions of RGB colors in percentages

R + G + B =
210 + 193 + 239 = 642 (100%)
R 210 of 642 ~ 32.71%
G 193 of 642 ~ 30.06%
B 239 of 642 ~ 37.23%

%32.71
%30.06
%37.23

CMYK color model

#D2C1EF color CMYK value is (12,19,0,6).

  • cyan value is 12.13%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(12,19,0,6)
C12M19Y0K6 
(12%,19%,0%,6%)
(0.12/0.19/0.00/0.06)	

CMYK percentages

%12.13
%19.25
%0
%6.27

Codes

Color #D2C1EF in popluar color models

D2C1EF
RGB210193239
HSL262°58.97%84.71%
HSB/HSV262°19.25%93.73%
CMYK12.13%19.25%0.00%
6.27%

Color #D2C1EF in popluar number systems.

HEXD2C1EF
Decimal210193239
Binary110100101100000111101111
Octal322301357

Shades and tints

Shades of #D2C1EF

#D2C1EF
(210,193,239)
#BFB0DA
(191,176,218)
#AC9FC5
(172,159,197)
#998EB0
(153,142,176)
#867D9B
(134,125,155)
#736C86
(115,108,134)
#605B71
(96,91,113)
#4D4A5C
(77,74,92)
#3A3947
(58,57,71)
#272832
(39,40,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #D2C1EF

#D2C1EF
(210,193,239)
#D6C6F0
(214,198,240)
#DACBF1
(218,203,241)
#DED0F2
(222,208,242)
#E2D5F3
(226,213,243)
#E6DAF4
(230,218,244)
#EADFF5
(234,223,245)
#EEE4F6
(238,228,246)
#F2E9F7
(242,233,247)
#F6EEF8
(246,238,248)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C1EF color. Also use rgb(210,193,239) instead hex code.

Text Font Color

.myTextColor { color: #D2C1EF; }

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

This text font color is #D2C1EF.


Background Color

.myBgColor { background-color: #D2C1EF; }

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

This div background color is #D2C1EF.


Border color

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

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

This div border color is #D2C1EF.


Opacity

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

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

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

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

This text has shadow with #D2C1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C1EF on black background.


Color preview on white background

This text has color #D2C1EF on white background.



Black color preview on #D2C1EF background

This text has black color on #D2C1EF background.


White color preview on #D2C1EF background

This text has white color on #D2C1EF background.