COLOR #D1C3EF

HEX: #D1C3EF
RGB: (209,195,239)

Color info

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

RGB color model

#D1C3EF color RGB value is (209,195,239).

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

RGB channels and saturation

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

209
195
239

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

Portions of RGB colors in percentages

R + G + B =
209 + 195 + 239 = 643 (100%)
R 209 of 643 ~ 32.5%
G 195 of 643 ~ 30.33%
B 239 of 643 ~ 37.17%

%32.5
%30.33
%37.17

CMYK color model

#D1C3EF color CMYK value is (13,18,0,6).

  • cyan value is 12.55%
  • magenta value is 18.41%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,18,0,6)
C13M18Y0K6 
(13%,18%,0%,6%)
(0.13/0.18/0.00/0.06)	

CMYK percentages

%12.55
%18.41
%0
%6.27

Codes

Color #D1C3EF in popluar color models

D1C3EF
RGB209195239
HSL259°57.89%85.10%
HSB/HSV259°18.41%93.73%
CMYK12.55%18.41%0.00%
6.27%

Color #D1C3EF in popluar number systems.

HEXD1C3EF
Decimal209195239
Binary110100011100001111101111
Octal321303357

Shades and tints

Shades of #D1C3EF

#D1C3EF
(209,195,239)
#BEB2DA
(190,178,218)
#ABA1C5
(171,161,197)
#9890B0
(152,144,176)
#857F9B
(133,127,155)
#726E86
(114,110,134)
#5F5D71
(95,93,113)
#4C4C5C
(76,76,92)
#393B47
(57,59,71)
#262A32
(38,42,50)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #D1C3EF

#D1C3EF
(209,195,239)
#D5C8F0
(213,200,240)
#D9CDF1
(217,205,241)
#DDD2F2
(221,210,242)
#E1D7F3
(225,215,243)
#E5DCF4
(229,220,244)
#E9E1F5
(233,225,245)
#EDE6F6
(237,230,246)
#F1EBF7
(241,235,247)
#F5F0F8
(245,240,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C3EF; }

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

This text font color is #D1C3EF.


Background Color

.myBgColor { background-color: #D1C3EF; }

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

This div background color is #D1C3EF.


Border color

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

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

This div border color is #D1C3EF.


Opacity

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

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

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

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

This text has shadow with #D1C3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C3EF on black background.


Color preview on white background

This text has color #D1C3EF on white background.



Black color preview on #D1C3EF background

This text has black color on #D1C3EF background.


White color preview on #D1C3EF background

This text has white color on #D1C3EF background.