COLOR #D5D3FD

HEX: #D5D3FD
RGB: (213,211,253)

Color info

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

RGB color model

#D5D3FD color RGB value is (213,211,253).

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

RGB channels and saturation

R 213 of 255 = 84%
G 211 of 255 = 83%
B 253 of 255 = 99%

213
211
253

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

Portions of RGB colors in percentages

R + G + B =
213 + 211 + 253 = 677 (100%)
R 213 of 677 ~ 31.46%
G 211 of 677 ~ 31.17%
B 253 of 677 ~ 37.37%

%31.46
%31.17
%37.37

CMYK color model

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

  • cyan value is 15.81%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,17,0,1)
C16M17Y0K1 
(16%,17%,0%,1%)
(0.16/0.17/0.00/0.01)	

CMYK percentages

%15.81
%16.6
%0
%0.78

Codes

Color #D5D3FD in popluar color models

D5D3FD
RGB213211253
HSL243°91.30%90.98%
HSB/HSV243°16.60%99.22%
CMYK15.81%16.60%0.00%
0.78%

Color #D5D3FD in popluar number systems.

HEXD5D3FD
Decimal213211253
Binary110101011101001111111101
Octal325323375

Shades and tints

Shades of #D5D3FD

#D5D3FD
(213,211,253)
#C2C0E6
(194,192,230)
#AFADCF
(175,173,207)
#9C9AB8
(156,154,184)
#8987A1
(137,135,161)
#76748A
(118,116,138)
#636173
(99,97,115)
#504E5C
(80,78,92)
#3D3B45
(61,59,69)
#2A282E
(42,40,46)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5D3FD

#D5D3FD
(213,211,253)
#D8D7FD
(216,215,253)
#DBDBFD
(219,219,253)
#DEDFFD
(222,223,253)
#E1E3FD
(225,227,253)
#E4E7FD
(228,231,253)
#E7EBFD
(231,235,253)
#EAEFFD
(234,239,253)
#EDF3FD
(237,243,253)
#F0F7FD
(240,247,253)
#F3FBFD
(243,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D3FD; }

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

This text font color is #D5D3FD.


Background Color

.myBgColor { background-color: #D5D3FD; }

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

This div background color is #D5D3FD.


Border color

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

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

This div border color is #D5D3FD.


Opacity

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

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

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

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

This text has shadow with #D5D3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D3FD on black background.


Color preview on white background

This text has color #D5D3FD on white background.



Black color preview on #D5D3FD background

This text has black color on #D5D3FD background.


White color preview on #D5D3FD background

This text has white color on #D5D3FD background.