COLOR #D1C3FD

HEX: #D1C3FD
RGB: (209,195,253)

Color info

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

RGB color model

#D1C3FD color RGB value is (209,195,253).

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

RGB channels and saturation

R 209 of 255 = 82%
G 195 of 255 = 76%
B 253 of 255 = 99%

209
195
253

R + G + B ~ 86%. #D1C3FD is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 195 + 253 = 657 (100%)
R 209 of 657 ~ 31.81%
G 195 of 657 ~ 29.68%
B 253 of 657 ~ 38.51%

%31.81
%29.68
%38.51

CMYK color model

#D1C3FD color CMYK value is (17,23,0,1).

  • cyan value is 17.39%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,23,0,1)
C17M23Y0K1 
(17%,23%,0%,1%)
(0.17/0.23/0.00/0.01)	

CMYK percentages

%17.39
%22.92
%0
%0.78

Codes

Color #D1C3FD in popluar color models

D1C3FD
RGB209195253
HSL254°93.55%87.84%
HSB/HSV254°22.92%99.22%
CMYK17.39%22.92%0.00%
0.78%

Color #D1C3FD in popluar number systems.

HEXD1C3FD
Decimal209195253
Binary110100011100001111111101
Octal321303375

Shades and tints

Shades of #D1C3FD

#D1C3FD
(209,195,253)
#BEB2E6
(190,178,230)
#ABA1CF
(171,161,207)
#9890B8
(152,144,184)
#857FA1
(133,127,161)
#726E8A
(114,110,138)
#5F5D73
(95,93,115)
#4C4C5C
(76,76,92)
#393B45
(57,59,69)
#262A2E
(38,42,46)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #D1C3FD

#D1C3FD
(209,195,253)
#D5C8FD
(213,200,253)
#D9CDFD
(217,205,253)
#DDD2FD
(221,210,253)
#E1D7FD
(225,215,253)
#E5DCFD
(229,220,253)
#E9E1FD
(233,225,253)
#EDE6FD
(237,230,253)
#F1EBFD
(241,235,253)
#F5F0FD
(245,240,253)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C3FD; }

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

This text font color is #D1C3FD.


Background Color

.myBgColor { background-color: #D1C3FD; }

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

This div background color is #D1C3FD.


Border color

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

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

This div border color is #D1C3FD.


Opacity

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

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

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

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

This text has shadow with #D1C3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C3FD on black background.


Color preview on white background

This text has color #D1C3FD on white background.



Black color preview on #D1C3FD background

This text has black color on #D1C3FD background.


White color preview on #D1C3FD background

This text has white color on #D1C3FD background.