COLOR #D8D4F1

HEX: #D8D4F1
RGB: (216,212,241)

Color info

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

RGB color model

#D8D4F1 color RGB value is (216,212,241).

  • red value is 216;
  • green value is 212;
  • blue value is 241.
RGB:
(216,212,241)
(85%,83%,95%)

RGB channels and saturation

R 216 of 255 = 85%
G 212 of 255 = 83%
B 241 of 255 = 95%

216
212
241

R + G + B ~ 88%. #D8D4F1 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 212 + 241 = 669 (100%)
R 216 of 669 ~ 32.29%
G 212 of 669 ~ 31.69%
B 241 of 669 ~ 36.02%

%32.29
%31.69
%36.02

CMYK color model

#D8D4F1 color CMYK value is (10,12,0,5).

  • cyan value is 10.37%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,12,0,5)
C10M12Y0K5 
(10%,12%,0%,5%)
(0.10/0.12/0.00/0.05)	

CMYK percentages

%10.37
%12.03
%0
%5.49

Codes

Color #D8D4F1 in popluar color models

D8D4F1
RGB216212241
HSL248°50.88%88.82%
HSB/HSV248°12.03%94.51%
CMYK10.37%12.03%0.00%
5.49%

Color #D8D4F1 in popluar number systems.

HEXD8D4F1
Decimal216212241
Binary110110001101010011110001
Octal330324361

Shades and tints

Shades of #D8D4F1

#D8D4F1
(216,212,241)
#C5C1DC
(197,193,220)
#B2AEC7
(178,174,199)
#9F9BB2
(159,155,178)
#8C889D
(140,136,157)
#797588
(121,117,136)
#666273
(102,98,115)
#534F5E
(83,79,94)
#403C49
(64,60,73)
#2D2934
(45,41,52)
#1A161F
(26,22,31)
#000000
(0,0,0)

Tints of #D8D4F1

#D8D4F1
(216,212,241)
#DBD7F2
(219,215,242)
#DEDAF3
(222,218,243)
#E1DDF4
(225,221,244)
#E4E0F5
(228,224,245)
#E7E3F6
(231,227,246)
#EAE6F7
(234,230,247)
#EDE9F8
(237,233,248)
#F0ECF9
(240,236,249)
#F3EFFA
(243,239,250)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D4F1 color. Also use rgb(216,212,241) instead hex code.

Text Font Color

.myTextColor { color: #D8D4F1; }

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

This text font color is #D8D4F1.


Background Color

.myBgColor { background-color: #D8D4F1; }

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

This div background color is #D8D4F1.


Border color

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

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

This div border color is #D8D4F1.


Opacity

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

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

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

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

This text has shadow with #D8D4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D4F1 on black background.


Color preview on white background

This text has color #D8D4F1 on white background.



Black color preview on #D8D4F1 background

This text has black color on #D8D4F1 background.


White color preview on #D8D4F1 background

This text has white color on #D8D4F1 background.