COLOR #D2C3EF

HEX: #D2C3EF
RGB: (210,195,239)

Color info

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

RGB color model

#D2C3EF color RGB value is (210,195,239).

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

RGB channels and saturation

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

210
195
239

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

Portions of RGB colors in percentages

R + G + B =
210 + 195 + 239 = 644 (100%)
R 210 of 644 ~ 32.61%
G 195 of 644 ~ 30.28%
B 239 of 644 ~ 37.11%

%32.61
%30.28
%37.11

CMYK color model

#D2C3EF color CMYK value is (12,18,0,6).

  • cyan value is 12.13%
  • magenta value is 18.41%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(12,18,0,6)
C12M18Y0K6 
(12%,18%,0%,6%)
(0.12/0.18/0.00/0.06)	

CMYK percentages

%12.13
%18.41
%0
%6.27

Codes

Color #D2C3EF in popluar color models

D2C3EF
RGB210195239
HSL260°57.89%85.10%
HSB/HSV260°18.41%93.73%
CMYK12.13%18.41%0.00%
6.27%

Color #D2C3EF in popluar number systems.

HEXD2C3EF
Decimal210195239
Binary110100101100001111101111
Octal322303357

Shades and tints

Shades of #D2C3EF

#D2C3EF
(210,195,239)
#BFB2DA
(191,178,218)
#ACA1C5
(172,161,197)
#9990B0
(153,144,176)
#867F9B
(134,127,155)
#736E86
(115,110,134)
#605D71
(96,93,113)
#4D4C5C
(77,76,92)
#3A3B47
(58,59,71)
#272A32
(39,42,50)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #D2C3EF

#D2C3EF
(210,195,239)
#D6C8F0
(214,200,240)
#DACDF1
(218,205,241)
#DED2F2
(222,210,242)
#E2D7F3
(226,215,243)
#E6DCF4
(230,220,244)
#EAE1F5
(234,225,245)
#EEE6F6
(238,230,246)
#F2EBF7
(242,235,247)
#F6F0F8
(246,240,248)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C3EF; }

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

This text font color is #D2C3EF.


Background Color

.myBgColor { background-color: #D2C3EF; }

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

This div background color is #D2C3EF.


Border color

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

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

This div border color is #D2C3EF.


Opacity

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

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

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

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

This text has shadow with #D2C3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C3EF on black background.


Color preview on white background

This text has color #D2C3EF on white background.



Black color preview on #D2C3EF background

This text has black color on #D2C3EF background.


White color preview on #D2C3EF background

This text has white color on #D2C3EF background.