COLOR #D3C2EF

HEX: #D3C2EF
RGB: (211,194,239)

Color info

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

RGB color model

#D3C2EF color RGB value is (211,194,239).

  • red value is 211;
  • green value is 194;
  • blue value is 239.
RGB:
(211,194,239)
(83%,76%,94%)

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 239 of 255 = 94%

211
194
239

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

Portions of RGB colors in percentages

R + G + B =
211 + 194 + 239 = 644 (100%)
R 211 of 644 ~ 32.76%
G 194 of 644 ~ 30.12%
B 239 of 644 ~ 37.11%

%32.76
%30.12
%37.11

CMYK color model

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

  • cyan value is 11.72%
  • magenta value is 18.83%
  • 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

%11.72
%18.83
%0
%6.27

Codes

Color #D3C2EF in popluar color models

D3C2EF
RGB211194239
HSL263°58.44%84.90%
HSB/HSV263°18.83%93.73%
CMYK11.72%18.83%0.00%
6.27%

Color #D3C2EF in popluar number systems.

HEXD3C2EF
Decimal211194239
Binary110100111100001011101111
Octal323302357

Shades and tints

Shades of #D3C2EF

#D3C2EF
(211,194,239)
#C0B1DA
(192,177,218)
#ADA0C5
(173,160,197)
#9A8FB0
(154,143,176)
#877E9B
(135,126,155)
#746D86
(116,109,134)
#615C71
(97,92,113)
#4E4B5C
(78,75,92)
#3B3A47
(59,58,71)
#282932
(40,41,50)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3C2EF

#D3C2EF
(211,194,239)
#D7C7F0
(215,199,240)
#DBCCF1
(219,204,241)
#DFD1F2
(223,209,242)
#E3D6F3
(227,214,243)
#E7DBF4
(231,219,244)
#EBE0F5
(235,224,245)
#EFE5F6
(239,229,246)
#F3EAF7
(243,234,247)
#F7EFF8
(247,239,248)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C2EF color. Also use rgb(211,194,239) instead hex code.

Text Font Color

.myTextColor { color: #D3C2EF; }

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

This text font color is #D3C2EF.


Background Color

.myBgColor { background-color: #D3C2EF; }

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

This div background color is #D3C2EF.


Border color

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

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

This div border color is #D3C2EF.


Opacity

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

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

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

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

This text has shadow with #D3C2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C2EF on black background.


Color preview on white background

This text has color #D3C2EF on white background.



Black color preview on #D3C2EF background

This text has black color on #D3C2EF background.


White color preview on #D3C2EF background

This text has white color on #D3C2EF background.