COLOR #D1C4FD

HEX: #D1C4FD
RGB: (209,196,253)

Color info

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

RGB color model

#D1C4FD color RGB value is (209,196,253).

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

RGB channels and saturation

R 209 of 255 = 82%
G 196 of 255 = 77%
B 253 of 255 = 99%

209
196
253

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

Portions of RGB colors in percentages

R + G + B =
209 + 196 + 253 = 658 (100%)
R 209 of 658 ~ 31.76%
G 196 of 658 ~ 29.79%
B 253 of 658 ~ 38.45%

%31.76
%29.79
%38.45

CMYK color model

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

  • cyan value is 17.39%
  • magenta value is 22.53%
  • 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.53
%0
%0.78

Codes

Color #D1C4FD in popluar color models

D1C4FD
RGB209196253
HSL254°93.44%88.04%
HSB/HSV254°22.53%99.22%
CMYK17.39%22.53%0.00%
0.78%

Color #D1C4FD in popluar number systems.

HEXD1C4FD
Decimal209196253
Binary110100011100010011111101
Octal321304375

Shades and tints

Shades of #D1C4FD

#D1C4FD
(209,196,253)
#BEB3E6
(190,179,230)
#ABA2CF
(171,162,207)
#9891B8
(152,145,184)
#8580A1
(133,128,161)
#726F8A
(114,111,138)
#5F5E73
(95,94,115)
#4C4D5C
(76,77,92)
#393C45
(57,60,69)
#262B2E
(38,43,46)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #D1C4FD

#D1C4FD
(209,196,253)
#D5C9FD
(213,201,253)
#D9CEFD
(217,206,253)
#DDD3FD
(221,211,253)
#E1D8FD
(225,216,253)
#E5DDFD
(229,221,253)
#E9E2FD
(233,226,253)
#EDE7FD
(237,231,253)
#F1ECFD
(241,236,253)
#F5F1FD
(245,241,253)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C4FD; }

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

This text font color is #D1C4FD.


Background Color

.myBgColor { background-color: #D1C4FD; }

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

This div background color is #D1C4FD.


Border color

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

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

This div border color is #D1C4FD.


Opacity

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

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

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

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

This text has shadow with #D1C4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C4FD on black background.


Color preview on white background

This text has color #D1C4FD on white background.



Black color preview on #D1C4FD background

This text has black color on #D1C4FD background.


White color preview on #D1C4FD background

This text has white color on #D1C4FD background.