COLOR #D5D3FE

HEX: #D5D3FE
RGB: (213,211,254)

Color info

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

RGB color model

#D5D3FE color RGB value is (213,211,254).

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

RGB channels and saturation

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

213
211
254

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

Portions of RGB colors in percentages

R + G + B =
213 + 211 + 254 = 678 (100%)
R 213 of 678 ~ 31.42%
G 211 of 678 ~ 31.12%
B 254 of 678 ~ 37.46%

%31.42
%31.12
%37.46

CMYK color model

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

  • cyan value is 16.14%
  • magenta value is 16.93%
  • 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.93
%0
%0.39

Codes

Color #D5D3FE in popluar color models

D5D3FE
RGB213211254
HSL243°95.56%91.18%
HSB/HSV243°16.93%99.61%
CMYK16.14%16.93%0.00%
0.39%

Color #D5D3FE in popluar number systems.

HEXD5D3FE
Decimal213211254
Binary110101011101001111111110
Octal325323376

Shades and tints

Shades of #D5D3FE

#D5D3FE
(213,211,254)
#C2C0E7
(194,192,231)
#AFADD0
(175,173,208)
#9C9AB9
(156,154,185)
#8987A2
(137,135,162)
#76748B
(118,116,139)
#636174
(99,97,116)
#504E5D
(80,78,93)
#3D3B46
(61,59,70)
#2A282F
(42,40,47)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5D3FE

#D5D3FE
(213,211,254)
#D8D7FE
(216,215,254)
#DBDBFE
(219,219,254)
#DEDFFE
(222,223,254)
#E1E3FE
(225,227,254)
#E4E7FE
(228,231,254)
#E7EBFE
(231,235,254)
#EAEFFE
(234,239,254)
#EDF3FE
(237,243,254)
#F0F7FE
(240,247,254)
#F3FBFE
(243,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D3FE; }

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

This text font color is #D5D3FE.


Background Color

.myBgColor { background-color: #D5D3FE; }

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

This div background color is #D5D3FE.


Border color

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

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

This div border color is #D5D3FE.


Opacity

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

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

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

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

This text has shadow with #D5D3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D3FE on black background.


Color preview on white background

This text has color #D5D3FE on white background.



Black color preview on #D5D3FE background

This text has black color on #D5D3FE background.


White color preview on #D5D3FE background

This text has white color on #D5D3FE background.