COLOR #D5D4FE

HEX: #D5D4FE
RGB: (213,212,254)

Color info

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

RGB color model

#D5D4FE color RGB value is (213,212,254).

  • red value is 213;
  • green value is 212;
  • blue value is 254.
RGB: (213,212,254) (84%,83%,100%)

RGB channels and saturation

R 213 of 255 = 84%
G 212 of 255 = 83%
B 254 of 255 = 100%

213
212
254

R + G + B ~ 89%. #D5D4FE is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 212 + 254 = 679 (100%)
R 213 of 679 ~ 31.37%
G 212 of 679 ~ 31.22%
B 254 of 679 ~ 37.41%

%31.37
%31.22
%37.41

CMYK color model

#D5D4FE color CMYK value is (16,17,0,0).

  • cyan value is 16.14%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (16,17,0,0) C16M17Y0K0 (16%,17%,0%,0%) (0.16/0.17/0.00/0.00)

CMYK percentages

%16.14
%16.54
%0
%0.39

Codes

Color #D5D4FE in popluar color models

D5D4FE
RGB213212254
HSL241°95.45%91.37%
HSB/HSV241°16.54%99.61%
CMYK16.14%16.54%0.00%
0.39%

Color #D5D4FE in popluar number systems.

HEXD5D4FE
Decimal213212254
Binary110101011101010011111110
Octal325324376

Shades and tints

Shades of #D5D4FE

#D5D4FE
(213,212,254)
#C2C1E7
(194,193,231)
#AFAED0
(175,174,208)
#9C9BB9
(156,155,185)
#8988A2
(137,136,162)
#76758B
(118,117,139)
#636274
(99,98,116)
#504F5D
(80,79,93)
#3D3C46
(61,60,70)
#2A292F
(42,41,47)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #D5D4FE

#D5D4FE
(213,212,254)
#D8D7FE
(216,215,254)
#DBDAFE
(219,218,254)
#DEDDFE
(222,221,254)
#E1E0FE
(225,224,254)
#E4E3FE
(228,227,254)
#E7E6FE
(231,230,254)
#EAE9FE
(234,233,254)
#EDECFE
(237,236,254)
#F0EFFE
(240,239,254)
#F3F2FE
(243,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D4FE color. Also use rgb(213,212,254) instead hex code.

Text Font Color

.myTextColor { color: #D5D4FE; }

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

This text font color is #D5D4FE.


Background Color

.myBgColor { background-color: #D5D4FE; }

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

This div background color is #D5D4FE.


Border color

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

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

This div border color is #D5D4FE.


Opacity

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

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

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

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

This text has shadow with #D5D4FE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D5D4FE on black background.


Color preview on white background

This text has color #D5D4FE on white background.



Black color preview on #D5D4FE background

This text has black color on #D5D4FE background.


White color preview on #D5D4FE background

This text has white color on #D5D4FE background.