COLOR #D3C3EE

HEX: #D3C3EE
RGB: (211,195,238)

Color info

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

RGB color model

#D3C3EE color RGB value is (211,195,238).

  • red value is 211;
  • green value is 195;
  • blue value is 238.
RGB:
(211,195,238)
(83%,76%,93%)

RGB channels and saturation

R 211 of 255 = 83%
G 195 of 255 = 76%
B 238 of 255 = 93%

211
195
238

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

Portions of RGB colors in percentages

R + G + B =
211 + 195 + 238 = 644 (100%)
R 211 of 644 ~ 32.76%
G 195 of 644 ~ 30.28%
B 238 of 644 ~ 36.96%

%32.76
%30.28
%36.96

CMYK color model

#D3C3EE color CMYK value is (11,18,0,7).

  • cyan value is 11.34%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,18,0,7)
C11M18Y0K7 
(11%,18%,0%,7%)
(0.11/0.18/0.00/0.07)	

CMYK percentages

%11.34
%18.07
%0
%6.67

Codes

Color #D3C3EE in popluar color models

D3C3EE
RGB211195238
HSL262°55.84%84.90%
HSB/HSV262°18.07%93.33%
CMYK11.34%18.07%0.00%
6.67%

Color #D3C3EE in popluar number systems.

HEXD3C3EE
Decimal211195238
Binary110100111100001111101110
Octal323303356

Shades and tints

Shades of #D3C3EE

#D3C3EE
(211,195,238)
#C0B2D9
(192,178,217)
#ADA1C4
(173,161,196)
#9A90AF
(154,144,175)
#877F9A
(135,127,154)
#746E85
(116,110,133)
#615D70
(97,93,112)
#4E4C5B
(78,76,91)
#3B3B46
(59,59,70)
#282A31
(40,42,49)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #D3C3EE

#D3C3EE
(211,195,238)
#D7C8EF
(215,200,239)
#DBCDF0
(219,205,240)
#DFD2F1
(223,210,241)
#E3D7F2
(227,215,242)
#E7DCF3
(231,220,243)
#EBE1F4
(235,225,244)
#EFE6F5
(239,230,245)
#F3EBF6
(243,235,246)
#F7F0F7
(247,240,247)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C3EE color. Also use rgb(211,195,238) instead hex code.

Text Font Color

.myTextColor { color: #D3C3EE; }

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

This text font color is #D3C3EE.


Background Color

.myBgColor { background-color: #D3C3EE; }

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

This div background color is #D3C3EE.


Border color

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

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

This div border color is #D3C3EE.


Opacity

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

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

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

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

This text has shadow with #D3C3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C3EE on black background.


Color preview on white background

This text has color #D3C3EE on white background.



Black color preview on #D3C3EE background

This text has black color on #D3C3EE background.


White color preview on #D3C3EE background

This text has white color on #D3C3EE background.